Advertisement
Guest User

Untitled

a guest
May 10th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.  
  6. <link rel="stylesheet" type="text/css" media="all" href="css/reset.css">
  7. <link rel="stylesheet" type="text/css" media="all" href="css/text.css">
  8. <link rel="stylesheet" type="text/css" media="all" href="css/960.css">
  9.  
  10.  
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  12. <title>Disney</title>
  13.  
  14.  
  15.  
  16. <link href="css/adipoli.css" rel="stylesheet" type="text/css"/>
  17. <script src="js/jquery-1.9.1.js" type="text/javascript"></script>
  18. <script src="js/jquery.adipoli.min.js" type="text/javascript"></script>
  19. <script src="jquery.backstretch.min.js"></script>
  20. <script>
  21. $(document).ready(function() {
  22.  
  23. $('#image1').adipoli();
  24. $('#image2').adipoli();
  25. $('#image3').adipoli();
  26. $('#image4').adipoli();
  27.  
  28. $.backstretch("/images/IMG_1922.jpg");
  29.  
  30.  
  31. });
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38. </script>
  39. </head>
  40. <body>
  41.  
  42.  
  43.  
  44.  
  45.  
  46. </head>
  47. <body>
  48.  
  49.  
  50.  
  51.  
  52.  
  53. <div id="wrapper" class="container_16">
  54. <div id="logo" class="grid_4 suffix_6" >
  55. <img src="images/logo.png" alt="Disney" />
  56. </div>
  57. <div id="nav">
  58. <ul id="navigation">
  59. <li><a href="movies.html">movies</a></li>
  60. <li><a href="parks.html">parks</a></li>
  61. <li><a href="hotels.html">hotels</a></li>
  62. <li><a href="events.html">events</a></li>
  63. </ul>
  64. </div>
  65.  
  66. <div id="banner" class="grid_16">
  67. <img src="images/banner1.jpg" alt="Banner1">
  68. </div>
  69.  
  70. <div id="quote" class="grid_16">
  71. <h1><img src="images/quote.png" alt="Quote"></h1>
  72.  
  73. </div>
  74.  
  75.  
  76.  
  77.  
  78.  
  79. <div id="main" class="grid_16">
  80. <div id="movies" class="grid_4 alpha">
  81. <img id="image1" src="images/image1.jpg" alt="Movies">
  82. </div>
  83.  
  84. <div id="parks" class="grid_4">
  85. <img id="image2" src="images/image2.jpg" alt="Parks">
  86. <p></p>
  87. </div>
  88.  
  89. <div id="hotels" class="grid_4">
  90. <img id="image3" src="images/image3.jpg" alt="Hotels">
  91. </div>
  92.  
  93. <div id="events" class="grid_4 omega">
  94. <img id="image4" src="images/image4.jpg" alt="Events">
  95. </div>
  96. </div>
  97.  
  98. <div id="main-text" class="grid_16">
  99. <div id="movies-text" class="grid_4 alpha">
  100. <p>Walt Disney Pictures is an American film studio and one of several film distribution labels of The Walt Disney Studios, owned by The Walt Disney Company. Based at the Walt Disney Studios, it is the main production company for live-action feature films within the The Walt Disney Studios unit and serves as the main distributor brand for several of Disney's other production companies.</p>
  101. </div>
  102.  
  103.  
  104. <div id="parks-text" class="grid_4">
  105. <p>Walt Disney Pictures is an American film studio and one of several film distribution labels of The Walt Disney Studios, owned by The Walt Disney Company. Based at the Walt Disney Studios, it is the main production company for live-action feature films within the The Walt Disney Studios unit and serves as the main distributor brand for several of Disney's other production companies.</p>
  106. </div>
  107.  
  108.  
  109. <div id="hotels-text" class="grid_4">
  110. <p>Walt Disney Pictures is an American film studio and one of several film distribution labels of The Walt Disney Studios, owned by The Walt Disney Company. Based at the Walt Disney Studios, it is the main production company for live-action feature films within the The Walt Disney Studios unit and serves as the main distributor brand for several of Disney's other production companies.</p>
  111. </div>
  112.  
  113.  
  114. <div id="events-text" class="grid_4 omega">
  115. <p>Walt Disney Pictures is an American film studio and one of several film distribution labels of The Walt Disney Studios, owned by The Walt Disney Company. Based at the Walt Disney Studios, it is the main production company for live-action feature films within the The Walt Disney Studios unit and serves as the main distributor brand for several of Disney's other production companies.</p>
  116. </div>
  117.  
  118.  
  119. </div>
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146. </div>
  147.  
  148. <div id="footer" class="grid_16">
  149.  
  150. <p>sdfffffffffffffffffffff</p>
  151.  
  152. </div>
  153.  
  154.  
  155. </body>
  156. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement