| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <section id="layout" data-transition="slide">
- <header data-title="Layout" data-back="chevron-left">
- <nav class="on-right">
- <button data-view-section="splash" data-async="static/sections/splash.html" data-icon="user"></button>
- </nav>
- </header>
- <nav data-control="groupbar">
- <a href="#" data-view-article="layout-art1" data-label="Profile" class="active"></a>
- <a href="#" data-view-article="layout-art2" data-label="Inbox" data-count="19"></a>
- <a href="#" data-view-article="layout-art3" data-label="Map"></a>
- <a href="#" data-view-article="layout-art4" data-label="Settings"></a>
- </nav>
- <article id="layout-art1"><div class="empty">
- <span class="icon user"></span>
- <strong>Profile Empty</strong>
- <small>When you back a project or follow a friend, their activity will show up here.</small>
- <button class="anchor" data-label="Please update..."></button>
- </div>
- </article>
- <article id="layout-art2">
- <div class="empty">
- <span class="icon inbox"></span>
- <strong>Inbox Empty</strong>
- <small>When you back a project or follow a friend, their activity will show up here.</small>
- </div>
- </article>
- <article id="layout-art3">
- <div class="empty">
- <span class="icon comments"></span>
- <strong>Comments Empty</strong>
- <small>When you back a project or follow a friend, their activity will show up here.</small>
- </div>
- </article>
- <article id="layout-art4">
- <div class="empty">
- <span class="icon cog"></span>
- <strong>Settings Empty</strong>
- <small>When you back a project or follow a friend, their activity will show up here.</small>
- </div>
- </article>
- <footer>
- <nav>
- <a href="#" data-view-article="layout-art1" data-icon="user" class="active"></a>
- <a href="#" data-view-article="layout-art2" data-icon="inbox" data-count="80"></a>
- <a href="#" data-view-article="layout-art3" data-icon="comments"></a>
- <a href="#" data-view-article="layout-art4" data-icon="cog"></a>
- </nav>
- </footer>
- </section>
|