Advertisement
Guest User

Untitled

a guest
Dec 29th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.65 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Mike Hyzy</title>
  6. <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
  7. <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
  8. <!--[if IE 7]>    <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
  9. <!--[if IE 8]>    <html class="no-js lt-ie9" lang="en"> <![endif]-->
  10. <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
  11. <head>
  12.   <meta charset="utf-8" />
  13.  
  14.   <!-- Set the viewport width to device width for mobile -->
  15.   <meta name="viewport" content="width=device-width" />
  16.  
  17.   <title>Mike Hyzy</title>
  18.  
  19.   <!-- Included CSS Files (Uncompressed) -->
  20.   <!--
  21.  <link rel="stylesheet" href="stylesheets/foundation.css">
  22.  -->
  23.  
  24.   <!-- Included CSS Files (Compressed) -->
  25.   <link rel="stylesheet" href="stylesheets/app.css">
  26.  
  27.   <!-- IE Fix for HTML5 Tags -->
  28.   <!--[if lt IE 9]>
  29.    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  30.  <![endif]-->
  31. <link href='http://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
  32. <link rel="stylesheet" href="stylesheets/foundation.min.css">
  33. <script src="javascripts/modernizr.foundation.js"></script>
  34. <script src="javascripts/jquery.foundation.orbit.js"></script>
  35. <script type="text/javascript">
  36.    $(window).load(function() {
  37.        $("#slider").orbit();
  38.    });
  39. </script>
  40. </head>
  41.  
  42. <body>
  43. <div class="row">
  44.       <h3>Featured Works</h3>
  45.       <div id="slider">
  46.         <img src="./images/pic01.png" class="orbit-slide" />
  47.       </div>
  48. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement