features.html 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <aside id="features" class="left">
  2. <header data-title="Features">
  3. <nav class="right box">
  4. <a href="#" class="buttons" data-icon="settings"></a>
  5. </nav>
  6. </header>
  7. <article class="list scroll active">
  8. <ul>
  9. <!-- Basic Layout -->
  10. <li class="active">
  11. <a href="#main-article" data-router="article" data-title="Lungo Framework">
  12. <strong>Meet the framework</strong>
  13. </a>
  14. </li>
  15. <!-- Layout & Navigation -->
  16. <li>
  17. <a href="#layout" data-router="section" data-async="app/sections/layout.html">
  18. <strong>Layout</strong>
  19. <div class="tag right">5</div>
  20. </a>
  21. </li>
  22. <!-- List -->
  23. <li>
  24. <a href="#list" data-router="section" data-async="app/sections/list.html">
  25. <strong>Lists</strong>
  26. <div class="tag right">22</div>
  27. </a>
  28. </li>
  29. <!-- Forms -->
  30. <li>
  31. <a href="#form" data-router="section" data-async="app/sections/form.html">
  32. <div class="tag right">8</div>
  33. <strong>Form Elements</strong>
  34. </a>
  35. </li>
  36. <!-- Asides -->
  37. <li>
  38. <a href="#aside" data-router="section" data-async="app/sections/aside.html">
  39. <div class="tag right">8</div>
  40. <strong>Asides</strong>
  41. </a>
  42. </li>
  43. <!-- Data-Attributes -->
  44. <li>
  45. <a href="#data" data-router="section" data-async="app/sections/data-attribute.html">
  46. <div class="tag right">9</div>
  47. <strong>Data-attributes</strong>
  48. </a>
  49. </li>
  50. <!-- Icons -->
  51. <li>
  52. <a href="#icon" data-router="section" data-async="app/sections/icon.html">
  53. <div class="tag right">109</div>
  54. <strong>Icons</strong>
  55. </a>
  56. </li>
  57. <!-- Scrolls -->
  58. <li>
  59. <a href="#scroll" data-router="section" data-async="app/sections/scroll.html">
  60. <div class="tag right">2</div>
  61. <strong>Scrolls</strong>
  62. </a>
  63. </li>
  64. <!-- Touch Events -->
  65. <li>
  66. <a href="#touchevents" data-router="section" data-async="app/sections/touchevents.html">
  67. <div class="tag right">19</div>
  68. <strong>Touch Events</strong>
  69. </a>
  70. </li>
  71. <!-- Layout Events -->
  72. <li>
  73. <a href="#layoutevents" data-router="section" data-async="app/sections/layoutevents.html">
  74. <div class="tag right">2</div>
  75. <strong>Layout Events</strong>
  76. </a>
  77. </li>
  78. <!-- Notifications -->
  79. <li>
  80. <a href="#notification" data-router="section">
  81. <div class="tag right">8</div>
  82. <strong>Notifications</strong>
  83. </a>
  84. </li>
  85. <!-- Pull & Refresh -->
  86. <li>
  87. <a href="#pull" data-router="section" >
  88. <div class="tag right">1</div>
  89. <strong>Pull & Refresh</strong>
  90. </a>
  91. </li>
  92. <!-- Carousel -->
  93. <li>
  94. <a href="#carousel" data-router="section" >
  95. <div class="tag right">1</div>
  96. <strong>Carousel</strong>
  97. </a>
  98. </li>
  99. <!-- Environment -->
  100. <li>
  101. <a href="#environment" data-router="article" data-title="Environment">
  102. <div class="tag right">1</div>
  103. <strong>Environment</strong>
  104. </a>
  105. </li>
  106. <!-- Buttons & Colours -->
  107. <li>
  108. <a href="#color" data-router="section" data-async="app/sections/color.html">
  109. <div class="tag right">14</div>
  110. <strong>Buttons & Colours</strong>
  111. </a>
  112. </li>
  113. <!-- Grid System -->
  114. <li>
  115. <a href="#grid" data-router="section" data-async="app/sections/grid.html">
  116. <strong>Grid System</strong>
  117. </a>
  118. </li>
  119. </ul>
  120. </article>
  121. </aside>