color.html 1.2 KB

1234567891011121314151617181920212223242526
  1. <section id="color" data-transition="slide">
  2. <header data-title="Colors">
  3. <nav class="box">
  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 small blue">default</a>
  10. <a href="#" class="button large blue">default</a>
  11. <a href="#" class="button anchor disabled">disabled</a>
  12. <a href="#" class="button anchor red">red</a>
  13. <a href="#" class="button anchor lightgreen">lightgreen</a>
  14. <a href="#" class="button anchor green">green</a>
  15. <a href="#" class="button anchor blue">blue</a>
  16. <a href="#" class="button anchor arcticblue">articblue</a>
  17. <a href="#" class="button anchor orange">orange</a>
  18. <a href="#" class="button anchor magenta">magenta</a>
  19. <a href="#" class="button anchor pink">pink</a>
  20. <a href="#" class="button anchor yellow">yellow</a>
  21. <a href="#" class="button anchor twitter">twitter</a>
  22. <a href="#" class="button anchor facebook">facebook</a>
  23. </div>
  24. </article>
  25. </section>