-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathParents.html
More file actions
114 lines (112 loc) · 4.96 KB
/
Copy pathParents.html
File metadata and controls
114 lines (112 loc) · 4.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE HTML>
<html>
<head>
<title>Arden Primary</title>
<meta name="Arden Primary" content="At Arden primary do our utmost to make sure the children enjoy their education and that they are extremely safe while learning here at Arden. Not only that but we think that every single individual child is special and if needed, we provide more support to those that may need just a little bit more help." />
<meta name="Arden, primary" content="We pride ourselves on kind being to one another be it staff or children to make sure that while the children are at the school they're around a happy working environment. We feel this helps a lot with not only the safety of the children but also that it helps promote a better environment while learning here at Arden Primary." />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="style/style.css" title="style" />
</head>
<body>
<div id="main">
<div id="header">
<div id="logo">
<div id="logo_text">
<class="logo_colour">
<img src="Images/Logo 1.png" align=left width=65 height=60>
<h1><a href="index.html">Arden<span class="logo_colour">Primary</span></a></h1>
<h2>Where Futures Begin...</h2>
</div>
</div>
<div id="menubar">
<ul id="menu">
<li><a href="index.html">Home</a></li>
<li><a href="AboutUs.html">About Us</a></li>
<li><a href="Curriculum.html">Curriculum</a></li>
<li><a href="Parents.html">Parents</a></li>
<li><a href="Children.html">Children</a></li>
<li><a href="Events.html">Events</a></li>
<li><a href="News.html">News</a></li>
<li><a href="Contact.html">Contact</a></li>
</ul>
</div>
</div>
<div id="content_header"></div>
<div id="site_content">
<div class="sidebar">
<h4>We raised alot of money for charity</h4>
<h5>June 5th, 2014</h5>
<p1>During the month of may we raised £5,000 for a really great charity which is called...<br /><a href="Events.html">Read more</a></p>
<h4>Sports day</h4>
<h5>July 1st, 2014</h5>
<p1>During our last sports we had really bad weather, so half way through the day we had to stop all the events...<br /><a href="News.html">Read more</a></p>
<h3>More Info</h3>
<ul>
<li><a href="Children.html">Attendance</a></li>
<li><a href="style/schedule.pdf">Timetable for year 1-2</a></li>
<li><a href="style/schedule1.pdf">Timetable for year 3-4</a></li>
<li><a href="style/schedule2.pdf">Timetable for year 5-6</a></li>
</ul>
<h3>Search</h3>
<form method="post" action="#" id="search_form">
<p>
<input class="search" type="text" name="search_field" value="Enter keywords....." />
<input name="search" type="image" style="border: 0; margin: 0 0 -9px 5px;" src="style/search.png" alt="Search" title="Search" />
</p>
</form>
<div id="google_translate_element"></div>
<script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_translate_element');
}
</script>
<script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</div>
<div id="content">
<h6>Autumn 2019</h6>
<p>School days: 75<br>
Term starts: Monday 2nd September 2019<br>
Half term: Monday 28th October to Friday 1st November 2019<br>
Term ends: Friday 20th December 2019<br></p>
<p>Bank Holidays-<br>
Christmas Day: Wednesday 25th December<br>
Boxing Day: Thursday 26th December<br></p>
<h6>Spring 2020</h6>
<p>School days: 60<br>
Term starts: Monday 6th January<br>
Half term: Monday 17th to Friday 21st February<br>
Term ends: Friday 3rd April<br></p>
<p>Bank Holidays-<br>
New Years Day: Wednesday 1st January<br>
Good Friday: Friday 10th April<br>
Easter Monday: Monday 13th April<br></p>
<h6>Summer 2020</h6>
<p>School days: 60<br>
Term starts: Monday 20th April<br>
Half term: Monday 25th May to Friday 29th May<br>
Term ends: Monday 20th July<br></p>
<p>Bank Holidays-<br>
May Day: Monday 4th May<br>
Spring Bank Holiday: Monday 25th May<br></p>
<h1>Opening times</h1>
<h6>Years 1-3</h6>
<p>8.45am to 11.45am<br>
12.30pm to 3.30pm</p>
<h6>Years 4-6</h6>
<p>8.55am to 11.55am<br>
12.30pm to 3.40pm</p>
</div>
</div>
<div id="content_footer"></div>
<div id="footer">
<img src="Images/facebook.jpg" align=middle width=50 height=50>
<img src="Images/twitter.png" align=middle width=37 height=37>
<img src="Images/insta.png" align=middle width=40 height=40>
<br>
Copyright © STU63777
</div>
</div>
</body>
</html>