-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChildren.html
More file actions
92 lines (91 loc) · 5.45 KB
/
Copy pathChildren.html
File metadata and controls
92 lines (91 loc) · 5.45 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
<!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">
<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">
<h6>We raised alot of money for charity</h6>
<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>
<h6>Sports day</h6>
<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>School Council</h6>
<p><img src="Images/Children.jpg" align=left width=155 height=140>We now have a school council for the children to influence some of the ways the school is run. We think doing this will help us hear more of the children's ideas and help improve quality of life for kids during school time. This can be something minor for instance some food ideas, or perhaps more bins around the school.We also think that this make the kids stay </p>
<h6>After School Clubs</h6>
<p>Last month we started a scheme for after school clubs to help keep the children entertained; while they wait for their parents to arrive and take them home. We have an art club, maths club and sports club in place to make sure that the kids can still learn while they wait. We do understand that parents can be busy with so we thought we would give back by starting these clubs.
<br><h6>Attendance</h6>
<table style="width:100%; border-spacing:0;">
<tr><th>Attendance Percentage</th><th>Description</th></tr>
<tr><td>95%-100%</td><td>This is really good because any student who can keep this up through out the year will recieve a reward and certificate for good attendance.</td></tr>
<tr><td>90%-95%</td><td>This is still pretty good however could still see improvement if possible</td></tr>
<tr><td>85%-90%</td><td>At this we will need to talk to the parents to arrange a meeting to see if there is any problems that could be fixed to improve attendance</td></tr>
<tr><td>80% or less</td><td>We may have to consider legal action in an attempt to make sure the child still has good future with learning or he/she may have to change schools</td></tr>
</table>
</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>