-
Notifications
You must be signed in to change notification settings - Fork 0
/
page-about.html
executable file
·376 lines (334 loc) · 13.2 KB
/
page-about.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#8743EC">
<title>Bobosh live learning classes</title>
<meta name="description" content="Online education for kids, live online lessons">
<meta name="keywords" content="Education, online lessons, kids, teaching for kids">
<link href="images/favicon.ico?v=2" rel="icon" type="image/x-icon">
<!-- jQuery -->
<script src="js/jquery-2.0.0.min.js" type="text/javascript"></script>
<!-- Bootstrap4 files-->
<script src="js/bootstrap.bundle.min.js" type="text/javascript"></script>
<link href="css/bootstrap.css" rel="stylesheet" type="text/css"/>
<!-- Font awesome 5 -->
<link href="fonts/fontawesome/css/all.min.css" type="text/css" rel="stylesheet">
<!-- plugin: owl carousel -->
<link href="plugins/owlcarousel/assets/owl.carousel.css" rel="stylesheet">
<link href="plugins/owlcarousel/assets/owl.theme.default.css" rel="stylesheet">
<script src="plugins/owlcarousel/owl.carousel.min.js"></script>
<!-- plugin: fancybox -->
<script src="plugins/fancybox/fancybox.min.js" type="text/javascript"></script>
<link href="plugins/fancybox/fancybox.min.css" type="text/css" rel="stylesheet">
<!-- custom style -->
<link href="css/ui.css" rel="stylesheet" type="text/css"/>
<link href="css/responsive.css" rel="stylesheet" type="text/css"/>
<!-- custom javascript -->
<script src="js/script.js" type="text/javascript"></script>
</head>
<body>
<header class="section-header">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand" href="#"><img src="images/logo.svg" class="logo"></a>
<div class="d-lg-none">
<a class="btn btn-light mr-3 relative" href="#"><i class="fa text-muted fa-bell"></i> <span class="notify">2</span> </a>
<a class="btn btn-primary" href="#"> <i class="fa fa-user-circle"></i> Sign in </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main_nav" aria-controls="main_nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="main_nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#">Classes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Help</a>
</li>
<li class="nav-item dropdown mobile-hide">
<a class="nav-link" href="#" data-toggle="dropdown"><i class="fa text-muted fa-bell"></i> <span class="notify">2</span> </a>
<div class="dropdown-menu p-3" style="min-width:220px;">
<figure class="itemside mb-3">
<div class="aside"><img src="images/posts/1.jpg" class="img-xs border"></div>
<figcaption class="info align-self-center">
<p class="title">Info about notification</p>
</figcaption>
</figure>
<figure class="itemside mb-3">
<div class="aside"><img src="images/posts/2.jpg" class="img-xs border"></div>
<figcaption class="info align-self-center">
<p class="title">Some other item name is here</p>
</figcaption>
</figure>
<a href="" class="btn btn-light"> See all </a>
</div> <!-- drowpdown-menu.// -->
</li>
<li class="nav-item mobile-hide ml-3">
<a class="btn btn-light" href="#"> Join now </a>
<a class="btn btn-primary ml-1" href="#"> <i class="fa fa-user-circle mr-1"></i> Sign in </a>
</li>
</ul>
</div> <!-- collapse .// -->
</div> <!-- container .// -->
</nav>
</header> <!-- section-header.// -->
<!-- ========================= SECTION INTRO ========================= -->
<section class="section-bg bg-light padding-y-lg" style="background-image: url(images/illustrations/class3.jpg);">
<div class="container">
<article class="intro-wrap text-center my-md-5">
<h1 class="display-4 text-white">Let your child be more smart</h1>
</article>
</div> <!-- container.// -->
</section>
<!-- ========================= SECTION INTRO END// ========================= -->
<!-- ========================= SECTION CONTENT ========================= -->
<section class="section-content padding-y-lg">
<div class="container">
<header class="mx-auto" style="max-width:620px;">
<h2 class="display-5 text-center" >The leading school online for learning and instruction</h2>
<p class="lead text-center">
By connecting students all over the world to the best instructors, Academila is helping individuals reach their goals and pursue their dreams.
</p>
</header>
<hr>
<div class="row mt-4">
<div class="col-md-7">
<article class="mb-4">
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat no
</p>
</article>
</div>
<div class="col-md-5">
<img src="images/illustrations/man-sitting.png" class="img-fluid">
</div> <!-- col.// -->
</div> <!-- row.// -->
<br>
<div class="row mt-4">
<div class="col-md-4">
<article class="card mb-2 card-body">
<figure class="icontext align-items-start">
<div class="aside mr-3">
<span class="icon-wrap icon-md rounded-circle bg-primary">
<i class="fa fa-money-bill-alt white"></i>
</span>
</div>
<figcaption class="text-wrap">
<h6 class="title">Easy payment</h6>
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labor </p>
</figcaption>
</figure> <!-- iconbox // -->
</article> <!-- panel-lg.// -->
</div><!-- col // -->
<div class="col-md-4">
<article class="card mb-2 card-body">
<figure class="icontext align-items-start">
<div class="aside mr-3">
<span class="icon-wrap icon-md rounded-circle bg-info">
<i class="fa fa-comment-dots white"></i>
</span>
</div>
<figcaption class="text-wrap">
<h6 class="title">Customer support 24/7 </h6>
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labor </p>
</figcaption>
</figure> <!-- iconbox // -->
</article> <!-- panel-lg.// -->
</div><!-- col // -->
<div class="col-md-4">
<article class="card mb-2 card-body">
<figure class="icontext align-items-start">
<div class="aside mr-3">
<span class="icon-wrap icon-md rounded-circle bg-danger">
<i class="fa fa-book white"></i>
</span>
</div>
<figcaption class="text-wrap">
<h6 class="title">Live mentors</h6>
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labor </p>
</figcaption>
</figure> <!-- iconbox // -->
</article> <!-- panel-lg.// -->
</div><!-- col // -->
</div>
</div> <!-- container .// -->
</section>
<!-- ========================= SECTION CONTENT END// ========================= -->
<!-- ========================= SECTION TEACHER ========================= -->
<section class="section-teacher bg-light padding-y-lg">
<div class="container">
<header class="section-heading text-center">
<h3 class="section-title">Our mentors</h3>
<p>We have great mentors from all around world. It is long established text ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</p>
</header><!-- sect-heading -->
<div class="row">
<div class="col-md-3">
<figure class="item-teacher">
<a href="#" class="img-wrap">
<img src="images/avatars/1.jpg">
</a>
<figcaption class="text-wrap">
<a href="#" class="h5 name">John Michael</a>
<p class="job">Techer of Physics</p>
<p class="links-social"> <a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</p>
</figcaption>
</figure> <!-- item // -->
</div><!-- col // -->
<div class="col-md-3">
<figure class="item-teacher">
<a href="#" class="img-wrap">
<img src="images/avatars/2.jpg">
</a>
<figcaption class="text-wrap">
<a href="#" class="h5 name">John Michael</a>
<p class="job">Techer of Physics</p>
<p class="links-social"> <a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</p>
</figcaption>
</figure> <!-- item // -->
</div> <!-- col // -->
<div class="col-md-3">
<figure class="item-teacher">
<a href="#" class="img-wrap">
<img src="images/avatars/3.jpg">
</a>
<figcaption class="text-wrap">
<a href="#" class="h5 name">John Michael</a>
<p class="job">Techer of Programming</p>
<p class="links-social"> <a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</p>
</figcaption>
</figure> <!-- item // -->
</div> <!-- col // -->
<div class="col-md-3">
<figure class="item-teacher">
<a href="#" class="img-wrap">
<img src="images/avatars/4.jpg">
</a>
<figcaption class="text-wrap">
<a href="#" class="h5 name">John Michael</a>
<p class="job">Techer of Compyter technology</p>
<p class="links-social"> <a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</p>
</figcaption>
</figure> <!-- item // -->
</div> <!-- col // -->
<div class="col-md-3">
<figure class="item-teacher">
<a href="#" class="img-wrap">
<img src="images/avatars/5.jpg">
</a>
<figcaption class="text-wrap">
<a href="#" class="h5 name">John Michael</a>
<p class="job">Techer of Physics</p>
<p class="links-social"> <a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</p>
</figcaption>
</figure> <!-- item // -->
</div><!-- col // -->
<div class="col-md-3">
<figure class="item-teacher">
<a href="#" class="img-wrap">
<img src="images/avatars/6.jpg">
</a>
<figcaption class="text-wrap">
<a href="#" class="h5 name">John Michael</a>
<p class="job">Techer of Physics</p>
<p class="links-social"> <a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</p>
</figcaption>
</figure> <!-- item // -->
</div> <!-- col // -->
<div class="col-md-3">
<figure class="item-teacher">
<a href="#" class="img-wrap">
<img src="images/avatars/1.jpg">
</a>
<figcaption class="text-wrap">
<a href="#" class="h5 name">John Michael</a>
<p class="job">Techer of Programming</p>
<p class="links-social"> <a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</p>
</figcaption>
</figure> <!-- item // -->
</div> <!-- col // -->
<div class="col-md-3">
<figure class="item-teacher">
<a href="#" class="img-wrap">
<img src="images/avatars/4.jpg">
</a>
<figcaption class="text-wrap">
<a href="#" class="h5 name">John Michael</a>
<p class="job">Techer of Compyter technology</p>
<p class="links-social"> <a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</p>
</figcaption>
</figure> <!-- item // -->
</div> <!-- col // -->
</div> <!-- row.// -->
</div><!-- container // -->
</section>
<!-- ========================= SECTION TEACHER END// ========================= -->
<footer class="section-footer bg-primary text-white padding-y">
<div class="container">
<section class="row">
<div class="col-md-4">
<img src="images/logo-white.svg" class="logo-footer">
<p class="text-white-50"> © Copyright Bobosh 2020 </p>
</div>
<div class="col-md-8 order-mobile-first">
<ul class="nav float-md-right">
<li><a class="nav-link" href="#">Home</a></li>
<li><a class="nav-link" href="#">About us</a></li>
<li><a class="nav-link" href="#">Partnership</a></li>
<li><a class="nav-link" href="#">Become a teacher</a></li>
<li><a class="nav-link" href="#">Login</a></li>
<li><a class="nav-link" href="#">Contacts</a></li>
</ul>
</div>
</section> <!-- // row -->
</div><!-- //container -->
</footer>
</body>
</html>