-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
418 lines (313 loc) · 12.6 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
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>1Lang</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- icons -->
<a href="https://icons8.com/icon/uLWV5A9vXIPu/facebook"></a>
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat:ital,wght@0,100;0,400;0,900;1,900&family=Sacramento&family=Ubuntu:ital,wght@0,300;0,400;1,300;1,400;1,700&display=swap" rel="stylesheet">
<!-- css link -->
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="fixed.css">
<!-- font awesome -->
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="node_modules/bootstrap-social/bootstrap-social.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<!-- the bootstrap links -->
<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>
<title>1Lang</title>
</head>
<body>
<!-- Start the Home section -->
<!-- Start of the navigation-->
<nav class="navbar navbar-expand-md navbar-dark shadow-5-strong fixed-top" id="navbarResponsive">
<a class="navbar-brand" href="#"><img src="images/logo.jpg"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav ml-auto nav-pills">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#plans">Plans</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#reviews">Reviews</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contacts">Contacts</a>
</li>
</ul>
</div>
</nav>
<!-- End of the navigation-->
<div data-bs-spy="scroll" data-bs-target="#navbarResponsive" data-bs-offset="0" class="scrollspy-example" tabindex="0">
<div id="home">
<!-- Start the landing page section-->
<div class="landing">
<div class="home-wrap">
<div class="home-inner">
</div>
</div>
</div>
<div class="caption buttons-padding">
<a class="btn btn-floating btn-secondary trial">MORE</a> <br>
<a class="btn btn-rounded btn-secondary trial" href="https://t.me/petermwansa">FREE TRIAL LESSON</a>
</div>
<!-- End the landing page section-->
</div>
<!-- End the Home section -->
<!-- Start the about section-->
<!-- <div id="about" class="offset">
<div class="col-12 narrow text-center">
<h1 class="motto">Connecting you to the English Speaking World</h1>
</div>
</div>
-->
<!-- End the about section-->
<!-- Start the Plans section -->
<div id="about" class="offset">
<!--Start of the Jumbostron-->
<div class="jumbotron">
<div class="narrow text-center">
<h1 class="motto">Connecting you to the English Speaking World</h1>
<div class="col-12">
<h3 class="heading">ABOUT THE SCHOOL</h3>
<div class="heading-underline"></div>
</div>
<!-- Start of the row-->
<div class="row text-center">
<div class="col-lg-4 col-md-6">
<div class="">
<img src="images/learn.png" class="rounded-circle about-image" alt="Learn" >
<p>You can learn from anywhere</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="">
<img src="images/schedule.png" class="rounded-circle about-image" alt="Learn" >
<p>Flexible schedules</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="">
<img src="images/tutor.png" class="rounded-circle rounded about-image" alt="Learn" >
<p>Experienced and tested personal tutor</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="">
<img src="images/plans.png" class="rounded-circle rounded about-image" alt="Learn" >
<p>A variety of plans to choose from</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="">
<img src="images/practical.png" class="rounded-circle rounded about-image" alt="Learn" >
<p>Practical lessons</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="">
<img src="images/levels.png" class="rounded-circle rounded about-image" alt="Learn" >
<p>All levels covered</p>
</div>
</div>
</div>
<!-- End of the row-->
</div>
</div>
<!--End of the Jumbostron-->
</div>
<!-- End the Plans section -->
<!-- Start the Resources section -->
<div id="plans" class="offset">
<!--start of the fixed background-->
<div class="fixed-background">
<div class="row dark text-center">
<div class="col-12">
<h3 class="heading">Plans</h3>
<div class="heading-underline"></div>
</div>
<div class="col-lg-4 col-md-12">
<div class="card">
<div class="card-header">
<h3 class="plan-type">For Adults</h3>
</div>
<div class="card-body">
<h2 class="price">Free</h2>
<p>Suspendisse vel</p>
<p>Aliquam erat </p>
<p>ultricies sapien</p>
<p>Suspendisse vel</p>
<p>Aliquam erat </p>
<p>ultricies sapien</p>
<div class="d-grid gap-2 col-9 mx-auto">
<a class="btn btn-lg btn-block btn-outline-dark card-button" type="button" href="adults.html">MORE</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card">
<div class="card-header">
<h3 class="plan-type">For Kids</h3>
</div>
<div class="card-body">
<h2 class="price">Free</h2>
<p>Suspendisse vel</p>
<p>Aliquam erat </p>
<p>ultricies sapien</p>
<p>Suspendisse vel</p>
<p>Aliquam erat </p>
<p>ultricies sapien</p>
<div class="d-grid gap-2 col-9 mx-auto">
<a class="btn btn-lg btn-block btn-outline-dark card-button" type="button" href="kids.html">MORE</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card">
<div class="card-header">
<h3 class="plan-type">For Groups</h3>
</div>
<div class="card-body">
<h2 class="price">Free</h2>
<p>Suspendisse vel</p>
<p>Aliquam erat </p>
<p>ultricies sapien</p>
<p>Suspendisse vel</p>
<p>Aliquam erat </p>
<p>ultricies sapien</p>
<div class="d-grid gap-2 col-9 mx-auto">
<a class="btn btn-lg btn-block btn-outline-dark card-button" type="button" href="groups.html">MORE</a>
</div>
</div>
</div>
</div>
</div>
<div class="fixed-wrap">
<div class="fixed-home">
</div>
</div>
</div>
<!--start of the fixed background-->
</div>
<!-- End the Resources section -->
<!-- Start the Clients section -->
<!--start jumbotron-->
<div class="jumboron text-center offset" id="reviews">
<div class="col-12 clients-background">
<h3 class="heading">Reviews</h3>
<div class="heading-underline"></div>
</div>
<div class="row">
<div class="col-md-6 clients">
<div class="row">
<div class="col-md-4">
<img src="images/profile_five.png">
</div>
<div class="col-md-8">
<blockquote>
<i class="fas fa-quote-left"></i>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien dui,
lobortis ac eleifend pulvinar, tempus nec arcu. Morbi quis mollis mi. Donec
in pharetra ipsum, vestibulum placerat metus. Quisque imperdiet enim ac erat vestibulum laoreet.
Nulla consectetur sem vitae eros tincidunt tempor. Nam iaculis ipsum mattis, vehicula justo vitae,
condimentum orci. Sed nec mi sit amet risus congue lacinia venenatis sed turpis. Interdum et malesuada
fames ac ante ipsum primis in faucibus. Pellentesque nec nisl vehicula mi placerat bibendum eget ac risus.
Ut sit amet vulputate tellus. Duis ultrices faucibus neque, sit amet placerat mi luctus quis.
<hr class="client-hr">
<cite>— Alina</cite>
</blockquote>
</div>
</div>
</div>
<div class="col-md-6 clients">
<div class="row">
<div class="col-md-4">
<img src="images/practical.png">
</div>
<div class="col-md-8">
<blockquote>
<i class="fas fa-quote-left"></i>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sapien dui,
lobortis ac eleifend pulvinar, tempus nec arcu. Morbi quis mollis mi. Donec
in pharetra ipsum, vestibulum placerat metus. Quisque imperdiet enim ac erat vestibulum laoreet.
Nulla consectetur sem vitae eros tincidunt tempor. Nam iaculis ipsum mattis, vehicula justo vitae,
condimentum orci. Sed nec mi sit amet risus congue lacinia venenatis sed turpis. Interdum et malesuada
fames ac ante ipsum primis in faucibus. Pellentesque nec nisl vehicula mi placerat bibendum eget ac risus.
Ut sit amet vulputate tellus. Duis ultrices faucibus neque, sit amet placerat mi luctus quis.
<hr class="client-hr">
<cite>— Valery</cite>
</blockquote>
</div>
</div>
</div>
</div>
<div class="text-center">
<a class="btn btn-rounded btn-secondary lesson" href="https://t.me/petermwansa">FREE TRIAL LESSON</a>
</div>
</div>
<!--end jumbotron-->
<!-- End the reviews section -->
<!-- Start the contact section -->
<footer id="contacts">
<div class="row offset">
<div class="row col-lg-4 col-md-6 text-center">
<h3>About</h3>
<a class="hyper" href="index.html#about">About the School</a>
<a class="hyper" href="https://t.me/petermwansa">Vacancies</a>
<a class="hyper" href="https://t.me/petermwansa">Terms and Conditions</a>
<a class="hyper" href="https://t.me/petermwansa">Privacy Policy</a>
</div>
<div class="row col-lg-4 col-md-6 text-center">
<h3>Join Us</h3>
<a class="hyper" href="adults.html">Adults</a>
<a class="hyper" href="kids.html">Kids</a>
<a class="hyper" href="groups.html">Groups</a>
<a class="hyper" href="faqs.html">FAQs</a>
</div>
<div class="row col-lg-4 col-md-12 text-center">
<h3>Contact Info</h3>
<a class="hyper" href="mailto:[email protected]">[email protected]</a><br>
<a class="hyper" href="tel:+79004624784">(123) 456-7890</a>
<div class="col">
<a class="icon" href="https://www.instagram.com/" target="_blank"><i class="fab fa-instagram"></i></a>
<a class="icon" href="https://www.youtube.com/" target="_blank"><i class="fab fa-youtube"></i></a>
<a class="icon" href="https://vk.com/feed" target="_blank"><i class="fab fa-vk"></i></a>
</div>
</div>
<div class="text-center">
<hr class="socket">
© 1lang School.
</div>
</div>
</footer>
<!-- End the contact section -->
</div>
<!--- Script Source Files -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="bootstrap-4.1.3-dist/js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/releases/v5.5.0/js/all.js"></script>
<!--- End of Script Source Files -->
</body>
</html>
<!-- - Check out my courses!
<div class="udemy-course" style="position: fixed; bottom: 0; right: 0; margin-bottom: -5px; z-index: 100;">
<a href="https://w3newbie.com/courses" target="_blank" style="z-index: 999!important; cursor: pointer!important;"><img src="https://www.w3newbie.com/wp-content/uploads/nuno-course-banner.png" style="max-width: 100%; min-width: 100%;"></a>
</div> -->