mirror of https://github.com/metafizzy/isotope
Filter & sort magical layouts
http://isotope.metafizzy.co
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
351 B
16 lines
351 B
--- |
|
title: Elements Complete |
|
layout: default |
|
category: demos |
|
--- |
|
|
|
{% include elements-demo-head.html %} |
|
|
|
<div id="container" class="clickable clearfix"> |
|
{% for elem_number in site.random_order %} |
|
{% assign element = site.elements[elem_number] %} |
|
{% include element-partial.html %} |
|
{% endfor %} |
|
</div> |
|
|
|
{% include elements-demo-foot.html %} |