Advertisement
Guest User

Homepage

a guest
Jun 7th, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.85 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  4. <!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
  5. <!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
  6. <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
  7.  
  8. <head>
  9.     <meta charset="utf-8">
  10.     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  11.  
  12.     <title>Curtis Parker - Art Portfolio</title>
  13.  
  14.  
  15.     <link rel="shortcut icon" href="img/favicon.ico">
  16.     <!-- apple touch icon 57x57 -->
  17.     <link rel="apple-touch-icon" href="img/apple-touch-icon.png">
  18.  
  19.     <link rel="stylesheet" href="http://nickducot.com/parker_new/css/home.css?v=1.0">
  20.  
  21.     <script src="js/modernizr-2.0.6.min.js"></script>
  22.  
  23.     <!-- Remove the script reference below if you're using Modernizr -->
  24.     <!--[if lt IE 9]>
  25.     <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  26.     <![endif]-->
  27.  
  28. </head>
  29.  
  30. <body>
  31.        
  32.  
  33. <nav>
  34.             <li><a href="#">CURTIS PARKER ILLUSTRATION</a></li>
  35.             <li><a href="folio1.html"><span style="color: #9cad1f;">folio1</span></a></li>
  36.             <li><a href="folio2.html">folio2</a></li>
  37.             <li><a href="murals.html"><span style="color: #9cad1f;">murals</span></a></li>
  38.             <li><a href="fridays.html">Friday painting</a></li>
  39.             <li><a href="bio.html"><span style="color: #9cad1f;">bio</span></a></li>
  40.             <li><a href="news.html">news/blog</a></li>
  41.             <li><a href="contact.html"><span style="color: #9cad1f;">contact</span></a></li>
  42.         </ul>
  43. </nav>
  44.  
  45.         <!--<footer class="f1">-->
  46.         <!--<p>Curtis Parker Illustration copyright &copy; 2012</p>-->
  47.         <!--</footer>-->
  48.  
  49. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
  50. <script>!window.jQuery && document.write(unescape('%3Cscript src="js/jquery-1.6.4.min.js"%3E%3C/script%3E'))</script>
  51.  
  52. <script src="js/general.js"></script>
  53.  
  54.  
  55. </body>
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement