Advertisement
joris

XXI Code 2

Oct 7th, 2013
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.14 KB | None | 0 0
  1. <aside id="testmenu" data-transition="left">
  2.     <header data-title="Application Menu">
  3.         <nav class="on-right">
  4.             <a href="#" class="buttons" data-icon="settings"></a>
  5.         </nav>
  6.     </header>
  7.  
  8.     <article class="list scroll active">
  9.         <ul>
  10.             <li data-view-article="layout" data-icon="dashboard">
  11.                 <strong>Home</strong>
  12.                 <small>About this app</small>
  13.             </li>
  14.            
  15.             <li data-view-section="film" data-async="static/pages/film.html" data-icon="download">
  16.                 <strong>Monitoring</strong>
  17.                 <small>XXI | 21 Schedule</small>
  18.             </li>
  19.  
  20.             <li data-view-section="about" data-async="static/pages/about.html" data-icon="mobile-phone">
  21.                 <strong>Environment</strong>
  22.                 <small>Phone Detail</small>
  23.             </li>
  24.            
  25.             <li data-view-section="creator" data-async="static/pages/creator.html" data-icon="cogs">
  26.                 <strong>About</strong>
  27.                 <small>Application</small>
  28.             </li>
  29.            
  30.         </ul>
  31.     </article>
  32. </aside>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement