From 1a187fc000ed089c29a4a50cb0cf7578cb3e7ff1 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Fri, 20 May 2011 15:22:07 -0400 Subject: [PATCH] tests : add centered masonry --- _posts/tests/2011-05-18-centered-masonry.html | 203 ++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 _posts/tests/2011-05-18-centered-masonry.html diff --git a/_posts/tests/2011-05-18-centered-masonry.html b/_posts/tests/2011-05-18-centered-masonry.html new file mode 100644 index 0000000..ea3054a --- /dev/null +++ b/_posts/tests/2011-05-18-centered-masonry.html @@ -0,0 +1,203 @@ +--- +title: centered masonry +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 %} + +

Etc

+ + +
+ +
+ {% for elem_number in site.best_of_order %} + {% assign element = site.elements[elem_number] %} + {% include element-partial.html %} + {% endfor %} +
+ + + + + + \ No newline at end of file