features.html 5.0 KB

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