-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreche.html
228 lines (214 loc) · 12.1 KB
/
creche.html
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Creche | BIA GROUP OF SCHOOLS</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/schools.css">
<script src="js/script.js"></script>
</head>
<body>
<header>
<nav id="navButton">
<div class="navButton btn1"></div>
<div class="navButton btn2"></div>
<div class="navButton btn3"></div>
</nav>
<nav id="navSchoolName">BIA Schools</nav>
</header>
<section id="address">
<section id="biaLogo">
<img src="img/BIA LOGO.png" alt="BIA Logo" id="biaLogo">
</section>
<section id="contact">
<section id="location">
<span class="fa fa-home"> Bia Close, Araromi Ale Phase II, Badagry Expressway, Lagos State.</span>
</section>
<section id="phonenumber"><span class="fa fa-phone"></span>
(+234) 8030400415<span>, (+234) 8032474765;</span>
</section>
<section id="email">
<span class="fa fa-envelope-open"></span>
<span>[email protected] </span><a href="mailto:[email protected]" target="_blank"><span class="fa fa-mail-forward" > </span> </a>
<p></p>
</section>
<section id="socialMediaLinks">
Follow us :
<a href="https://www.facebook.com/profile.php?id=100010500076552" target="_blank"><span class="fa fa-facebook"></span></a>
<a href="#"><span class="fa fa-twitter"></span></a>
<a href="#" ><span class="fa fa-whatsapp"></span></a><br>
</section>
</section>
</section>
<nav id="navBar">
<ul>
<li class="navLink"><a href="index.html">Home</a></li>
<li id="dropdown" class="navLink">
<article >About Us <span class="caret"> </span></article>
<section class="dropdown-content 1">
<li><a href="about.html">About Bia Schools</a> </li>
<li><a href="ourCEO.html">Our CEO</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="jobVacancies.html">Employments</a></li>
</section>
</li>
<li class="navLink"><a href="admission.html">Admission</a></li>
<li class="navLink"><a href="academic.html">Academic</a></li>
<li id="dropdown2" class="navLink">
<article>Our Schools <span class="caret"> </span> </article>
<section class="dropdown-content 2">
<li><a href="creche.html">Creche</a> </li>
<li><a href="nap.html">Nursery & Primary School</a></li>
<li><a href="juniorSchool.html">Junior School</a></li>
<li><a href="seniorSchool.html">Senior School</a></li>
</section>
</li>
<li class="navLink"><a href="gallery.html">Gallery</a></li>
</ul>
</nav>
<main>
<section>
<section class="head">
<h3>CRECHE</h3>
<p>Admission into Creche is all round the year</p>
<p><a href="admission.html">Enroll </a> </p>
</section>
<section id="carousel" >
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active" >
<img src="img/students/creche2.jpg" alt="bia-building1" width="100%" height="100%">
</div>
<div class="item">
<img src="img/students/creche3.jpg" alt="bia-building2">
</div>
<div class="item">
<img src="img/students/creche4.jpg" alt="bia-entrance1">
</div>
<div class="item">
<img src="img/students/creche5.jpg" alt="bia-entrance1">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<section class="sch">
<article><img src="img/creche1.jpg" alt="creche"></article>
<h3>GETTING STARTED <span class="caret"></span></h3>
<p>With love, peace and hormony, we have been imbibing the spirit of obedience in our pupils since 2007. The creche was built to teach our pupils to respect and obey their parents and live in-line with the way of God.</p>
</section>
<section class="sch">
<article>
<img src="img/students/creche1.jpg" alt="curriculum"></article>
<h3>OUR CURRICULUM <span class="caret"></span></h3>
<div>
<p>
We make use of Early Years Foundation framework as our curriculum for learners from day 1 to 5 years. This framework is fun and play based, which allows the children to learn and enjoy in an environment that is secure yet challenging. This is available to all capable children to promote teaching and learning. <br>
Skilled teachers make use of this framework to teach, assess and evaluate children based on the 7 areas of learning, which are:
</p>
<p>
<ul>
<p>3 Major areas</p>
<li>Communication and Language</li>
<li>Physical Development</li>
<li>Personal, Social and Emotional Development</li>
<p>4 specific areas</p>
<li>Mathematics</li>
<li>Undertsanding the world</li>
<li>Litracy</li>
<li>Arts and Designs</li>
</ul>
</p>
<p>While all areas are necessary, the 3 major areas are focused on the more for igniting learner's curiosity and enthusiasm for learning and from relationships and thrive. The specific areas will allow learners confident learners and self-motivated.</p></div>
</section>
<section class="sch">
<article><img src="img/students/creche6.jpg" alt="Home work"></article>
<h3>HOME WORK POLICY <span class="caret"></span></h3>
<div>
<p>Home works is scheme to revise all the concepts taught. Home work is given daily to foster remembrance of the taught concepts. The homework include writing, drawing, reading etc. <br>
There's a guideline which is always included in the assignment given and some require parents guidance or supervision. We don't encourage parents doing the assignment but serve as a guide to solving the assignment correctly.</p></div>
</section>
<section class="sch">
<article><img src="img/parent03.jpeg" alt="parents as partnes"></article>
<h3>PARENTS AS PARTNERS <span class="caret"></span></h3>
<div>
<p>
The Early Year Foundation System emphasize that parents are child's primary educators and therefore encourage parents to contribute to their child's learning. Parents partnership are key to a successful experience for their children and for them to gain the most out of their early education and reach expected levels of development. This responsibility usually falls to the teacher to ensure an effective relationship is built and share information at the beginning and end of the day, reason why the open day is important so cogent issues can be discussed.
</p><br>
<h4>Importance of Parents Partnership</h4>
<ul>
<li>Parents know and undertsand their children the best</li>
<li>To share information about new levels of development, any concerns and any new likes or dislikes</li>
<li>To keep upto date with whats is happening inside and outside the school</li>
<li>Parents can feel secured that their children is in safe hands</li>
<li>Improves practice and outcomes for the children, ensuring every child has their full individual needs met.</li>
</ul></div>
</section>
</section>
</main>
<footer class="text-center">
<h2>Contact With Us</h2>
<p id="addr"><span class="fa fa-home text-success"> </span> Bia Close, Elijah Bus Stop, Araromi Ale Phase II, Badagry Expressway, Lagos State.</p>
<article id="mail">
<span class="fa fa-envelope"></span>
<span>[email protected] </span><a href="mailto:[email protected]" target="_blank"><span class="fa fa-mail-forward" > </span> </a>
</article>
<section class="socialMediaLinks">
Follow us : <a href="https://www.facebook.com/profile.php?id=100010500076552"><span class="fa fa-facebook"></span></a>
<span class="fa fa-twitter"></span>
<span class="fa fa-instagram"></span><br><br>
<p>Telephone:<span class="fa fa-phone" > (+234) 8030400415, (+234)8032474765</span></p>
</section>
<section id="quickLinks">
<article> <h3>About us</h3>
<a href="about.html">Bia Schools</a>
<a href="ourCEO.html">Our CEO</a>
<a href="ourPrincipal.html">Our Principal</a>
<a href="ourTeam.html">Our Team</a>
<a href="academic.html">Why Bia Schools</a>
</article>
<article>
<h3>Schools</h3>
<a href="creche.html">Creche</a>
<a href="nap.html">Nursery & Primary</a>
<a href="juniorSchool.html">Junior Secondary</a>
<a href="seniorSchool.html">Senior Secondary</a>
</article>
<article id="faq">
<h3>Others</h3>
<a href="admission.html">Admission</a>
<a href="gallery.html">Gallery</a>
<a href="ourFacilities.html">Our Facilities</a>
<a href="newsletter.html">Newsletter</a>
<a href="https://www.facebook.com/profile.php?id=100010500076552">Achievements</a>
</article>
</section>
<div id="copywright">
<p> © All Rights Reserved by BIA GROUP OF SCHOOLS</p>
<p>Developed by phileoWeb_Geek : (+234) 8102562103</p>
</div>
</footer>
</body>
</html>