| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <aside id="features" class="left">
- <header data-title="Features"></header>
- <article class="list scroll current">
- <ul>
- <!-- Basic Layout -->
- <li>
- <a href="#list" data-target="section">
- <div class="bubble right">8</div>
- <strong>Layout</strong>
- <small>Indented, Scroll</small>
- </a>
- </li>
- <!-- List -->
- <li>
- <a href="#list" data-target="section">
- <div class="bubble right">8</div>
- <strong>Lists</strong>
- <small>Indented, Scroll</small>
- </a>
- </li>
- <!-- Notifications -->
- <li>
- <a href="#notification" data-target="section">
- <div class="bubble right">8</div>
- <strong>Notifications</strong>
- <small>Indented, Scroll</small>
- </a>
- </li>
- <!-- Icons -->
- <li>
- <a href="#icon" data-target="section">
- <div class="bubble right">8</div>
- <strong>Icons</strong>
- <small>Messages, skskks</small>
- </a>
- </li>
- <!-- Grid System -->
- <li>
- <a href="#" data-target="section">
- <div class="bubble right">8</div>
- <strong>Grid System</strong>
- <small>Indented, Scroll</small>
- </a>
- </li>
- <!-- Asides -->
- <li>
- <a href="#" data-target="section">
- <div class="bubble right">8</div>
- <strong>Asides</strong>
- <small>Indented, Scroll</small>
- </a>
- </li>
- <!-- Buttons -->
- <li>
- <a href="#" data-target="section">
- <div class="bubble right">8</div>
- <strong>Icons</strong>
- <small>Indented, Scroll</small>
- </a>
- </li>
- <!-- Forms -->
- <li>
- <a href="#" data-target="section">
- <div class="bubble right">8</div>
- <strong>Form Elements</strong>
- <small>Indented, Scroll</small>
- </a>
- </li>
- <!-- Pulls -->
- <li>
- <a href="#" data-target="section">
- <div class="bubble right">8</div>
- <strong>Buttons</strong>
- <small>Indented, Scroll</small>
- </a>
- </li>
- </ul>
- </article>
- </aside>
|