diff --git a/_posts/tests/2011-05-24-elements-complete-test.html b/_posts/tests/2011-05-24-elements-complete-test.html new file mode 100644 index 0000000..eb13c8b --- /dev/null +++ b/_posts/tests/2011-05-24-elements-complete-test.html @@ -0,0 +1,160 @@ +--- +title: elements complete test +layout: demo +category: tests +--- + +
+

Isotope’s capabilities are designed to be used together cohesively. You can do it all — filter, sort, change layout modes, add items — and Isotope will handle it with ease.

+
+ +
+ +

Filters

+ + + + {% include sort-buttons.html %} + + {% include layout-options.html %} + +

Etc

+ + +
+ + +
+ {% for elem_number in site.random_order %} + {% assign element = site.elements[elem_number] %} + {% include element-partial.html %} + {% endfor %} +
+ + + + + +