Advertisement
kaed

day2 index

May 14th, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.11 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Irene Lijoi - Graphic Design</title>
  5. <!--[if IE]>
  6.  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  7. <![endif]-->
  8. <link rel="stylesheet" href="style.css" type="text/css" />
  9. </head>
  10.  
  11. <body>
  12.     <div id="container">
  13.        
  14.         <header>
  15.             <nav>
  16.                 <ul>
  17.                     <li><a href="#"><img src="images/resume.png" alt="Resume" /></a></li>
  18.                     <hr>
  19.                     <li><a href="#"><img src="images/contact.png" alt="Contact" /></a></li>
  20.                 </ul>
  21.             </nav>
  22.             <img src="images/logo.png" alt="Irene Lijoi Graphic Design - idesigns.biz" />
  23.         </header>
  24.        
  25.         <main>
  26.             <aside>
  27.                 <hr>
  28.                 <p class="image_description">This is a sentence or two about the piece. This is a sentence or two about the piece.
  29.                 This is a sentence or two about the piece. This is a sentence or two about the piece.</p>
  30.             </aside>
  31.            
  32.             <section>
  33.                 <h6><span>This is</span> test title</h6>
  34.                 <hr>
  35.                 <nav>
  36.                     <a class="previous" href="#"></a>
  37.                     <p>|</p>
  38.                     <a class="next" href="#"></a>
  39.                 </nav>
  40.             </section>
  41.         </main>
  42.        
  43.     </div> <!-- #container -->
  44. </body>
  45. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement