enmi12/glossaire/_includes/elements-demo-head.html
changeset 0 d970ebf37754
equal deleted inserted replaced
-1:000000000000 0:d970ebf37754
       
     1 <section id="copy">
       
     2   <p>Isotope&rsquo;s capabilities are designed to be used together cohesively. You can do it all &mdash; filter, sort, change layout modes, add items &mdash; and Isotope will handle it with ease.</p>
       
     3 </section>
       
     4 
       
     5 <section id="options" class="clearfix">
       
     6 
       
     7   {% include filter-buttons.html %}
       
     8 
       
     9   {% include sort-buttons.html %}
       
    10 
       
    11   {% include layout-options.html %}
       
    12 
       
    13   <h3>Etc</h3>
       
    14 
       
    15   <ul id="etc" class="clearfix">
       
    16     <li id="toggle-sizes"><a href="#toggle-sizes">Toggle variable sizes</a></li>
       
    17     <li id="insert"><a href="#insert">Insert new elements</a></li>
       
    18     <li id="append"><a href='#append'>Append new elements</a></li>
       
    19     <li id="shuffle"><a href='#shuffle'>Shuffle</a></li>
       
    20   </ul>
       
    21 
       
    22 </section> <!-- #options -->