Advertisement
captmicro

Flagship GUI HTML5 mockup

Aug 4th, 2013
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html lang="en">
  4.     <head>
  5.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6.         <meta charset=utf-8"/>
  7.        
  8.         <title>Title</title>
  9.        
  10.         <link rel="stylesheet" type="text/css" href="layout.css"/>
  11.         <link rel="shortcut icon" href="icon.ico">
  12.        
  13.         <!--[if IE]>
  14.         <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"/>
  15.         <![endif]-->
  16.     </head>
  17.    
  18.     <body>
  19.         <header id="banner">
  20.             <text id="title">Home</text>
  21.         </header>
  22.        
  23.         <div id="content">
  24.             <section>
  25.                 <h1>Apps</h1>
  26.                 <h2><img src="filesystem.png"/>FileSystem</h2>
  27.             </section>
  28.             <section>
  29.                 <h1>Cortex</h1>
  30.                 <h2>Firmware</h2>
  31.                 <h2>Clock Speed</h2>
  32.                 <h2>USB Host Interface</h2>
  33.                 <h2>USB Devce Interface</h2>
  34.                 <h2>Hardware Reset</h2>
  35.             </section>
  36.             <section>
  37.                 <h1>XMOS XS1</h1>
  38.                 <h2>Firmware</h2>
  39.                 <h2>Clock Speed</h2>
  40.                 <h2>SIM Card Interface</h2>
  41.                 <h2>SD Card Interface</h2>
  42.                 <h2>WiFi Interface</h2>
  43.                 <h2>Audio Interface</h2>
  44.                 <h2>Hardware Reset</h2>
  45.             </section>
  46.             <section>
  47.                 <h1>CycloneIII</h1>
  48.                 <h2>Firmware</h2>
  49.                 <h2>Clock Speed</h2>
  50.                 <h2>Cortex Link</h2>
  51.                 <h2>XMOS Link</h2>
  52.                 <h2>Display</h2>
  53.                 <h2>Hardware Reset</h2>
  54.             </section>
  55.             <section>
  56.                 <h1>System</h1>
  57.                 <h2>System Software</h2>
  58.                 <h2>About</h2>
  59.                 <h2>Hardware Reset</h2>
  60.             </section>
  61.         </div>
  62.        
  63.         <footer id="navigation">
  64.             <nav>
  65.                 <img src="nav_down.png" alt="down"/>
  66.                 <img src="nav_icon.png" alt="menu bar"/>
  67.                 <img src="nav_up.png" alt="up"/>
  68.             </nav>
  69.         </footer>
  70.     </body>
  71. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement