-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
256 lines (239 loc) · 11.2 KB
/
index.html
File metadata and controls
256 lines (239 loc) · 11.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Kafa Catholic Martyrs Memorial Primary School - Excellence in Education">
<meta name="keywords" content="Kafa Catholic School, Ethiopian education, primary school, quality education">
<title>Kafa Catholic Martyrs Memorial Primary School</title>
<!-- Preload critical assets -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Loading Animation -->
<div class="loader-wrapper">
<div class="loader"></div>
</div>
<!-- Color Switcher -->
<div class="style-switcher-toggler">
<i class="fas fa-cog fa-spin"></i>
</div>
<div class="style-switcher">
<h4>Theme Colors</h4>
<div class="colors">
<div class="color-item" data-theme="default" style="background: #009B3A;"></div>
<div class="color-item" data-theme="purple" style="background: #800080;"></div>
<div class="color-item" data-theme="red" style="background: #ff0000;"></div>
<div class="color-item" data-theme="blueviolet" style="background: #8a2be2;"></div>
<div class="color-item" data-theme="blue" style="background: #0000ff;"></div>
<div class="color-item" data-theme="goldenrod" style="background: #daa520;"></div>
<div class="color-item" data-theme="magenta" style="background: #ff00ff;"></div>
<div class="color-item" data-theme="yellowgreen" style="background: #9acd32;"></div>
<div class="color-item" data-theme="orange" style="background: #ffa500;"></div>
</div>
</div>
<!-- Skip to main content for accessibility -->
<a href="#main-content" class="skip-link">Skip to main content</a>
<!-- Header Section -->
<header class="main-header">
<div class="container">
<nav class="nav-wrapper">
<div class="logo">
<img src="images/logo.png" alt="Kafa Catholic Martyrs Memorial Primary School">
</div>
<ul class="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#programs">Programs</a></li>
<li><a href="#stories">Stories</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="hero" id="home">
<img src="images/hero.jpg" alt="Happy children playing" class="hero-image">
</section>
<section class="features">
<div class="feature-card">
<h3>Welcome</h3>
<p>Join our loving and nurturing environment where every child matters.</p>
<a href="#" class="read-more">READ MORE</a>
</div>
<div class="feature-card">
<h3>Emergency</h3>
<p>Our emergency procedures and safety measures for your peace of mind.</p>
<a href="#" class="read-more">READ MORE</a>
</div>
<div class="feature-card">
<h3>Enrolment</h3>
<p>Easy enrollment process to start your child's journey with us.</p>
<a href="#" class="read-more">READ MORE</a>
</div>
<div class="feature-card">
<h3>Our Location</h3>
<p>Find us easily with directions to our child care centre.</p>
<a href="#" class="read-more">READ MORE</a>
</div>
</section>
<section class="top-students">
<div class="container">
<h2>Our Top Students</h2>
<div class="grade-section">
<h3>Grade 6 Top Performers</h3>
<div class="students-grid">
<div class="student-card">
<div class="student-image">
<img src="images/k.jpg" alt="Top student 1">
</div>
<div class="student-info">
<h4>Betelhem Alemu</h4>
<p class="rank">1st Place</p>
<p class="score">Score: 98%</p>
</div>
</div>
<div class="student-card">
<div class="student-image">
<img src="images/k.jpg" alt="Top student 2">
</div>
<div class="student-info">
<h4>Dawit Bekele</h4>
<p class="rank">2nd Place</p>
<p class="score">Score: 96%</p>
</div>
</div>
<div class="student-card">
<div class="student-image">
<img src="images/k.jpg" alt="Top student 3">
</div>
<div class="student-info">
<h4>Meron Tadesse</h4>
<p class="rank">3rd Place</p>
<p class="score">Score: 95%</p>
</div>
</div>
</div>
</div>
<div class="grade-section">
<h3>Grade 8 Top Performers</h3>
<div class="students-grid">
<div class="student-card">
<div class="student-image">
<img src="images/k.jpg" alt="Top student 1">
</div>
<div class="student-info">
<h4>Lidya Haile</h4>
<p class="rank">1st Place</p>
<p class="score">Score: 99%</p>
</div>
</div>
<div class="student-card">
<div class="student-image">
<img src="images/k.jpg" alt="Top student 2">
</div>
<div class="student-info">
<h4>Samuel Tesfaye</h4>
<p class="rank">2nd Place</p>
<p class="score">Score: 97%</p>
</div>
</div>
<div class="student-card">
<div class="student-image">
<img src="images/k.jpg" alt="Top student 3">
</div>
<div class="student-info">
<h4>Helen Girma</h4>
<p class="rank">3rd Place</p>
<p class="score">Score: 96%</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="school-building">
<div class="container">
<h2>Our School Building</h2>
<div class="building-images">
<img src="images/school-building.jpg" alt="School Building Front View">
<img src="images/school-building.jpg" alt="School Building Side View">
<img src="images/school-building.jpg" alt="School Building Aerial View">
</div>
</div>
</section>
<section class="welcome" id="about">
<div class="container">
<h2>Welcome to Kafa Catholic Martyrs Memorial Primary School</h2>
<p>We provide excellence in education through our dedicated team of teachers, fostering academic achievement and moral values in our students.</p>
<div class="welcome-image">
<img src="images/welcome.jpg" alt="Children playing and learning">
</div>
</div>
</section>
<section class="learning-stories" id="stories">
<div class="container">
<h2>Learning Stories</h2>
<div class="stories-grid">
<div class="story-card">
<img src="images/story1.jpg" alt="Story 1" class="story-image">
<div class="story-content">
<h3>Art & Creativity</h3>
<p>Exploring colors and shapes through creative activities.</p>
</div>
</div>
<div class="story-card">
<img src="images/story2.jpg" alt="Story 2" class="story-image">
<div class="story-content">
<h3>Outdoor Adventures</h3>
<p>Learning through nature and outdoor play.</p>
</div>
</div>
</div>
</div>
</section>
<section class="social-section" id="contact">
<div class="container">
<div class="social-grid">
<div class="map-container">
<iframe src="https://www.google.com/maps/embed" width="100%" height="400" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
<div class="facebook-feed">
<h3>Follow us on Facebook</h3>
<!-- Facebook feed embed code here -->
</div>
</div>
</div>
</section>
<section class="testimonials">
<div class="container">
<h2>What Parents Say</h2>
<div class="testimonial-card">
<p>"The care and attention my child receives at Cobbers is exceptional. The staff are wonderful!"</p>
<cite>- Sarah Johnson</cite>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="main-footer">
<div class="container">
<div class="footer-content">
<p>© 2024 Kafa Catholic Martyrs Memorial Primary School. All rights reserved.</p>
<div class="footer-social">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</footer>
<!-- Notification Element -->
<div id="notification" class="notification"></div>
<!-- Scripts -->
<script src="script.js"></script>
</body>
</html>