features.html 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <aside id="features" class="left">
  2. <header data-title="Features"></header>
  3. <article class="list scroll">
  4. <ul>
  5. <!-- Basic Layout -->
  6. <li>
  7. <a href="#list" data-target="section">
  8. <div class="bubble right">8</div>
  9. <strong>Layout</strong>
  10. <small>Indented, Scroll</small>
  11. </a>
  12. </li>
  13. <!-- List -->
  14. <li>
  15. <a href="#list" data-target="section">
  16. <div class="bubble right">8</div>
  17. <strong>Lists</strong>
  18. <small>Indented, Scroll</small>
  19. </a>
  20. </li>
  21. <!-- Notifications -->
  22. <li>
  23. <a href="#notification" data-target="section">
  24. <div class="bubble right">8</div>
  25. <strong>Notifications</strong>
  26. <small>Indented, Scroll</small>
  27. </a>
  28. </li>
  29. <!-- Icons -->
  30. <li>
  31. <a href="#icon" data-target="section">
  32. <div class="bubble right">8</div>
  33. <strong>Icons</strong>
  34. <small>Messages, skskks</small>
  35. </a>
  36. </li>
  37. <!-- Grid System -->
  38. <li>
  39. <a href="#" data-target="section">
  40. <div class="bubble right">8</div>
  41. <strong>Grid System</strong>
  42. <small>Indented, Scroll</small>
  43. </a>
  44. </li>
  45. <!-- Asides -->
  46. <li>
  47. <a href="#" data-target="section">
  48. <div class="bubble right">8</div>
  49. <strong>Asides</strong>
  50. <small>Indented, Scroll</small>
  51. </a>
  52. </li>
  53. <!-- Buttons -->
  54. <li>
  55. <a href="#" data-target="section">
  56. <div class="bubble right">8</div>
  57. <strong>Icons</strong>
  58. <small>Indented, Scroll</small>
  59. </a>
  60. </li>
  61. <!-- Forms -->
  62. <li>
  63. <a href="#" data-target="section">
  64. <div class="bubble right">8</div>
  65. <strong>Form Elements</strong>
  66. <small>Indented, Scroll</small>
  67. </a>
  68. </li>
  69. <!-- Pulls -->
  70. <li>
  71. <a href="#" data-target="section">
  72. <div class="bubble right">8</div>
  73. <strong>Buttons</strong>
  74. <small>Indented, Scroll</small>
  75. </a>
  76. </li>
  77. </ul>
  78. </article>
  79. </aside>