Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <!-- I, Alex McNea, 000358278, certify that the code has been written by myself on 02-10-2017
  6.  
  7. -->
  8. <meta charset="utf-8" />
  9.  
  10. <title>Myrms, City Recycle Information</title>
  11.  
  12. <nav>
  13. <center>
  14. <a href="recyclecentre">Recycling Centers</a>
  15. <a href="resources">Resources</a>
  16. <a href="composting">Composting</a>
  17. <a href="contactus">Contact Us</a>
  18. </center>
  19. </nav>
  20.  
  21. <style>
  22. h1, h2, nav, title
  23. {color: #14ab3f;}
  24. h1.recycling
  25. {text-align: center;
  26.  
  27. }
  28. img
  29. {vertical-align: middle;}
  30.  
  31. ul.recycle
  32. {list-style-image: url('images/greenarrow.png');
  33. line-height: 3em;}
  34. nav
  35. {background-color: #fbefb3;\
  36. color: #14ab3f;
  37. white-space: 50px;
  38. }
  39.  
  40. nav:hover
  41. {background-color: #ec834a;}
  42.  
  43. span
  44. {color: #14ab3f;}
  45.  
  46. header
  47. {
  48. margin-top: -16px;
  49. }
  50. footer, h3
  51. {text-align: center;}
  52.  
  53. footer
  54. {background-image: url('images/ricepaper.png');
  55. width: 100%;
  56. background-size: cover;
  57. border-top: 2px solid #000;
  58. text-align: center;
  59. height: auto;
  60. margin-top: 10px;
  61. }
  62.  
  63. h2
  64. {text-align: left;}
  65. body
  66. {padding: 10em;
  67. padding-bottom: 5em;}
  68.  
  69.  
  70. </style>
  71.  
  72.  
  73.  
  74.  
  75. </head>
  76.  
  77. <body>
  78. <h1 class="recycling"><img src="images/recycle_logo.png"/>Recycling<img src="images/recycle_logo.png"/></h1>
  79. <p> Recycling is good for the environment. Our city has one of the best recycling programs in the world!
  80. You can pick up another recycling box at City Hall.<span style="color: #ec834a";> Bulk items can also be picked up on your regular
  81. garbage collection day.</span>
  82.  
  83. </p>
  84.  
  85. <h2>Recycling Tips</h2>
  86. <p> Get into the habit of recycling, and it will become second nature. Here are some tips that will help you: </p>
  87. <ul>
  88. <li>Bottles, cans and jars:</li>
  89. <ol class="tips">
  90. <ol>i.<u><em> All bottles, cans and jars must be empty.</em></u></ol>
  91. <ol>ii. Take the lids off of all bottles, cans and jars and rinse them.</ol>
  92. <ol>iii.Throw all metal lids into the recycling box.</ol>
  93. <ol>iv. Throw plastic lids that bend easily into the recycling box.</ol>
  94. </ol>
  95. <li>Leaf and yard waste can be placed in paper bags. You can also use yard waste to make compost
  96. for your garden. <a href="http://www.compost.org/English/ENGLISH_INDEX.htm">How to make compost.</a></li>
  97. <li>Green bins can be used for kitchen waste.</li>
  98. </ul>
  99.  
  100. <h1>What goes in a recycling box?</h1>
  101. <p> Put the following items in a recycling box</p>
  102. <ul class="recycle">
  103. <li>Glass</li>
  104. <li>Paper</li>
  105. <li>Plastic</li>
  106. <li>Aluminum foil (clean)</li>
  107. <li>Cardboard (fold of break into small pieces)</li>
  108. </ul>
  109.  
  110. <h2>Community Recycling Centres</h2>
  111. <p> Community Recycling Centers will accept good used clothing, furniture and household items for their
  112. on-site stores. Instead of calling for a bulk pickup, take used items to the Community Recycling Centers!
  113. </p>
  114. <ul>
  115. <ul bullet= "disc">
  116. <li>Myrms West Community Recycling Center</li>
  117.  
  118. <ol>Monday: 10 am - 1 pm</ol>
  119. <ol>Wednesday: 10 am - 5 pm</ol>
  120. <ol>First Saturday of each month only: 9 am - 12 pm</ol>
  121.  
  122. <li>Myrms East Community Recycling Center</li>
  123. <ol>Tuesday: 10 am - 2 pm</ol>
  124. <ol>Saturday: 10 am - 12 pm</ol>
  125. </ul>
  126.  
  127.  
  128. <h2>Large Item Pickup</h2>
  129. <p>Large items can be picked up by the city garbage collection service. Please contact us directly for a to arrange a pickup time.
  130. </p>
  131.  
  132. <footer>
  133.  
  134. <h3><span>Contact Us</span></h3>
  135. <a href="contactus"></a>
  136. <address><em><strong>
  137. 456 Myrms Avenue<br/>
  138. Myrms, ON</br>
  139. L0L 1O1</strong></em>
  140. </address>
  141.  
  142. </footer>
  143.  
  144. </body>
  145.  
  146. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement