aside.html 992 B

1234567891011121314
  1. <aside id="kitchen-sink-scroll" class="scrollable">
  2. <div>
  3. <a href="#welcome" data-target="article" class="current" data-icon="wifi">Welcome</a>
  4. <a href="#navigation" data-target="section" data-icon="map">Navigation</a>
  5. <a href="#buttons" data-target="article" data-icon="plus" data-count="14">Buttons & Colours</a>
  6. <a href="#icons" data-target="article" data-icon="picture" data-count="94">Icons</a>
  7. <a href="#data-attributes" data-target="article" data-icon="tag" data-count="6">Data Attributes</a>
  8. <a href="#forms" data-target="section" data-icon="edit" data-count="7">Form Elements</a>
  9. <a href="#lists" data-target="section" data-icon="items" data-count="5">Lists</a>
  10. <a href="#events" data-target="article" data-icon="user">Events</a>
  11. <a href="#scrolls" data-target="article" data-icon="down">Scrolls</a>
  12. <a href="#urls" data-target="article" data-icon="down">URL Scheme Reference</a>
  13. </div>
  14. </aside>