Add codepen template link

pull/134/head
Glen Cheney 7 years ago
parent 193ec8b2c3
commit 18638597c2

@ -33,5 +33,11 @@
"url": "demos/2014-04-09-requirejs",
"slug": "requirejs",
"label": "RequireJS with Shuffle"
},
{
"external": true,
"url": "http://codepen.io/pen?template=qrjOpX",
"slug": "codepen-template",
"label": "CodePen Template"
}
]

@ -1,7 +1,11 @@
<div class="row js-demos demo-list">
{% for post in site.data.demos %}
<div class="col-3@sm col-3@xs figure-wrap js-demo">
{% if post.external %}
<a href="{{ post.url }}" target="_blank" rel="noopener">
{% else %}
<a href="{{ site.baseurl }}/{{ post.slug }}">
{% endif %}
<figure>
<div class="aspect aspect--4x3">
<picture>

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

@ -21,6 +21,7 @@ prism: true
</div>
<div class="row">
<nav class="col-6@sm" role="secondary">
<a href="http://codepen.io/pen?template=qrjOpX" target="_blank" rel="noopener">Start a CodePen with a Shuffle template <span style="font-family:monospace;"></span></a>
<a href="https://github.com/Vestride/Shuffle">View the GitHub repository</a>
<a href="https://github.com/Vestride/Shuffle/releases">See the latest releases</a>
</nav>

Loading…
Cancel
Save