| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <aside id="features" class="left">
- <header data-title="Features"></header>
- <article class="list scroll">
- <ul>
- <!-- Basic Layout -->
- <li class="current">
- <a href="#list" class="current" 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" data-count="3">
- <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="#grid" data-target="section">
- <div class="bubble right">2</div>
- <strong>Grid System</strong>
- <small>Indented, Scroll</small>
- </a>
- </li>
- <!-- Forms -->
- <li>
- <a href="#form" data-target="section">
- <div class="bubble right">8</div>
- <strong>Form Elements</strong>
- <small>Indented, Scroll</small>
- </a>
- </li>
- <!-- Asides -->
- <li>
- <a href="#aside" 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>
- <!-- 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>
|