Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <meta name="description" content="CHS descriptive map">
  7. <meta name="keywords" content="CHS, carmel, school map">
  8. <meta name="author" content="Allen">
  9. <title>CHS Map | About</title>
  10. <link rel="stylesheet" href="./css/style.css">
  11. </head>
  12. <body>
  13. <header>
  14. <div class="container">
  15. <div id="branding">
  16. <h1>Carmel High School Interactive Map</h1>
  17. </div>
  18. </div>
  19. </header>
  20.  
  21. <section class="showcase">
  22. <div class="container">
  23. <h1>Carmel High School</h1>
  24. <p>Welcome to Carmel High School. With this map you will able to
  25. find the quickest routes<br> around different areas of the school.</p>
  26. <p>Worried about not having enough time to go to the bathroom?
  27. You can also test your<br> current route to find a more efficient path.</p>
  28. <br>
  29. <h2>Click below to see the map!</h2>
  30. <button class="button"> <a href="map.html">Map</a></button>
  31. <br>
  32. <br>
  33. <hr>
  34. <br>
  35. <p>Check out our video animation on the CHS student population!</p>
  36. <iframe width="560" height="315" src="https://www.youtube.com/embed/-Fi2SNQ8lnU" frameborder="0" allowfullscreen>
  37. </iframe>
  38. <br>
  39. <br>
  40. <hr>
  41. <br>
  42. </div>
  43. </section>
  44.  
  45. <section id="boxes">
  46. <div class="container">
  47. <div class="box">
  48. <a target="_blank" href="https://hilite.org/">
  49. <img src="./img/hilite.jpg">
  50. </a>
  51. <h3><a target="_blank" href="https://hilite.org/">HiLite</a></h3>
  52. <p>This map is produced as a project<br>for the HiLite newsmagazine.</p>
  53. </div>
  54. </div>
  55. </section>
  56.  
  57. <footer>
  58. <p>HiLite &copy; 2017. By Allen Zhang and Allen Zheng</p>
  59. </footer>
  60. </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement