Advertisement
Guest User

index.htm

a guest
Jan 13th, 2011
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.01 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <meta charset="utf-8">
  5.     <title>Dennis Chamberland</title>
  6.     <meta name="author" content="a">
  7.     <link rel="stylesheet" href="style.css">
  8.     <!--[if lt IE 9]>
  9.    <script>
  10.      var a = ['section', 'header', 'sidebar', 'nav'],
  11.          al = a.length;
  12.      while (al = al - 1) document.create(a[al]);
  13.    </script>
  14.    <![endif]-->
  15.   </head>
  16.   <body>
  17.  
  18.     <section id="page">
  19.  
  20.       <header>
  21.         <h1>
  22.           <a href="http://dennischamberland.com/"><img src="http://quantumeditions.com/dennis.chamberland/log-dc05.gif" alt="Dennis Chamberland"></a>
  23.         </h1>
  24.       </header>
  25.  
  26.       <section id="content">
  27.  
  28.         <section id="left">
  29.           <img src="http://quantumeditions.com/dennis.chamberland/2001_ab.jpg" alt="">
  30.         </section>
  31.  
  32.         <section id="right">
  33.           <img src="http://quantumeditions.com/dennis.chamberland/mars-roc2.jpg" alt="">
  34.         </section>
  35.  
  36.         <section id="main">
  37.           <img src="http://quantumeditions.com/dennis.chamberland/MarsPhobosRocket-SMX2.jpg" alt="">
  38.           <nav id="menu">
  39.             <ul>
  40.               <li><a href="http://chamberland.blogspot.com">Web Log</a></li>
  41.               <li><a href="http://quantumeditions.com/dennis.chamberland/page_01.html">Personal Web Page</a></li>
  42.               <li><a href="http://dennisbooks.com">DennisBooks.com</a></li>
  43.               <li><strong><a href="http://Facebook.com/dennis.chamberland">Facebook</a></strong></li>
  44.               <li><a href="http://quantumeditions.com/league">League of the New Worlds</a></li>
  45.               <li><a href="http://underseacolony.com">Atlantica Expeditions</a></li>
  46.               <li><a href="http://quantumeditions.com/carpenter">Carpenter Station</a></li>
  47.               <li><a href="http://stonebrooke.net">Stonebrooke</a></li>
  48.               <li><a href="mailto:dennis@dennischamberland.com">eMail</a></li>
  49.             </ul>
  50.           </nav>
  51.         </section>
  52.  
  53.       </section>
  54.  
  55.     </section>
  56.  
  57.   </body>
  58. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement