Advertisement
Guest User

Untitled

a guest
May 4th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5.  
  6. <title>Contact Us</title>
  7.  
  8. <link rel="stylesheet" href="css/normalize.css">
  9. <link rel="stylesheet" href="css/about_styles.css">
  10. <!--[if lt IE 9]>
  11. <script src="dist/html5shiv.js"></script>
  12. <![endif]-->
  13. </head>
  14.  
  15. <body>
  16. <div class="container">
  17. <div class="header">
  18. <h1 id="ContactHeader">Contact Information</h1>
  19. </div>
  20. <div class="address section">
  21. <div class="address">
  22. <h3>Address</h3>
  23. <p>48 Cherry Hill Dr</p>
  24. <p>Kitchener, ON</p>
  25. <p>N2E 1N6</p>
  26. </div>
  27. <br>
  28. <div class="phone">
  29. <h3>Telephone</h3>
  30. <p>1(519)555-7788</p>
  31. </div>
  32. <br>
  33. <div class="email">
  34. <h3>email</h3>
  35. <a href="mailto:mymail@mail.com">mymail@mail.com</a>
  36. </div>
  37. <br>
  38. </div>
  39. <div class="image section">
  40. <div class="image">
  41. <img src="img/map.jpg" alt="map">
  42. </div>
  43. </div>
  44. </div>
  45. </body>
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement