features.html 2.7 KB

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