-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
274 lines (256 loc) · 13.3 KB
/
index.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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!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>Home | 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">
<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>
<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>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
<li data-target="#myCarousel" data-slide-to="6"></li>
<li data-target="#myCarousel" data-slide-to="7"></li>
<li data-target="#myCarousel" data-slide-to="8"></li>
<li data-target="#myCarousel" data-slide-to="9"></li>
<li data-target="#myCarousel" data-slide-to="10"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active" >
<img src="img/facilities/bia-entrance1.jpg" alt="bia-building1" width="100%" height="100%">
</div>
<div class="item">
<img src="img/facilities/bia-building2.jpg" alt="bia-building2">
</div>
<div class="item">
<img src="img/facilities/bia-building4.jpg" alt="bia-entrance1">
</div>
<div class="item">
<img src="img/staffs/bia-team1.jpg" alt="bia-team1">
</div>
<div class="item">
<img src="img/students/Allstudents.jpg" alt="bia-vs3">
</div>
<div class="item">
<img src="img/bia-vs1.jpg" alt="Flower">
</div>
<div class="item">
<img src="img/bia-vs5.jpg" alt="bia-vs5">
</div>
<div class="item">
<img src="img/bia-vs2.jpg" alt="Flower">
</div>
<div class="item">
<img src="img/bia-vs6.jpg" alt="Flower">
</div>
<div class="item">
<img src="img/bia-vs7.jpg" alt="Flower">
</div>
<div class="item">
<img src="img/facilities/bia-facilities15.jpg" alt="Flower">
</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 id="welcome">
<h3 class="text-center">Welcome to Bia Schools</h3>
<p>Quest For Knowledge</p>
<section class="wrapper">
<article id="ourCEO">
<h3>Our CEO</h3>
<section>
<img src="img/staffs/CEO.jpg" alt="Director's image">
<p id="txt">Adekunle Ajayi <br>
Chief Executive Director</p>
</section>
<p id="txt1">
With gratitude to God the creator of the heaven and earth and with so much joy and happiness in my heart, I say welcome to this lovely school, where each child is accepted and appreciated for his/her uniqueness. <br>
I'm aware of the tremendious opportunity given to us in creating this life transforming institution. We have the opportunity to instill a love of learning that can be nurtured and empowered to grow into something truly beautiful.</p>
<a href="ourCEO.html">Read More</a>
</article>
<article id="ourCEO">
<h3>Our Principal</h3>
<section>
<img src="img/staffs/Principal.jpg" alt="Director's image">
<p id="txt">Ajose O. Kemi <br>
School Principal</p>
</section>
<p id="txt1">
Defining your success is a way to start succeeding. Bia Group of School is an educational organization which has defined her purpose and vision and has been following suite to better the community by breeding students with outstanding behaviours. We have been recording successes and growing as the year runs in and out. </p>
<a href="ourPrincipal.html">Read More</a>
</article>
</section>
</section>
<h3 class="text-center text-success">Our Schools</h3>
<section id="ourSchools">
<article class="schools ck">
<section>
<img src="img/creche1.jpg" alt="ck image" ></section>
<h3>Creches / Baby Kingdom</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>
<a href="creche.html">Read More</a>
</article>
<article class="schools np">
<section><img src="img/students/nap5.jpg" alt="np image" ></section>
<h3>Nursery and Primary</h3>
<p>Established same year as the creche to foster and bring out the best in our pupils for the world ahead. With the best practice we teach our pupils to be diligent and hard working.
</p> <a href="nap.html">Read More</a>
</article>
<article class="schools js">
<section><img src="img/juniorschool.jpg" alt="js image" ></section>
<h3>Junior School</h3>
<p>Established in the year 2014 to build our learners and shape their choice in the career they want. We also help to discover and develop their talents with the help of the provided facilities and well trained teachers whom are ready to give their best to the success of our pupils.
</p> <a href="juniorSchool.html">Read More</a>
</article>
<article class="schools ss">
<section><img src="img/seniorSchool.jpg" alt="np image" ></section>
<h3>Senior School</h3>
<p>BIA School is focused mainly on building and preparing our learners to be able to gain grounds in the world that awaits them. To be able to standout and make a difference. The senior classes are prepared to partake in external exams and we have recorded an outstanding success in these few years.
</p> <a href="seniorSchool.html">Read More</a>
</article>
</section>
<section id="ourFacilities">
<h3 >Our Facilities </h3>
<ul>
<li>Fully Equiped Class Rooms</li>
<li>Fully Equiped Science Labs</li>
<li>Fully Equiped Library</li>
<li>Multi-Purpose Halls</li>
<li>School Bus Services</li>
<li>Modern Art Studios</li>
<li>Well Equiped Computer Lab</li>
<li>Fully Equiped Basic Tech Lab</li>
<li>Equiped Home Economics Lab</li>
<li>School Clinic</li>
<li>Security Services</li>
<li>Well Furnished Rest Rooms</li>
<li><a href="ourFacilities.html">More</a></li>
</ul>
</section>
<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>