-
Notifications
You must be signed in to change notification settings - Fork 0
/
school-information.html
202 lines (202 loc) · 13.1 KB
/
school-information.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="cssreset" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous" />
<link href="font/dubaifont.css" rel="stylesheet" type="text/css" />
<link href="css/style.css" rel="stylesheet" />
<script src="https://kit.fontawesome.com/cbdf2b0f0e.js" crossorigin="anonymous"></script>
<title>School Details - Dubai School Directory</title>
</head>
<body>
<header class="container-fluid nav-header bg-danger position-fixed">
<div class="row">
<div class="col-sm-12 col-md-4 img-logo w-100">
<a href="index.html"><img class="d-block logo-image center-element float-lg-left ml-lg-5 mt-2 pt-md-1 pt-lg-0" src="images/logo.png" alt="logo" /></a>
</div>
<nav class="col-sm-12 col-md-8 w-100 px-md-5">
<ul class="navbar-nav d-flex flex-row justify-content-center center-element mt-md-2 mt-lg-3 justify-content-md-between justify-content-lg-end w-50">
<li class="nav-item">
<a class="nav-link d-lg-flex ml-3 pr-4" href="#"><i class="fas fa-search"></i><span class="d-none d-lg-inline d-xl-inline pl-1">Schools</span></a>
</li>
<li class="nav-item">
<a class="nav-link d-lg-flex pr-4" href="#"><i class="far fa-user"></i><span class="d-none d-lg-inline d-xl-inline pl-1">User</span></a>
</li>
<li class="nav-itemp">
<a class="nav-link d-lg-flex pr-4" href="#"><i class="fas fa-rss"></i><span class="d-none d-lg-inline d-xl-inline pl-1">Blog</span></a>
</li>
<li class="nav-item">
<a class="nav-link d-lg-flex pr-4" href="school-information.html"><i class="fas fa-bars"></i><span class="d-none d-lg-inline d-xl-inline pl-1">More</span></a>
</li>
</ul>
</nav>
</div>
</header>
<section class="mb-3">
<div class="school-details border">
<h4 class="pt-4 text-dark pb-2 ml-3"><i class="fas fa-shield-alt"></i> British American School</h4>
<div class="row morr-sect">
<div class="col-sm-12 col-md-6">
<div class="row search-info">
<p class="col-12 border py-1">TYPE: <span class="text-danger">2</span></p>
<p class="col-12 border py-1">SYSTEM: <span class="text-danger">CANADIAN</span></p>
<p class="col-12 border py-1">STATE: <span class="text-danger">DUBAI</span></p>
<p class="col-12 border py-1">RESIDENCE <span class="text-danger">NON-BOARDING</span></p>
</div>
</div>
<div class="col-sm-12 col-md-6 mt-2 mt-md-0">
<div class="row search-info">
<p class="col-12 border py-1">LEVEL: <span class="text-danger">COLLEGE</span></p>
<p class="col-12 border py-1">GENDER: <span class="text-danger">MALE</span></p>
<p class="col-12 border py-1">EMAIL: <span class="text-danger">[email protected]</span></p>
<p class="col-12 border py-1">PERFORMANCE: <span class="text-danger">B+</span></p>
</div>
</div>
</div>
<a class="btn float-right border bg-primary mr-3" href="#form"><i class="fas fa-user-plus"></i> Apply</a>
<div class="clearfix"></div>
<p class="d-block text-center mt-3">
<span><i class="fas fa-phone-volume"></i> Tel: +971 56564 1994</span>
<span><i class="fas fa-envelope-square"></i> Email: [email protected]</span>
<span><i class="fas fa-globe"></i> Website: www.example.com</span>
</p>
<p class="d-block px-3">
The next generation of our icon library + toolkit is coming with more icons, more styles, more services, and more awesome. Pre-order now to get early access and releases over the next year!
</p>
</div>
</section>
<main class="jumbo">
<form class="d-block border form-b pt-3" action="#" method="POST">
<h6 class="text-center text-dark px-3">Apply Now!!</h6>
<div class="d-block border">
<div class="form-group px-3 pt-2">
<label class="" for="firstname">FIRST NAME:*</label>
<input class="form-control" id="firstname" type="text" name="firstname" required />
</div>
<div class="form-group px-3">
<label for="lastname">LAST NAME:</label>
<input class="form-control" id="lastname" type="text" name="lastname" required />
</div>
<div class="form-group px-3">
<label for="email">EMAIL:</label>
<input class="form-control border border-bottom-dash" id="email" type="email" name="email" required />
</div>
<div class="form-group px-3">
<label for="username">USERNAME:*</label>
<input class="form-control" id="username" type="text" name="username" required />
</div>
<div class="form-group px-3">
<label for="c_username">USERNAME:</label>
<input class="form-control" id="c_username" type="text" name="username" required />
</div>
<div class="form-group px-3">
<label for="username">PASSWORD:*</label>
<input class="form-control" id="password" type="password" name="password" required />
</div>
<div class="form-group px-3">
<label for="username">CONFIRM PASSWORD:*</label>
<input class="form-control" id="c_password" type="password" name="password" required />
</div>
<div class="form-group px-2">
<input class="btn mx-2 mb-0 mx-md-0 ml-md-2 bg-danger text-white text-center" type="submit" value="Sign Up" />
<a class="btn text-dark" href="#">Sign In</a>
</div>
</div>
</form>
</main>
<div class="my-3 view-more view-section1">
<a class="text-dark" href="#"><i class="fas fa-money-check"></i> CLICK HERE TO VIEW MORE DETAILS</a>
</div>
<div class="mt-3 view-section">
<aside class="maps-aside">
<h5 class="py-3 text-danger text-center"><i class="fas fa-map-marked-alt"></i> Maps Direction</h5>
<iframe
class="align-center border w-100"
src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d97087.73188733167!2d55.323191650888205!3d25.26911860784596!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1sschool%20in%20dubai!5e0!3m2!1sen!2sae!4v1596492239640!5m2!1sen!2sae"
></iframe>
</aside>
</div>
<footer>
<div class="navbar-navz my-2">
<div class="flex-container">
<div class="b1 border border-dark border-left-0 border-right-0 pr-3">
<a href="index.html"><i class="fas fa-home d-none d-lg-inline"></i> Home</a>
</div>
<div class="b1 border border-dark border-left-0 border-right-0 pr-3">
<a href="school-directory-search-results.html"><i class="fas fa-search-location d-none d-lg-inline"></i> Search</a>
</div>
<div class="b1 border border-dark border-left-0 border-right-0 pr-3">
<a href="#"><i class="fas fa-address-card d-none d-lg-inline"></i> About Us</a>
</div>
<div class="b1 border border-dark border-left-0 border-right-0 pr-3">
<a href="#"><i class="fab fa-servicestack d-none d-lg-inline"></i> Services</a>
</div>
<div class="b2 border border-dark">
<a class="text-center h2" href="index.html">
<i class="fas fa-map-marker-alt pt-2 " aria-hidden="true"></i>
</a>
</div>
<div class="b1 border border-dark border-left-0 border-right-0 pl-3">
<a href="https://www.facebook.com/"><i class="fab fa-facebook-square d-none d-lg-inline"></i> Facebook</a>
</div>
<div class="b1 border border-dark border-left-0 border-right-0 pl-3">
<a href="https://twitter.com/"><i class="fab fa-twitter-square d-none d-lg-inline"></i> Twitter</a>
</div>
<div class="b1 border border-dark border-left-0 border-right-0 pl-3">
<a href="https://www.blogger.com/about/"><i class="fab fa-blogger d-none d-lg-inline"></i> Blog</a>
</div>
<div class="b1 border border-dark border-left-0 border-right-0 pl-3">
<a href="https://www.google.com/"><i class="fab fa-google-plus-square d-none d-lg-inline"></i> Google+</a>
</div>
</div>
</div>
<div>
<div class="row footer-one">
<div class="col-sm-12 col-md-5 col-lg-4">
<h5 class="text-center py-3 text-white">Subscribe</h5>
<form action="#" method="POST">
<div class="d-md-flex input-section">
<input class="mx-2 mb-2 mx-md-0 email-submit" type="email" name="email" placeholder="[email protected]" required />
<input class="btn mx-2 mb-2 mx-md-0 bg-danger text-white text-center search-submit" type="submit" value="SEARCH" />
</div>
</form>
</div>
<div class="col-sm-12 col-md-3 col-lg-4">
<h5 class="text-center py-3 text-white">Contact</h5>
<p class="text-center text-light px-4">Location: <span>Silicon Oasis Avenue, 1201L block - Dubai - UAE</span></p>
<p class="text-center text-light px-4">Tel: <span>+971 55 2026 183</span></p>
</div>
<div class="col-sm-12 col-md-4 pb-4 col-lg-4">
<h5 class="text-center py-3 text-white">About</h5>
<p class="text-center text-light px-4">We are serving the UAE for over 5 years. Over 30,000 schools are registered with us within the UAE. In Dubai, we are serving over 3,000 schools.</p>
</div>
</div>
</div>
<div>
<div class="d-flex justify-content-between">
<div class="ml-4">
<p class="footer-social2">
<a href="#"><i class="fas fa-home"></i></a>
<a href="#"><i class="fab fa-facebook-square"></i></a>
<a href="#"><i class="fab fa-twitter-square"></i></a>
<a href="#"><i class="fab fa-youtube-square"></i></a>
<a href="#"><i class="fab fa-blogger"></i></a>
</p>
</div>
<div class="d-flex mr-4">
<p class="">© Madrassa, Inc.</p>
<p class="">
<a href="/tos" class="link">Terms</a>
<a href="/privacy" class="link">Privacy</a>
</p>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
</body>
</html>