color.html 1.1 KB

123456789101112131415161718192021222324
  1. <section id="color" data-transition="slide">
  2. <header data-title="Colors">
  3. <nav class="button">
  4. <a href="#back" data-router="section" data-label="back"></a>
  5. </nav>
  6. </header>
  7. <article class="scroll indented">
  8. <div>
  9. <a href="#" class="button big">default</a>
  10. <a href="#" class="button big disabled">disabled</a>
  11. <a href="#" class="button big red">red</a>
  12. <a href="#" class="button big lightgreen">lightgreen</a>
  13. <a href="#" class="button big green">green</a>
  14. <a href="#" class="button big blue">blue</a>
  15. <a href="#" class="button big arcticblue">articblue</a>
  16. <a href="#" class="button big orange">orange</a>
  17. <a href="#" class="button big magenta">magenta</a>
  18. <a href="#" class="button big pink">pink</a>
  19. <a href="#" class="button big yellow">yellow</a>
  20. <a href="#" class="button big twitter">twitter</a>
  21. <a href="#" class="button big facebook">facebook</a>
  22. </div>
  23. </article>
  24. </section>