-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdetail.html
197 lines (192 loc) · 10.7 KB
/
detail.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
<!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>
<div class="container-fluid bg-white 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>
<!-- 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>
<!-- 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="container-fluid details mx-auto mt-4 p-4">
<h2 class="h5 py-3 text-tomato">PATA SHULE-SCHOOL</h2>
<div class="location-grid">
<div class="p-2 m-2 border">
<p><span class="h5">Name :</span> Kist</p>
</div>
<div class="p-2 m-2 border">
<p><span class="h5">Location :</span> Kigali-Nyarugenge kG-29 </p>
</div>
<div class="p-2 m-1 border">
<p><span class="h5">Class Rooms :</span> 500 Rooms</p>
</div>
<div class="p-2 m-1 border">
<p><span class="h5">Class Rooms :</span> 500 Rooms</p>
</div>
</div>
<button type="submit" class="btn text-white bg-primary my-2 h5 p-2">Apply Now!</button>
<div class="location-links my-2">
<button type="submit" class="btn text-white bg-primary my-1 h5 p-2">Send Inquiry</button>
<button type="submit" class="btn text-white bg-primary my-1 h5 p-2">Contact agent</button>
<button type="submit" class="btn text-white bg-primary my-1 h5 p-2">Add To Favorite</button>
</div>
</div>
<div class="container-fluid mt-3">
<p>Patashule is a digital platform that enables you as a parent to search, find and apply to the best kindergarten, primary and secondary school in Kenya. #PatashuleKE....
How close to home or far away are you comfortable with your child attending school? Find the right school in the exact distance you prefer within minutes using Patashule web App. #Patashule
</p>
</div>
<a href="#" class="btn p-2 text-dark bg-light my-4 text-black">For More Info</a>
<p class="h5 text-tomato px-4 my-3 ml-3 text-uppercase">school location</p>
<div class="container mb-4 mapouter"><div class="gmap_canvas"><iframe width="525" height="619" id="gmap_canvas" src="https://maps.google.com/maps?q=university%20of%20san%20francisco&t=&z=13&ie=UTF8&iwloc=&output=embed"></iframe><a href="http://www.ur.ac.rw/">KIST-School</a></div></div>
<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">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"> 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>