-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.html
329 lines (273 loc) · 18.7 KB
/
search.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
<!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">
<link rel="stylesheet" href="./res/stylesheet/main.css" />
<link rel="stylesheet" href="./res/stylesheet/genericons.css" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Heebo:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous" />
<script src="https://kit.fontawesome.com/0bdcc4c296.js" crossorigin="anonymous"></script>
<title>search Results</title>
<link rel="shortcut icon" type="image/png" href="./res/Images/logo.png"/>
</head>
<body>
<header>
<nav class="navbar navbar-light bg-custom">
<div class="nav-title text-center w-100">
<img class="nav-logo" src="https://img.icons8.com/emoji/96/000000/school-emoji.png" width="30" height="30" alt="logo"/>
<a class="navbar-brand " href="#">
<span>SCHOOLFINDER</span>
</a>
</div>
<div class="nav-links-icon-div w-100 text-center d-lg-none">
<a href="/index.html" class="pr-3">
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="#fff" class="bi bi-search"
viewBox="0 0 16 16">
<path
d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z" />
</svg></a>
<a href="#" class="pr-3">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#fff" class="bi bi-person"
viewBox="0 0 16 16">
<path
d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z" />
</svg>
</a>
<a href="#" class="pr-3">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#fff" class="bi bi-rss-fill"
viewBox="0 0 16 16">
<path
d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm1.5 2.5c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1 0-2zm0 4a6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1 0-2zm.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" />
</svg>
</a>
<a href="#" class="pr-3">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#fff" class="bi bi-list"
viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M2.5 11.5A.5.5 0 0 1 3 11h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 3 3h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z" />
</svg>
</a>
</div>
<div class="nav-links-icon-div w-100 text-center d-none d-lg-block">
<a href="/index.html" class="pr-3">Home
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="#fff" class="bi bi-search"
viewBox="0 0 16 16">
<path
d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z" />
</svg></a>
<a href="#" class="pr-3">About
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#fff" class="bi bi-person"
viewBox="0 0 16 16">
<path
d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z" />
</svg></a>
<a href="#" class="pr-3">Discover
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#fff" class="bi bi-rss-fill"
viewBox="0 0 16 16">
<path
d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm1.5 2.5c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1 0-2zm0 4a6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1 0-2zm.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z" />
</svg>
</a>
<a href="#" class="pr-3">Feed
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#fff" class="bi bi-list"
viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M2.5 11.5A.5.5 0 0 1 3 11h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 3 3h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z" />
</svg>
</a>
</div>
</nav>
</header>
<main>
<div class="search-filter bg-light my-5 text-center">
<h1 class="text-secondary">Filter by Name, county, Education system, school level</h1>
<div class="filter-container d-flex mt-4">
<div class="f1 text-dark w-50 px-1">
<label class="text-bold">SCHOOL NAME:*</label>
<input type="text" class="border custom-input rounded w-100" placeholder="school">
</div>
<div class="f2 text-dark w-50">
<label class="text-bold">AREA:</label>
<select class="d-block border rounded custom-select">
<option hidden disabled selected value>select</option>
<option value="0" class="select">Rural</option>
<option value="1" class="select">URBAN</option>
</select>
</div>
<div class="f3 text-dark w-50 px-1">
<label class="text-bold">LEVEL:</label>
<select class="d-block border rounded custom-select">
<option hidden disabled selected value>select</option>
<option value="0" class="select">primary</option>
<option value="1" class="select">secondar</option>
<option value="1" class="select">higher</option>
</select>
</div>
<div class="f4 text-dark w-50">
<label class="text-bold">TYPE:</label>
<select class="d-block border rounded custom-select">
<option hidden disabled selected value>select</option>
<option value="0" class="select">ENGLISH</option>
<option value="1" class="select">URDU</option>
</select>
</div>
<div class="f5 text-dark w-50 px-1">
<label class="text-bold">GENDER:</label>
<select class="d-block w-100 border rounded custom-select">
<option hidden disabled selected value>select</option>
<option value="0" class="select">MALE</option>
<option value="1" class="select">FEMALE</option>
</select>
</div>
<div class="f5 text-dark w-75">
<label class="text-bold">CURRICULUM: -</label>
<div class="d-flex flex-wrap ">
<select class="d-block w-150 border rounded custom-select ">
<option hidden disabled selected value>select</option>
<option value="0" class="select">TECHNICAL</option>
<option value="1" class="select">ARTS</option>
</select>
<button class="bg-primary d-inline-block text-light small rounded border-0 mx-1">Search</button>
<button class="bg-warning d-inline-block text-light small rounded border-0">clear
filter</button>
</div>
</div>
</div>
</div>
<div class="result-container mt-4 text-center">
<h2 class="text-dark">Search Result found 7 School(s).</h2>
<div class="result-school my-3 container">
<div class="row">
<div class="item1 col-sm">
<img src="./res/Images/school2.jpeg" alt="school" class="w-100 h-50">
<h3>Beacons school</h3>
<p>Loremadipisicing Dolorum dolor eum eveniet repudiandae tenetur?</p>
<a href="#">More details</a>
</div>
<div class="item1 col-sm">
<img src="./res/Images/school3.jpeg" alt="school" class="w-100 h-50">
<h3>Beacons school</h3>
<p>Loremadipisicing Dolorum dolor eum eveniet repudiandae tenetur?</p>
<a href="#">More details</a>
</div>
<div class="item1 col-sm">
<img src="./res/Images/school4.jpeg" alt="school" class="w-100 h-50">
<h3>Allied school</h3>
<p>Loremadipisicing Dolorum dolor eum eveniet repudiandae tenetur?</p>
<a href="#">More details</a>
</div>
</div>
<div class="row">
<div class="item1 col-sm">
<img src="./res/Images/school5.jpeg" alt="school" class="w-100 h-50">
<h3>Hogwarts school</h3>
<p>Loremadipisicing Dolorum dolor eum eveniet repudiandae tenetur?</p>
<a href="#">More details</a>
</div>
<div class="item1 col-sm">
<img src="./res/Images/school6.jpeg" alt="school" class="w-100 h-50">
<h3>Punjab school</h3>
<p>Loremadipisicing Dolorum dolor eum eveniet repudiandae tenetur?</p>
<a href="#">More details</a>
</div>
<div class="item1 col-sm">
<img src="./res/Images/school7.jpeg" alt="school" class="w-100 h-50">
<h3>Ghazali school</h3>
<p>Loremadipisicing Dolorum dolor eum eveniet repudiandae tenetur?</p>
<a href="#">More details</a>
</div>
</div>
<div class="row">
<div class="item1 col-4">
<img src="./res/Images/school1.jpeg" alt="school" class="w-100 h-50">
<h3>St.Mary school</h3>
<p>Loremadipisicing Dolorum dolor eum eveniet repudiandae tenetur?</p>
<a href="#">More details</a>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="top-div">
<div class="first-bar h-25">
<ul class="text-light d-flex justify-content-between border-li mx-2 py-2">
<li><a href="#">HOME</a></li>
<li><a href="#">SEARCH</a></li>
<li><a href="#">ABOUT US</a></li>
<li><a href="#">ADVERTISE</a></li>
<li class="pl-40"><a href="#">FACEBOOK</a></li>
<li><a href="#">TWITTER</a></li>
<li><a href="#">BLOG</a></li>
<li><a href="#">GOOGLE+</a></li>
</ul>
<a class="relative-position" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="30" height="30"
fill="#fff" class="bi bi-geo-alt-fill svg-relative-pos" viewBox="0 0 16 16">
<path
d="M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z" />
</svg></a>
</div>
<div class="second-bar d-flex flex-wrap">
<div class="f-subscribe w-33 text-center text-light small">
<span class="text-bold">SUBSCRIBE<br></span>
<div class="d-flex flex-wrap text-dark my-3 border border-secondary mx-1">
<input type="text" class="w-75 text-light bg-black border-0" placeholder="email@">
<button class="w-25 bg-dark text-light border-0 small font-s-50">SEND</button>
</div>
</div>
<div class="f-contact w-33 text-center text-light small">
<span class="text-bold">CONTACT<br></span>
<span class="w-100 text-light bg-black border-0 mt-2 d-block">
Please email us at following address
</span>
<span class="w-75 bg-dark text-danger border-0 ">[email protected]</span>
</div>
<div class="f-about w-33 text-center text-light small">
<span class="text-bold">ABOUT<br></span>
<span class="w-100 text-light bg-black border-0 mt-2 d-block">
Lorem ipsum repellat sit fugiat illo delectus quod tempora debitis.</span>
<span class="text-danger">by jk Deewan</span>
</div>
</div>
<div class="third-bar h-25 bg-dark">
<div class="social-links">
<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" fill="#ccc" class="bi bi-twitter"
viewBox="0 0 16 16">
<path
d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" fill="#ccc" class="bi bi-facebook"
viewBox="0 0 16 16">
<path
d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" fill="#ccc" class="bi bi-linkedin"
viewBox="0 0 16 16">
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" fill="#ccc" class="bi bi-telegram"
viewBox="0 0 16 16">
<path
d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.287 5.906c-.778.324-2.334.994-4.666 2.01-.378.15-.577.298-.595.442-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294.26.006.549-.1.868-.32 2.179-1.471 3.304-2.214 3.374-2.23.05-.012.12-.026.166.016.047.041.042.12.037.141-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8.154 8.154 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629.093.06.183.125.27.187.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.426 1.426 0 0 0-.013-.315.337.337 0 0 0-.114-.217.526.526 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" fill="#ccc" class="bi bi-whatsapp"
viewBox="0 0 16 16">
<path
d="M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z" />
</svg>
<div class="float-right text-secondary">
<span class="font-s-50">Licensed by ISO 19001</span>
<span class="font-s-50 px-3">since @ 2015</span>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>