color.html 1.1 KB

123456789101112131415161718192021222324
  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 anchor">default</a>
  10. <a href="#" class="button anchor disabled">disabled</a>
  11. <a href="#" class="button anchor red">red</a>
  12. <a href="#" class="button anchor lightgreen">lightgreen</a>
  13. <a href="#" class="button anchor green">green</a>
  14. <a href="#" class="button anchor blue">blue</a>
  15. <a href="#" class="button anchor arcticblue">articblue</a>
  16. <a href="#" class="button anchor orange">orange</a>
  17. <a href="#" class="button anchor magenta">magenta</a>
  18. <a href="#" class="button anchor pink">pink</a>
  19. <a href="#" class="button anchor yellow">yellow</a>
  20. <a href="#" class="button anchor twitter">twitter</a>
  21. <a href="#" class="button anchor facebook">facebook</a>
  22. </div>
  23. </article>
  24. </section>