Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Optik</title>
  6. <link href="style.css" rel="stylesheet" type="text/css">
  7. </head>
  8.  
  9. <body>
  10.  
  11. <div id="container">
  12.  
  13. <div id="header">
  14.  
  15. <div id="logo"><img src="images/optik-logo.png" width="164" height="45" alt="optik">
  16. </div>
  17.  
  18. <div id="nav">
  19. <a href="sun.html">Sun</a>
  20. <a href="sport.html">Sport</a>
  21. <a href="tech.html">Tech</a>
  22. <a href="special.html">Special</a>
  23. </div>
  24.  
  25.  
  26. </div>
  27.  
  28. <div id="feature">
  29.  
  30. <div id="feature1">
  31. <img src="images/hydrotek.png" width="137" height="27" alt="hydrotek"/>
  32. <p>HYDRO-TEK Sports eyewear from OPTIK optimizes the flow of perspiration for an increased aerodynamic advantage over your competition</p>
  33.  
  34. <a href="optik.html">Find Out More</a>
  35.  
  36. </div>
  37. <div id="feature_img">
  38. <img src="images/feature-images.jpg" width="386" height="308" alt="optik"/> </div>
  39. </div>
  40.  
  41. <div id="content">
  42.  
  43. <div id="column">
  44. <img src="images/Sun.jpg" width="171" height="115" alt="sun"/>
  45.  
  46. <p>Enjoy the summer sun in style with OPTIK's range of casual eyewear. Choose from array of fashionable eyewear and galsses that will suit any condition</p>
  47. <a href="sun.html">View the SUN range</a>
  48. </div>
  49.  
  50. <div id="column">
  51. <img src="images/Sport.jpg" width="173" height="116" alt=""/>
  52.  
  53. <p>Find out more about the science behind the materials, geometry and coatings that make OPTIK lenses so fasionably tough flexible and definitely reliable</p>
  54. <a href="sport.html">View the TECH info</a>
  55. </div>
  56.  
  57. <div id="column">
  58. <img src="images/Tech.jpg" width="172" height="115" alt=""/>
  59.  
  60. <p>Find out more about the science behind the materials, geometry and coatings that make OPTIK lenses so technologically advanced for any condition</p>
  61. <a href="tech.html">View the TECH info</a>
  62. </div>
  63.  
  64. <div id="column">
  65. <img src="images/Special.jpg" width="172" height="116" alt=""/>
  66.  
  67. <p>OPTIK also design eyewear for specific industries where eye protection is crucial. Make sure your team of industries have the correct one for your industry</p>
  68. <a href="special.html">View the SPECIAL range</a>
  69. </div>
  70. </div>
  71.  
  72. <div id="footer">Copyright OPTIK 2011
  73. <div id="link">
  74. <a href="about.html">About</a>
  75. <a href="retailers.html">Retailers</a>
  76. <a href="corporate.html">Corporate</a>
  77. <a href="warranty.html">Warranty</a>
  78. <a href="news.html">News</a>
  79. <a href="contact.html">Contact</a>
  80. </div>
  81. </div>
  82. </div>
  83.  
  84. </body>
  85. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement