features.html 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <aside id="features" class="left">
  2. <header data-title="Features">
  3. <nav class="right">
  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">
  67. <div class="tag right">19</div>
  68. <strong>Touch Events</strong>
  69. </a>
  70. </li>
  71. <!-- Layout Events -->
  72. <!--
  73. <li>
  74. <a href="#layoutevents" data-router="section" data-async="app/sections/layoutevents.html">
  75. <div class="tag right">2</div>
  76. <strong>Layout Events</strong>
  77. </a>
  78. </li>
  79. -->
  80. <!-- Notifications -->
  81. <li>
  82. <a href="#notification" data-router="section">
  83. <div class="tag right">8</div>
  84. <strong>Notifications</strong>
  85. </a>
  86. </li>
  87. <!-- Pull & Refresh -->
  88. <li>
  89. <a href="#pull" data-router="section" >
  90. <div class="tag right">1</div>
  91. <strong>Pull & Refresh</strong>
  92. </a>
  93. </li>
  94. <!-- Carousel -->
  95. <li>
  96. <a href="#carousel" data-router="section" >
  97. <div class="tag right">1</div>
  98. <strong>Carousel</strong>
  99. </a>
  100. </li>
  101. <!-- Environment -->
  102. <li>
  103. <a href="#environment" data-router="article" data-title="Environment">
  104. <div class="tag right">1</div>
  105. <strong>Environment</strong>
  106. </a>
  107. </li>
  108. <!-- Buttons & Colours -->
  109. <li>
  110. <a href="#color" data-router="section" data-async="app/sections/color.html">
  111. <div class="tag right">14</div>
  112. <strong>Buttons & Colours</strong>
  113. </a>
  114. </li>
  115. <!-- Theme roller -->
  116. <li>
  117. <a href="#themeroller" data-router="section" data-async="app/sections/themeroller.html">
  118. <div class="tag right">4</div>
  119. <strong>Theme roller</strong>
  120. </a>
  121. </li>
  122. <!-- Grid System -->
  123. <li>
  124. <a href="#grid" data-router="section" data-async="app/sections/grid.html">
  125. <strong>Grid System</strong>
  126. </a>
  127. </li>
  128. </ul>
  129. </article>
  130. </aside>