-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
333 lines (315 loc) · 17.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>DirectorySchool</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="shortcut icon" type="image/jpg" href="./assets/images/favicon.jfif" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="./assets/css/main.css">
<script src="https://kit.fontawesome.com/fd0eaf46fd.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- homepage section first section -->
<div class="container-fluid background p-0 ">
<header>
<nav class="nav-1 d-md-none">
<div class="logo-sections mb-0">
<div class="logo-sections-1 mb-0">
<div class="logo-second-sections text-center fs-3">
<i class="bi bi-geo-alt-fill"></i>
<a class="palashute-paragra fs-1 text-decoration-none text-white" href="index.html">patashule</a>
</div>
<div class="header-menus text-center pt-3 pb-3">
<a href="result.html"><i class="bi bi-search"></i></a>
<i class="bi bi-person"></i>
<i class="bi bi-wifi"></i>
<i class="bi bi-list"></i>
</div>
</div>
</div>
</nav>
<!--Nav menu for the tablet view -->
<nav class="nav-2 d-lg-none d-none d-none d-md-flex justify-content-around bg-danger">
<div class="p-1 nav_1">
<a class="d-flex text-decoration-none" href="index.html">
<div><i class="bi bi-geo-alt-fill h2 text-white p-2"></i></div>
<div>
<h2 class="text-white fs-4">patashule</h2>
</div>
</a>
</div>
<div class="nav nav-icons-2 px-2">
<a class="text-white link-color text-decoration-none" href="result.html">
<i class="bi bi-search nav-item nav-link text-uppercase"></i>
</a>
<a class="text-white text-decoration-none" href="#">
<i class="bi bi-person nav-item nav-link text-uppercase"></i>
</a>
<a class="text-white text-decoration-none" href="#">
<i class="bi bi-wifi nav-item nav-link text-uppercase"></i>
</a>
<a class="text-white text-decoration-none" href="#">
<i class="bi bi-list nav-item nav-link text-uppercase"></i>
</a>
</div>
</nav>
<!-- Nav menu for the desktop view -->
<nav class="nav-3 d-none d-lg-flex justify-content-between bg-danger">
<div class="p-1 nav_1">
<a class="d-flex text-decoration-none" href="index.html">
<div><i class="bi bi-geo-alt-fill h2 text-white p-2"></i></div>
<div>
<h2 class="text-white fs-4">patashule</h2>
</div>
</a>
</div>
<div class="nav nav-icons-3 px-2">
<a class="text-white link-color text-decoration-none" href="result.html">
<i class="bi bi-search nav-item nav-link text-uppercase"> search</i>
</a>
<a class="text-white text-decoration-none" href="#">
<i class="bi bi-person nav-item nav-link text-uppercase"> About</i>
</a>
<a class="text-white text-decoration-none" href="#">
<i class="bi bi-wifi nav-item nav-link text-uppercase"> Blog</i>
</a>
<a class="text-white text-decoration-none" href="#">
<i class="bi bi-list nav-item nav-link text-uppercase"> More</i>
</a>
</div>
</nav>
</header>
<main>
<div class="main-section pt-0">
<p class="first-paragraph text-uppercase fs-9 text-center fw-bold">patashule... your gateway to schools in kenya</p>
<div class="palashute-form bg-secondary bg-gradient d-block">
<form action="./result.html">
<h2 class="heading-form fw-bold text-uppercase fs-6 pt-2 m-2 fw-bold">search by key word</h2>
<input class="border-0 m-2" type="text" id="search" placeholder="">
<div class="button-search m-2">
<input type="submit" class="form-submit fs-6 text-uppercase border border-radius-2 my-1 pb-2 m-2" value="Search">
</div>
</form>
</div>
</div>
<div class="more-info">
<input type="submit" class="form-submit-2 bg-secondary bg-gradient fs-6 text-uppercase border border-radius-3 my-3 m-4"
value="How it works">
</div>
<!-- homepage section second section -->
<div class="main-section-2 bg-white">
<p class="paragraph-2 text-uppercase text-center fw-bold m-3 p-4 d-lg-none d-md-none">Pata shule works in four simple steps</p>
<div class="d-lg-none d-md-none">
<div class="step1 p-2 text-center">
<img src="./assets/images/search-2.jfif" alt="OnlineSearch">
<h4 class="step1-title text-uppercase pt-3 fw-bold">1- search</h4>
<p class="step-1-paragraph fs-7 pb-3">It's simple. On pata shule homepage, enter the name of a school you are looking for and click on search.
Alternatively click on the search link on the top of menu to view the list of all schools
</p>
<img src="./assets/images/locate-2.png" alt="locate">
<h4 class="step1-title text-uppercase pt-3 fw-bold">2- locate</h4>
<p class="step-1-paragraph fs-7 pb-3 ">Get to see where the school is located by clicking on the school profile.
It very more exciting. You can get the direction from anywhere in the country.
</p>
<img src="./assets/images/apply-2.jfif" alt="apply">
<h4 class="step1-title text-uppercase pt-3 fw-bold">3- apply</h4>
<p class="step-1-paragraph fs-7 pb-3">Apply for your child's interview to the school of your choice.
Click on the APPLY button to get the application form. We also follow up on the application to make sure that you get a reply on the time.
</p>
<img src="./assets/images/relax-1.png" alt="relax">
<h4 class="step1-title text-uppercase pt-3 fw-bold">4- relax</h4>
<p class="step-1-paragraph fs-7 pb-3">Once your child gets admitted. You can now relax. Y ou can check out our blog
to see what we recomend when school hunting.
</p>
</div>
</div>
</div>
<section class="d-none d-lg-flex d-md-flex bg-white">
<div class="container-fluid school-Steps">
<p class="paragraph-2 text-uppercase text-center fw-bold m-3 p-4">Pata shule works in four simple steps</p>
<ul class="row me-4">
<li class="col-12 col-md-6 list-unstyled text-center">
<img src="./assets/images/search-2.jfif" width="70" height="70" alt="search">
<h3>1. SEARCH</h3>
<p class="fw-bold">It's simple. On pata shule homepage, enter the name of a school you are looking for and click on search.
Alternatively click on the search link on the top of menu to view the list of all schools.</p>
</li>
<li class="col-12 col-md-6 list-unstyled px-5 text-center">
<img src="./assets/images/locate-1.jfif" width="70" height="70" alt="locate">
<h3>2. LOCATE</h3>
<p class="fw-bold">Get to see where the school is located by clicking on the school profile.
It very more exciting. You can get the direction from anywhere in the country.</p>
</li>
<li class="col-12 col-md-6 list-unstyled text-center">
<img src="./assets/images/apply-2.jfif" width="70" height="70" alt="apply">
<h3>3. APPLY</h3>
<p class="fw-bold">Apply for your child's interview to the school of your choice.
Click on the APPLY button to get the application form. We also follow up on the application to make sure that you get a reply on the time.</p>
</li>
<li class="col-12 col-md-6 list-unstyled px-5 text-center">
<img src="./assets/images/relax-1.png" width="70" height="70" alt="relax">
<h3>4. RELAX</h3>
<p class="fw-bold">Once your child gets admitted. You can now relax. Y ou can check out our blog
to see what we recomend when school hunting.</p>
</li>
</ul>
</div>
</section>
<!-- homepage section third section -->
<section class="d-lg-none d-md-none">
<div class="main-section-3 text-center">
<div class="media p-3 row bg-danger text-center">
<div class="col-9 m-3">
<img src="assets/images/yutong.jfif" alt="image OF school"
class="mr-3 mt-4 rounded-circle img-fluid">
</div>
<div class="media-body col-9 m-4">
<article class="article-1 text-center">
<h4 class="lh-1 fs-6 fw-bold">Over 10,000 schools registered with us</h4>
<p class="paragraph-3 text-white">Find a school using our filtered search engine</p>
<input type="submit" class="form-submit-3 bg-white fs-8 border border-radius-3 my-3 m-4"
value="Find a school">
</article>
</div>
</div>
</div>
<div class="main-section-3 text-center">
<div class="media p-3 row bg-secondary bg-gradient text-center">
<div class="col-9 m-3">
<img src="assets/images/yutong.jfif" alt="image OF yutong"
class="mr-3 mt-4 rounded-circle img-fluid">
</div>
<div class="media-body col-9 m-4">
<article class="article-2 text-center">
<h4 class="lh-1 fs-6 fw-bold">No need to take a matatus to find a school</h4>
<p class="paragraph-4 text-white">Just press or click on the search button and you're all set</p>
<input type="submit" class="form-submit-3 bg-white fs-8 border border-radius-3 my-3 m-4"
value="Find a school near you">
</article>
</div>
</div>
</div>
<div class="main-section-3 text-center">
<div class="media p-3 row bg-success bg-gradient text-center">
<div class="col-9 m-3">
<img src="assets/images/phone-location-4.png" alt="image OF student"
class="mr-3 mt-4 img-fluid">
</div>
<div class="media-body col-9 m-4">
<article class="article-3 text-center">
<h4 class="lh-1 fs-6 fw-bold">Anytime Anywhere Any way!!</h4>
<p class="paragraph-5 text-white">Very convenient platform that cut across any device include our mobile ready
web app and our mobile app coming soon to your app store </p>
</article>
</div>
</div>
</div>
</section>
<section class="d-none d-md-block panels-section">
<article class="d-flex justify-content-between bg-danger pt-3 pb-3">
<div class="p-4">
<h3 class="text-white fs-5">Over 10,000 instituitions registered with us</h3>
<p class="mb-4 text-white">Find an institution by using our filtered search engine</p>
<input type="button" value="Find a school">
</div>
<img src="./assets/images/yutong.jfif" alt="" class="rounded-circle img-fluid">
</article>
<article class="d-flex justify-content-between bg-secondary bg-gradient pt-3 pb-3">
<div class="p-4">
<h3 class="text-white fs-5">No need to get into traffic to find a institution in your country</h3>
<p class="mb-4 text-white">Just press or click on the search button and you're all set</p>
<input type="button" value="Find a school near you">
</div>
<img src="./assets/images/yutong.jfif" alt="" class="rounded-circle img-fluid">
</article>
<article class="d-flex justify-content-between bg-success bg-gradient pt-3 pb-3">
<div class="p-4">
<h3 class="text-white fs-5">Anytime, Anywhere, Any way!</h3>
<p class="mb-4 text-white">Very convenient platform that cut across any device, including
our mobile ready web app <br>and our mobile app comming soon to your app store
</p>
</div>
<img src="./assets/images/phone-location-4.png" alt="">
</article>
</section>
<!-- homepage section fourth section -->
<div class="container-fluid footer p-3 bg-dark bg-gradient">
<div class="footer_1">
<div class="footer-1 border-top border-bottom">
<div class="text-center footer-1-details px-md-5">
<div class="m-2">
<a class="text-decoration-none text-white" href="#">HOME</a>
</div>
<div class="m-2">
<a class="text-decoration-none text-white" href="#">SEARCH</a>
</div>
<div class="m-2">
<a class="text-decoration-none text-white" href="#">ABOUT US</a>
</div>
<div class="m-2">
<a class="text-decoration-none text-white" href="#">ADVERTISE</a>
</div>
</div>
</div>
<div class="home margin footer-2 text-center margin-top py-3 my-2"><a href="#"><i
class="fas fa-home text-white p-2"></i></a></div>
<div class="footer-3 text-center border-top px-md-5c` border-bottom">
<div class="m-2">
<a class="text-decoration-none text-white" href="#">FACEBOOK</a>
</div>
<div class="m-2">
<a class="text-decoration-none text-white" href="#">TWITTER</a>
</div>
<div class="m-2">
<a class="text-decoration-none text-white" href="#">BLOG </a>
</div>
<div class="m-2">
<a class="text-decoration-none text-white" href="#">GOOGLE +</a>
</div>
</div>
</div>
<!-- last section with social media account-->
<div class="container-fluid last-footer">
<div class="l_f aline-center">
<div class=" sub_1 p-4 mx-auto mt-2">
<p class="text-white fs-6">SUBSCRIBE</p>
<div class="input-groups input d-flex aline-center">
<input class="p-sn-1" type="text" placeholder="email@example.com">
<button type="button" class="text-white p-1 bg-dark bg-gradient">SEND</button>
</div>
</div>
<div class="contact text-white p-4 mt-2">
<h5 class="fs-6">CONTACT</h5>
<p class="text-white fs-7">We are located at Kigali road, Kicukiro District. You can contact us at
<a href="#" class="text-emmy text-decoration-none text-danger">emmy66418@gmail.com</a></p>
</div>
<div class="contact text-white p-4 mt-2">
<h5 class="fs-6">ABOUT</h5>
<p class="text-white fs-7">We provide the bright future to the students. For more information, check<a href="#" class="text-school text-decoration-none text-danger"> Here!!!</a> for reviews</p>
</div>
</div>
</div>
</div>
</main>
<!-- footer section -->
<footer class="p-3 bg-dark bg-gradient">
<div class="container-fluid">
<div class="last-icons text-white">
<div class="l-icons text-grey flex">
<i class="fas fa-paper-plane"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-instagram-square"></i>
<i class="fab fa-facebook"></i>
</div>
</div>
<p class="footer-text-1 text-white">© 2020 This site is designed as part of the capstone asignment at microverseinc.</p>
</div>
</footer>
</div>
</body>
</html>