aside.html 553 B

12345678910111213
  1. <section id="aside" data-transition="slide">
  2. <header data-title="Asides">
  3. <nav class="button">
  4. <a href="#back" data-router="section" data-label="back"></a>
  5. </nav>
  6. </header>
  7. <article id="aside-example" class="indented">
  8. <div>
  9. <a href="#left" data-router="aside" data-icon="left" class="button big blue">Example of normal aside</a>
  10. <a href="#right" data-router="aside" data-icon="right" class="button big red">Example of mini right aside</a>
  11. </div>
  12. </article>
  13. </section>