Advertisement
Guest User

Untitled

a guest
Dec 16th, 2019
1,380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Home Page</title>
  5. <link rel="stylesheet" type="text/css" href="css/myStyles.css">
  6. </head>
  7. <body>
  8. <header>
  9. <h1>School Activities</h1>
  10. <img class="imageBanner" src="images/activitiesBanner.jpg">
  11. </header>
  12. <nav>
  13. <ul>
  14. <li><a href="home.html">Home Page</a></li>
  15. <li><a href="sportPage.html">Sport Page</a></li>
  16. <li><a href="musicPage.html">Music Page</a></li>
  17. <li><a href="studyPage.html">Study Page</a></li>
  18. <li><a href="dramaPage.html">Drama Page</a></li>
  19. </ul>
  20. </nav>
  21. <main>
  22. <section>
  23. <h2>Variety is the Spice of Life</h2>
  24. <p>Different activities in life develop different skils. Penny high school offers a variety
  25. of after school activities including many sports, music clubs, study clubs and drama
  26. performances.It is our hope that you will attend as many clubs as you can, with as much
  27. variety as possible.</p>
  28. </section>
  29. </main>
  30.  
  31. <section id="newsArticle">
  32. <img class="imageIconLeft" src="images/newsIcon.png">
  33. <p>Wednesday 12th June.<br> The Computing Science Department are launching a Code Club after
  34. school next Tuesday. If you are interested in improving your problem solving skills, learning
  35. a new programming language or wish to discuss careers in programming please meet in Room B9.
  36. </section>
  37.  
  38. <section>
  39. <img class="normalImage" src="images/hockey.jpg">
  40. <img class="normalImage" src="images/guitar.jpg">
  41. <img class="normalImage" src="images/drama.jpg">
  42. <img class="normalImage" src="images/study.jpg">
  43. <img class="normalImage" src="images/rugby.jpg">
  44. <img class="normalImage" src="images/windband.jpg">
  45. </section>
  46.  
  47. <section>
  48. <p>Click on an option below to find out more about various performance groups available.<br><br></p>
  49. <img src="images/juniorChoirOption.png">
  50. <img src="images/seniorChoirOption.png">
  51. <img src="images/orchestraOption.png">
  52. </section>
  53.  
  54. <footer>
  55. <h3>Contact Us</h3>
  56. <ul>
  57. <li>Landline</li>
  58. <li>Mobile</li>
  59. <li>E-mail</li>
  60. </ul>
  61. <ul>
  62. <li>01314449999</li>
  63. <li>079757364</li>
  64. <li>penny.high@midlands.gov.uk</li>
  65. </ul>
  66. </footer>
  67.  
  68. </body>
  69. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement