-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
317 lines (299 loc) · 11.1 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
<!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="shortcut icon" href="img/favicon.png" type="image/x-icon" />
<title>Driving school</title>
<!-- Font Awesome 6 -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="style/main.css" />
</head>
<body>
<!-- topbar start -->
<section class="topbar">
<div class="container">
<ul>
<li><i class="fa-solid fa-phone"></i>1-800-123-12345</li>
<li>
<i class="fa-solid fa-location-dot"></i>8th floor, 379 Hudson St,
New York
</li>
<li><i class="fa-regular fa-clock"></i>09:30am - 06:00pm</li>
</ul>
</div>
</section>
<!-- topbar end -->
<!-- navbar start -->
<nav class="navbar container">
<a href="index.html"><img src="img/logo.png" alt="" /></a>
<div class="navbar-menu">
<button class="navbar-hamburger">
<i class="fa-solid fa-bars"></i>
</button>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<!-- navbar end -->
<!-- hero start -->
<header class="hero">
<article>
<h1>free video lesson</h1>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quod, quae!
</p>
<div>
<a class="btn btn-primary slideInLeft" href="courses.html"
>our courses</a
>
<a class="btn btn-secondary slideInRight" href="about.html"
>our teacher</a
>
</div>
</article>
</header>
<!-- hero end -->
<!-- about home start -->
<section class="about-home container py">
<header class="title">
<h2>what we do</h2>
</header>
<article class="g-col-3">
<div class="wrapper">
<img src="img/services-01.jpg" alt="" />
<h3><i class="fa-solid fa-car"></i>online courses</h3>
<div>
<p>
Our Driving School is currently working hard to develop online
courses to better serve our clients. We hope to have our online
courses online and available for enrollment by the end of this
year. Please check back here for updates and information regarding
the release of our online programs.
</p>
<a href="#">Read more</a>
</div>
</div>
<div class="wrapper">
<img src="img/services-02.jpg" alt="" />
<h3><i class="fa-solid fa-car"></i>online courses</h3>
<div>
<p>
Our Driving School is currently working hard to develop online
courses to better serve our clients. We hope to have our online
courses online and available for enrollment by the end of this
year. Please check back here for updates and information regarding
the release of our online programs.
</p>
<a href="#">Read more</a>
</div>
</div>
<div class="wrapper">
<img src="img/services-03.jpg" alt="" />
<h3><i class="fa-solid fa-car"></i>online courses</h3>
<div>
<p>
Our Driving School is currently working hard to develop online
courses to better serve our clients. We hope to have our online
courses online and available for enrollment by the end of this
year. Please check back here for updates and information regarding
the release of our online programs.
</p>
<a href="#">Read more</a>
</div>
</div>
</article>
</section>
<!-- about home end -->
<!-- features start -->
<section class="features py">
<header class="title">
<h2>our features</h2>
</header>
<article class="g-col-4 container">
<div class="wrapper">
<div class="icon-rotate"><i class="fa-solid fa-film"></i></div>
<h3>INSTRUCTIONAL VIDEO</h3>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat
sunt quia deleniti debitis atque ex corporis. Voluptates dignissimos
assumenda rerum eum magnam. Quod tempora corporis earum ipsam
voluptatem veritatis magni.
</p>
</div>
<div class="wrapper">
<div class="icon-rotate"><i class="fa-solid fa-film"></i></div>
<h3>INSTRUCTIONAL VIDEO</h3>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat
sunt quia deleniti debitis atque ex corporis. Voluptates dignissimos
assumenda rerum eum magnam. Quod tempora corporis earum ipsam
voluptatem veritatis magni.
</p>
</div>
<div class="wrapper">
<div class="icon-rotate"><i class="fa-solid fa-film"></i></div>
<h3>INSTRUCTIONAL VIDEO</h3>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat
sunt quia deleniti debitis atque ex corporis. Voluptates dignissimos
assumenda rerum eum magnam. Quod tempora corporis earum ipsam
voluptatem veritatis magni.
</p>
</div>
<div class="wrapper">
<div class="icon-rotate"><i class="fa-solid fa-film"></i></div>
<h3>INSTRUCTIONAL VIDEO</h3>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat
sunt quia deleniti debitis atque ex corporis. Voluptates dignissimos
assumenda rerum eum magnam. Quod tempora corporis earum ipsam
voluptatem veritatis magni.
</p>
</div>
</article>
</section>
<!-- features end -->
<!-- courses start -->
<section class="courses-home container py">
<header class="title">
<h2>our courses</h2>
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quae, quos.
</p>
</header>
<article class="g-col-4">
<div class="card">
<img src="img/course-01.jpg" alt="" />
<div class="card-body">
<p>Driving, Road Signs</p>
<h3>Rules and requirements<br />$100</h3>
</div>
<div class="card-footer">
<a href="courses.html" class="btn btn-primary">read more</a>
</div>
</div>
<div class="card">
<img src="img/course-02.jpg" alt="" />
<div class="card-body">
<p>Driving, Road Signs</p>
<h3>Rules and requirements<br />$100</h3>
</div>
<div class="card-footer">
<a href="courses.html" class="btn btn-primary">read more</a>
</div>
</div>
<div class="card">
<img src="img/course-03.jpg" alt="" />
<div class="card-body">
<p>Driving, Road Signs</p>
<h3>Rules and requirements<br />$100</h3>
</div>
<div class="card-footer">
<a href="courses.html" class="btn btn-primary">read more</a>
</div>
</div>
<div class="card">
<img src="img/course-04.jpg" alt="" />
<div class="card-body">
<p>Driving, Road Signs</p>
<h3>Rules and requirements<br />$100</h3>
</div>
<div class="card-footer">
<a href="courses.html" class="btn btn-primary">read more</a>
</div>
</div>
</article>
<article>
<a href="courses.html" class="btn btn-primary">all courses</a>
</article>
</section>
<!-- courses end -->
<!-- subscribe start -->
<section class="subscribe py">
<header class="title container">
<h2>subscribe requeste</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempora,
omnis!
</p>
</header>
<article class="container">
<form>
<input type="text" placeholder="Enter your name" />
<input type="email" placeholder="Enter your E-mail" />
<button class="btn btn-secondary">subscribe</button>
</form>
</article>
</section>
<!-- subscribe end -->
<!-- map start -->
<section class="map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.5806411080976!2d-73.98572854860916!3d40.749252279226305!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c259a9e69d16c3%3A0x7a0716652d7d9778!2zMzc5IDV0aCBBdmUsIE5ldyBZb3JrLCBOWSAxMDAxNiwg0KHRmNC10LTQuNGa0LXQvdC1INCU0YDQttCw0LLQtQ!5e0!3m2!1ssr!2s!4v1667588275244!5m2!1ssr!2s"
height="450"
style="border: 0;"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
<a
href="https://www.google.com/maps/place/34+St+-+Herald+Sq/@40.749252,-73.983534,16z/data=!4m5!3m4!1s0x0:0x77a53418bbd56c17!8m2!3d40.7500869!4d-73.988127?hl=sr"
target="_blank"
>
<div class="icon-rotate">
<i class="fa-solid fa-location-dot"></i>
</div>
</a>
</section>
<!-- map end -->
<!-- footer start -->
<footer class="footer py">
<article class="container">
<a class="footer-logo" href="index.html">
<img src="img/logo-02.png" alt="" />
</a>
<p class="footer-about">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequuntur
cumque, dignissimos eius nam recusandae repellat velit. Asperiores
corporis culpa illum mollitia quae rem suscipit tempora temporibus!
Asperiores est inventore voluptas.
</p>
<h3 class="footer-h-links">links</h3>
<ul class="footer-ul-links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<h3 class="footer-h-contact">contact us</h3>
<ul class="footer-ul-contact">
<li>
<i class="fa-solid fa-house"></i>379 5th Ave New York, NYC 10018
</li>
<li><i class="fa-solid fa-phone"></i>(+1) 96 716 6879</li>
<li><i class="fa-solid fa-fax"></i>(+1) 96 716 6879</li>
<li><i class="fa-solid fa-envelope"></i>[email protected]</li>
<li><i class="fa-solid fa-clock"></i>Mon-Fri 09:00 - 17:00</li>
</ul>
</article>
</footer>
<!-- footer end -->
<!-- bottombar start -->
<section class="bottombar">
<p>© LevelUp 2022.</p>
</section>
<!-- bottombar end -->
</body>
</html>