-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout.html
426 lines (348 loc) · 15.8 KB
/
about.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
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
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SCHOOL-WEBSITE</title>
<!-- css link -->
<link rel="stylesheet" href="css/style.css">
<!-- swiper css link -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css"/>
<!-- font awesome link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
</head>
<body>
<!-- begin header section-->
<header class="header">
<a href="#" class="logo">
<i class="fas fa-lightbulb"></i> Crestview
</a>
<nav class="navbar">
<div id="close-navbar" class="fas fa-times"></div>
<a href="home.html">Home</a>
<a href="about.html">About</a>
<a href="courses.html">Courses</a>
<a href="contact.html">Contact</a>
</nav>
<div class="icons">
<div id="account-btn" class="fas fa-user"></div>
<div id="menu-btn" class="fas fa-bars"></div>
</div>
</header>
<!-- start account-form section -->
<div class="account-form">
<div id="close-form" class="fas fa-times"></div>
<div class="buttons">
<span class="btn active login-btn">Login</span>
<span class="btn register-btn">Register</span>
</div>
<form class="login-form active" action="">
<h3>Login now</h3>
<input type="email" placeholder="Enter your email" class="box">
<input type="password" placeholder="Enter your password" class="box">
<div class="flex">
<input type="checkbox" name="" id="remember-me">
<label for="remember-me">Remember me</label>
<a href="#">Forgot password</a>
</div>
<input type="submit" value="login now" class="btn">
</form>
<form class="register-form" action="">
<h3>register now</h3>
<input type="email" placeholder="Enter your email" class="box">
<input type="password" placeholder="Enter your password" class="box">
<input type="password" placeholder="Confirm your password" class="box">
<input type="submit" value="Register now" class="btn">
</form>
</div>
<!-- end account-form section -->
<!-- end header section-->
<section class="heading-link">
<h3>About Us</h3>
<p><a href="home.html">Home</a> / About</p>
</section>
<!-- start of about section -->
<section class="about">
<div class="image">
<img src="images/Study abroad.gif" alt="">
</div>
<div class="content">
<h3 class="about-title">Creating a community of learners.</h3>
<p>
Crestview is a community of learners including students,
parents and staff who are dedicated to creating an academically rigorous,
culturally caring and inclusive learning environment. We are Reaching
Excellence in Academics and Changing History!
</p>
<div class="icons-container">
<div class="icons">
<img src="images/about-icon-1.png" alt="">
<h3>540+</h3>
<span>Courses</span>
</div>
<div class="icons">
<img src="images/about-icon-2.png" alt="">
<h3>11+</h3>
<span>Awards</span>
</div>
<div class="icons">
<img src="images/about-icon-3.png" alt="">
<h3>1200+</h3>
<span>Students</span>
</div>
</div>
</div>
</section>
<!-- start of about section -->
<!-- start of teacher's section -->
<section class="teachers">
<h1 class="heading">Our Teachers</h1>
<div class="swiper teachers-slider">
<div class="swiper-wrapper">
<div class="swiper-slide slide">
<div class="image">
<img src="images/teacher-1.png" alt="">
<div class="share">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</div>
<div class="content">
<h3>Hadijah Ismael</h3>
<span>Development Tutor</span>
</div>
</div>
<div class="swiper-slide slide">
<div class="image">
<img src="images/teacher-2.png" alt="">
<div class="share">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</div>
<div class="content">
<h3>Micheal Steve</h3>
<span>Engineering Tutor</span>
</div>
</div>
<div class="swiper-slide slide">
<div class="image">
<img src="images/teacher-3.png" alt="">
<div class="share">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</div>
<div class="content">
<h3>Mary Jameson</h3>
<span>Mathematics Tutor</span>
</div>
</div>
<div class="swiper-slide slide">
<div class="image">
<img src="images/teacher-4.png" alt="">
<div class="share">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</div>
<div class="content">
<h3>Stacy Doe</h3>
<span>Dancing Tutor</span>
</div>
</div>
<div class="swiper-slide slide">
<div class="image">
<img src="images/teacher-5.png" alt="">
<div class="share">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</div>
<div class="content">
<h3>James Eric</h3>
<span>Sciences Tutor</span>
</div>
</div>
<div class="swiper-slide slide">
<div class="image">
<img src="images/teacher-6.png" alt="">
<div class="share">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</div>
<div class="content">
<h3>Anita Jacobs</h3>
<span>Design Tutor</span>
</div>
</div>
</div>
</div>
</section>
<!-- end of teacher's section -->
<!-- start of student review section -->
<section class="reviews">
<h1 class="heading">Students' Reviews</h1>
<div class="swiper reviews-slider">
<div class="swiper-wrapper">
<div class="swiper-slide slide">
<p>
Crestview has the best mentors that hold your hand and guide
you through the curriculum and advice you every step of the way.<br/>
I am happy that I was able to get such a great experince.
</p>
<img src="images/pic-1.jpeg" alt="">
<h3>Brenda Jones</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
<div class="swiper-slide slide">
<p>
Being a culinary arts student at Crestview was such a great opportunity for me,
I was able to work with the best mentors and have one on one sessions with
some of the greatest chef ever known to the world enabling me to learn so much
from them.
</p>
<img src="images/pic-2.png" alt="">
<h3>Linda Peterson</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
<div class="swiper-slide slide">
<p>
I graduated from Crestview as a business student and i was able to land myself
an internship after afew weeks.<br/>
Crestview is not just a learning institute but also a safe space for all of it's students.
</p>
<img src="images/pic-3.jpeg" alt="">
<h3>John Doe</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<div class="swiper-slide slide">
<p>
I joined the Software Engineering program at Crestview and I was lucky to be one
of the top in my module and I ended up being a mentor at Crestview, life has never
been the same for me since then. I really enjoy my work here at Crestview.
</p>
<img src="images/pic-4.png" alt="">
<h3>Beverly Mary</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
<div class="swiper-slide slide">
<p>
After Crestview I was able to open my own dance studio and I am able to share what
I learnt in Crestview to the world.
I am really greatful to my mentors who were able to walk with me every step of the way.
</p>
<img src="images/pic-5.jpeg" alt="">
<h3>Daniel Guzman</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
<div class="swiper-slide slide">
<p>
When I first joined Crestview I was abit overwhelmed because I had left my country to join the medicine course.
I was happy to see that there was diversity in the school and see people from different parts of the country
all in one place.
</p>
<img src="images/pic-6.png" alt="">
<h3>Jia Huan</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
</div>
</div>
</section>
<!-- end of student review section -->
<!-- start of footer section -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3><i class="fas fa-lightbulb"> Crestview</i></h3>
<p>Moi South Lake Rd P.O. Box: 1896-20117 Naivasha, Nairobi, Kenya</p>
<div class="share">
<a href="#" class="fab fa-whatsapp"></a>
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</div>
<div class="box">
<h3>Quick links</h3>
<a href="home.html" class="link">Home</a>
<a href="about.html" class="link">About</a>
<a href="courses.html" class="link">Courses</a>
<a href="contact.html" class="link">Contact</a>
</div>
<div class="box">
<h3>useful links</h3>
<a href="#" class="link">Help Desk</a>
<a href="#" class="link">FAQs</a>
<a href="#" class="link">Send Feedback</a>
<a href="#" class="link">Privacy Policy</a>
</div>
<div class="box">
<h3>Newsletter</h3>
<p>Subscribe to our newsletter</p>
<form action="">
<input type="email" name="" placeholder="Enter your Email" id="" class="email">
<input type="submit" value="subscribe" class="btn">
</form>
</div>
</div>
<div class="credit">all rights reserved</div>
</section>
<!-- end of footer section -->
<!-- swiper js link -->
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<!-- js file link -->
<script src="js/script.js"></script>
</body>
</html>