layout.html 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <section id="layout" data-transition="slide">
  2. <header data-title="Layout" data-back="chevron-left">
  3. <nav class="on-right">
  4. <button data-view-section="splash" data-async="static/sections/splash.html" data-icon="user"></button>
  5. </nav>
  6. </header>
  7. <nav data-control="groupbar">
  8. <a href="#" data-view-article="layout-art1" data-label="Profile" class="active"></a>
  9. <a href="#" data-view-article="layout-art2" data-label="Inbox" data-count="19"></a>
  10. <a href="#" data-view-article="layout-art3" data-label="Map"></a>
  11. <a href="#" data-view-article="layout-art4" data-label="Settings"></a>
  12. </nav>
  13. <article id="layout-art1"><div class="empty">
  14. <span class="icon user"></span>
  15. <strong>Profile Empty</strong>
  16. <small>When you back a project or follow a friend, their activity will show up here.</small>
  17. <button class="anchor" data-label="Please update..."></button>
  18. </div>
  19. </article>
  20. <article id="layout-art2">
  21. <div class="empty">
  22. <span class="icon inbox"></span>
  23. <strong>Inbox Empty</strong>
  24. <small>When you back a project or follow a friend, their activity will show up here.</small>
  25. </div>
  26. </article>
  27. <article id="layout-art3">
  28. <div class="empty">
  29. <span class="icon comments"></span>
  30. <strong>Comments Empty</strong>
  31. <small>When you back a project or follow a friend, their activity will show up here.</small>
  32. </div>
  33. </article>
  34. <article id="layout-art4">
  35. <div class="empty">
  36. <span class="icon cog"></span>
  37. <strong>Settings Empty</strong>
  38. <small>When you back a project or follow a friend, their activity will show up here.</small>
  39. </div>
  40. </article>
  41. <footer>
  42. <nav>
  43. <a href="#" data-view-article="layout-art1" data-icon="user" class="active"></a>
  44. <a href="#" data-view-article="layout-art2" data-icon="inbox" data-count="80"></a>
  45. <a href="#" data-view-article="layout-art3" data-icon="comments"></a>
  46. <a href="#" data-view-article="layout-art4" data-icon="cog"></a>
  47. </nav>
  48. </footer>
  49. </section>