-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
375 lines (307 loc) · 11 KB
/
index.php
File metadata and controls
375 lines (307 loc) · 11 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
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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<?php include("header.php"); ?>
<title>Mityana Standard SS - Kagavu</title>
<style>
.caption {
position: absolute;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.5);
padding-bottom: 80px;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
}
.carousel-item {
width: 100% !important;
height: 650px;
}
.carousel-item img {
width: 100% !important;
background-size: cover !important;
}
.carousel-inner {
width: 100% !important;
}
.upcoming-events {
padding-top: 40px;
padding-bottom: 40px;
width: 100% !important;
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover !important;
position: relative;
color: white;
background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('assets/WhatsApp Image 2022-04-12 at 8.35.41 AM.jpeg');
}
.events-contents {
color: white;
background-color: rgba(0, 0, 0, 0.7);
padding-top: 10px;
padding-bottom: 100px;
padding-left: 20px;
padding-right: 20px;
}
.event{
background-color: white;
margin-right: 10px;
margin-top: 10px;
border-radius: 15px;
padding-top: 20px;
padding-bottom: 20px;
box-shadow: 1px 5px 20px 1px #888888;
}
.event-month{
font-size: 30px;
color: grey;
text-align: center;
}
.event-day{
font-weight: bold;
font-size: 28px;
text-align: center;
}
.event-title{
font-weight: bold;
font-size: 20px;
}
.event-image{
border-radius: 20px;
width: 100%;
height: 180px;
}
@media(max-width: 480px) {
.carousel-item img {
width: 100% !important;
background-size: contain !important;
height: 60% !important;
}
.carousel-inner {
height: 400px !important;
}
.caption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.5);
padding-bottom: 300px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}
}
</style>
<!-- CAROUSEL -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<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="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/images/headteacher1.jpg" alt="" srcset="">
<div class="carousel-caption caption">
<h2>2024 ADMISSIONS OPEN FOR TERM 1</h2><br>
<button class="btn btn-success"><a href="admissions.php"> APPLY NOW</a></button>
</div>
</div>
<div class="carousel-item">
<img src="assets/images/new1.jpg" alt="" srcset="">
<div class="carousel-caption caption">
<h3>Laboratories</h3>
<p>Well stocked and equipped library, science laboratory and computer laboratory</p>
</div>
</div>
<div class="carousel-item">
<img src="assets\images\new2.jpg" alt="" srcset="">
<div class="carousel-caption caption">
<h3>Peaceful Environment</h3>
<p>Conducive learning environment where all students can learn and blossom to their full potential regardless of their differing needs, abilities or learning styles</p>
</div>
</div>
<div class="carousel-item">
<img src="assets\images\new3.jpg" alt="" srcset="">
<div class="carousel-caption caption">
<h3>Hands-On Learning</h3>
<p>Equip our students with vocational skills for sustainable livelihood</p>
</div>
</div>
<div class="carousel-item">
<img src="assets\images\new4.jpg" alt="" srcset="">
<div class="carousel-caption caption">
<h3>Agriculture</h3>
<p>Mityana standard is a supportive and strong community that values staff, learners and parents</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- !END CAROUSEL -->
<!-- HOMEPAGE BODY -->
<!-- welcome note -->
<div class="row w-row">
<!-- welcome image -->
<div class="col-md-6 w-image">
<img src="assets/welcome.jpeg" alt="WELCOME IMAGE TO MITYANA STANDARD" class="d-flex mx-auto">
</div>
<div class="col-md-6 w-text">
<h2 class="text-center my-3 font-weight-bold into-title">WELCOME NOTE <i class="fas fa-marker"></i></h2>
<p class="pt-3 intro-text">The school was founded in 1997 to provide quality education to both national and international students based on the ugandan curriculum of education ,
the school was an effort of three great men who combined resources to start a once small secondary school which has transformed overtime to become a great
institution of learning in the heart of Mityana district .the school offers general academic subjects and vocational, 20 in number, and a wide range
of sports activities. The school admits students of all faiths.
It provides secular education which is in line with the Uganda national goals and objectives-of education. </p>
<p>Our vision is to anchor Mityana standard s.s as center of Academic excellence in Uganda.
This is to be achieved through excellent teaching raising our students' self-esteem, and focusing on learners; individual abilities and potential towards their academic goals.
We have a dedicated and committed staff that is supportive, friendly and works towards naturing a God fearing, hardworking and disciplined student into a responsible citizen.
Please feel free to contact us incase of inquiries for further information.
Education for development.
</p>
<b>Mr. Kalule John
</b> <br/>
<i>Headteacher </i>
</div>
</div>
<section class="values m-5 d-flex">
<div class="row">
<!-- VISION -->
<div class="col-md-3 col-sm-6">
<div class="card shadow mt-4" style="border: 1px solid orange;">
<i class="fab fa-dribbble d-flex mx-auto" style="background-color: orange"></i>
<div class="card-body text-center">
<h5 class="font-weight-bold v-h pb-1">SCHOOL VISION</h5>
<p>To Anchor Mityana Standard S.S. as a Center Of Academic Excellence in Uganda</p>
</div>
</div>
</div>
<!-- MISSION -->
<div class="col-sm-6 col-md-3">
<div class="card shadow mt-4" style="border: 1px solid maroon;">
<i class="fa fa-bullseye d-flex mx-auto text-white" style="background-color: maroon"></i>
<div class="card-body text-center">
<h5 class="font-weight-bold v-h pb-1">SCHOOL MISSION</h5>
<p>To Provide Quality Education, Practical Skills & Moral Guidance For A Better Future.</p>
</div>
</div>
</div>
<!-- CORE VALUES -->
<div class="col-sm-6 col-md-3">
<div class="card shadow mt-4" style="border: 1px solid green;">
<div class="card-head">
<i class="fa fa-tachometer d-flex mx-auto text-white" style="background-color: green"></i>
</div>
<div class="card-body">
<h5 class="font-weight-bold v-h pb-1 text-center">CORE VALUES</h5>
<ul>
<li>Team Work </li>
<li>Integrity</li>
<li>Discipline </li>
<li>Moral Uprightness </li>
<li>Self Reliance</li>
<li>God Loving</li>
</ul>
</div>
</div>
</div>
<!-- MOTO -->
<div class="col-sm-6 col-md-3">
<div class="card shadow mt-4" style="border: 1px solid blue;">
<div class="card-head">
<i class="fa fa-fire d-flex mx-auto text-white" style="background-color: blue"></i>
</div>
<div class="card-body text-center">
<h5 class="font-weight-bold v-h pb-1">MOTO</h5>
<p style="font-size: 20px;">"Education For Development"</p>
</div>
</div>
</div>
</div>
</section>
<!-- DEPARTMENTS -->
<section class="departments">
<h5 class="text-center d-small">OUR</h5>
<h2 class="text-center d-head ">DEPARTMENTS</h2>
<div class="row mx-5 my-4">
<div class="col-md-3 d-img img-academics mx-auto">
<div class="wrap my-auto">
<h3>Academics</h3>
<p class="text-white p-5">Mityana Standard SS Kagavu is a co-educational day and boarding secondary school. It has both O and A Levels. <br> <b>Center Number:</b> U1418
</p>
</div>
</div>
<div class="col-md-3 d-img img-facilities mx-auto">
<div class="wrap my-auto">
<h3>Facilities</h3>
<p class="text-white p-5">Students enjoy our state-of-the-art facilities to meet the needs, beautiful and comfortable learning environment.
</p>
</div>
</div>
<div class="col-md-3 d-img img-activities mx-auto">
<div class="wrap my-auto">
<h3>Co-Curricular Activities</h3>
<p class="text-white p-5">Talent is a God given gift. We help our students to nurture the talent.
</p>
</div>
</div>
</div>
</section>
<!-- UPCOMING EVENTS -->
<section class="events">
<div class="upcoming-events">
<div class="events-content">
<h5 class="text-center d-small">OUR</h5>
<h2 class="text-center d-head ">UPCOMING EVENTS</h2>
</div>
</div>
<div class="row my-4 events-body">
<!-- EVENT 1 -->
<div class="col-md-6">
<div class="row event">
<div class="col-md-2">
<!-- <p class="event-month">FEB</p>
<P class="event-day">10</P> -->
</div>
<div class="col-md-6">
<p class="event-title">VISITATION DAY</p>
<p class="event-description">DATE TO BE COMMUNICATED</p>
</div>
<div class="col-md-4">
<img src="assets/images/visitation.png" class="event-image" alt="Event Image">
</div>
</div>
</div>
<!-- EVENT 2 -->
<div class="col-md-6">
<div class="row event">
<div class="col-md-2">
<p class="event-month">MAR</p>
<P class="event-day">29</P>
</div>
<div class="col-md-6">
<p class="event-title">MITYANA STANDARD ALUMNI DINNER</p>
<p class="event-description">At Grace's Restaurant Lubowa.</p>
<p class="event-description">TOPIC: Restructuring Mityana Standard Alumni Community.</p>
</div>
<div class="col-md-4">
<img src="assets/images/poster.png" class="event-image" alt="Event Image">
</div>
</div>
</div>
</div>
</section>
<div class="container d-flex mt-5">
<a href="admissions.php" class="btn btn-outline-success apply-btn mx-auto shadow">APPLY NOW</a>
</div>
<script>
$("#home").addClass("active");
</script>
<?php include("footer.php"); ?>