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
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
|
<!DOCTYPE html>
<html lang="zxx">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>Blog Right Sidebar - Educational and Online Course HTML Website Template</title>
<link rel="icon" href="img/favicon.png" type="image/png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<!-- animate CSS -->
<link rel="stylesheet" href="css/animate.css"/>
<!-- font awesome CSS -->
<link rel="stylesheet" href="vendors/elegant_Icon/elegent_icon.css"/>
<!-- nice select CSS -->
<link rel="stylesheet" href="vendors/niceselect/css/nice-select.css"/>
<!-- owl carousel CSS -->
<link rel="stylesheet" href="vendors/owl_carousel/css/owl.carousel.css"/>
<!-- magnific popup CSS -->
<link rel="stylesheet" href="vendors/magnify_popup/magnific-popup.css"/>
<!-- Countdown CSS -->
<link rel="stylesheet" href="vendors/countdown/css/Countdown.css"/>
<!-- flaticon CSS -->
<link rel="stylesheet" href="css/flaticon.css"/>
<!-- aos CSS -->
<link rel="stylesheet" href="vendors/aos/aos.css"/>
<!-- style CSS -->
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<!-- start Preloader -->
<div class="preloder_part">
<div class="spinner">
<div class="dot1"></div>
<div class="dot2"></div>
</div>
</div>
<!-- End Preloader -->
<!-- header part here -->
<header class="header_part">
<div class="sub_header section_bg">
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-7 col-md-7">
<div class="header_contact_info">
<a href="tel:+4641468425"><i class="icon_phone"></i>+464 145 684 325</a>
<a href="mailto:admin@example.com"><i class="icon_mail_alt"></i>admin@example.com</a>
</div>
</div>
<div class="col-xl-6 col-lg-5 col-md-5">
<div class="header_login_info">
<a href="teacher.html">Become A Teacher</a>
<a href="my-profile.html">My Profile</a>
</div>
</div>
</div>
</div>
</div>
<div class="main_nav">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="header_iner d-flex justify-content-between align-items-center">
<div class="sidebar_icon troggle_icon d-lg-none">
<i class="icon_menu"></i>
</div>
<div class="logo">
<a href="index.html"><img src="img/logo.png" alt="#"></a>
</div>
<nav class="navbar_bar">
<ul>
<li class="mega_menu_dropdown">
<a class="mega_menu_dropdown-toggle nav-link active" href="#">Home</a>
<ul>
<li><a class="active" href="index.html">Homepage Style One</a></li>
<li><a href="index-two.html">Homepage Style Two</a>
</li>
<li><a href="index-three.html">One Page Home</a>
</li>
<li><a href="index-four.html">Dark Homepage</a>
</li>
</ul>
</li>
<li class="mega_menu_dropdown">
<a class="mega_menu_dropdown-toggle nav-link" href="#">All Courses</a>
<ul>
<li><a href="course-list.html">Course List</a></li>
<li><a href="course-grid.html">Course Grid</a></li>
<li><a href="course-slider.html">Course Slider</a></li>
<li><a href="course-details.html">Course Details</a></li>
<li><a href="course-category.html">Course Category</a></li>
<li><a href="lessons.html">Lessons</a></li>
<li><a href="quizzes.html">Quizzes</a></li>
<li><a href="checkout.html">Checkout</a></li>
</ul>
</li>
<li class="mega_menu_dropdown">
<a class="mega_menu_dropdown-toggle nav-link" href="#">Blog Classic</a>
<ul>
<li><a href="blog-grid.html">Blog Grid</a></li>
<li><a href="blog-slider.html">Blog Slider</a></li>
<li><a href="blog-left-sidebar.html">Blog Left Sidebar</a></li>
<li><a href="blog-right-sidebar.html">Blog Right Sidebar</a></li>
<li><a href="blog-details-no-sidebar.html">Blog Details No Sidebar</a></li>
<li><a href="blog-details-left-sidebar.html">Blog Details Left Sidebar</a></li>
<li><a href="blog-details-right-sidebar.html">Blog Details Right Sidebar</a></li>
</ul>
</li>
<li class="mega_menu_dropdown">
<a class="mega_menu_dropdown-toggle nav-link" href="#">Pages</a>
<ul>
<li><a href="about.html">About Us</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="instructor.html">Instructor</a></li>
<li><a href="testimonial.html">Testimonial</a></li>
<li><a href="sample-page.html">Sample Page</a></li>
<li><a href="page-left-sidebar.html">Page Left Sidebar</a></li>
<li><a href="page-right-sidebar.html">Page Right Sidebar</a></li>
<li><a href="404.html">404 Page</a></li>
</ul>
</li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
<div class="navbar_btn">
<a href="live-class.html" class="btn_1">Join Live Class</a>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- header part end -->
<!-- breadcrumb part -->
<section class="breadcrumb_part blog_grid_bg">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 ">
<div class="breadcrumb_iner">
<h2>Blog Right Sidebar</h2>
<div class="breadcrumb_iner_link">
<a href="index.html">Home</a>
<i class="arrow_carrot-right"></i>
<span>Blog Right Sidebar</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- breadcrumb part end -->
<!-- blog right sidebar part here -->
<section class="blog_page section_padding">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="blog_post_list">
<div data-aos="fade-up"
data-aos-duration="1200" class="single_page_blog_post">
<img src="img/blog/blog_1.png" alt="#" class="img-fluid">
<div class="single_blog_content">
<div class="post_author">
<p><i class="icon_profile"></i>Jim Séchen</p>
<p><i class="icon_clock_alt"></i>October 14, 2023</p>
</div>
<h2> <a href="blog-details-right-sidebar.html">Top 10 WordPress Themes for Local Businesses</a> </h2>
<p>Twit cuppa Oxford car boot baking cakes I dropped a clanger
cheeky bugger young delinquent say, hunky-dory ruddy butty matie
boy cheeky cup of char ummm I'm telling get stuffed mate owt to do
with me blow.</p>
<a href="blog-details-right-sidebar.html" class="read_more_btn">Read More <i class="arrow_right"></i> </a>
</div>
</div>
<div data-aos="fade-up"
data-aos-duration="1400" class="single_page_blog_post">
<div class="single_blog_content">
<div class="post_author">
<p><i class="icon_profile"></i>Jim Séchen</p>
<p><i class="icon_clock_alt"></i>October 14, 2023</p>
</div>
<h2> <a href="blog-details-right-sidebar.html">How to Become Master In CSS within a Week.</a> </h2>
<p>Twit cuppa Oxford car boot baking cakes I dropped a clanger
cheeky bugger young delinquent say, hunky-dory ruddy butty matie
boy cheeky cup of char ummm I'm telling get stuffed mate owt to do
with me blow.</p>
<a href="blog-details-right-sidebar.html" class="read_more_btn">Read More <i class="arrow_right"></i> </a>
</div>
</div>
<div data-aos="fade-up"
data-aos-duration="1600" class="single_page_blog_post">
<img src="img/blog/blog_2.png" alt="#" class="img-fluid">
<div class="single_blog_content">
<div class="post_author">
<p><i class="icon_profile"></i>Jim Séchen</p>
<p><i class="icon_clock_alt"></i>October 14, 2023</p>
</div>
<h2> <a href="blog-details-right-sidebar.html">Business development ceremony for BBA student .</a> </h2>
<p>Twit cuppa Oxford car boot baking cakes I dropped a clanger
cheeky bugger young delinquent say, hunky-dory ruddy butty matie
boy cheeky cup of char ummm I'm telling get stuffed mate owt to do
with me blow.</p>
<a href="blog-details-right-sidebar.html" class="read_more_btn">Read More <i class="arrow_right"></i> </a>
</div>
</div>
<div data-aos="fade-up"
data-aos-duration="1800" class="single_page_blog_post quote_post">
<div class="single_blog_content">
<div class="post_author">
<p><i class="icon_clock_alt"></i>October 14, 2023</p>
</div>
<p>My lady the bee's knees cack bog-standard mush A bit of
how's your father, bits and bobs off his nut Oxford crikey the BBC, chinwag
a blinding shot pardon me bleeding.</p>
<a href="blog-details-right-sidebar.html" class="read_more_btn">Read More <i class="arrow_right"></i></a>
<img src="img/icon/quote_1.png" alt="#" class="quote_icon_1">
<img src="img/icon/quote_2.png" alt="#" class="quote_icon_2">
</div>
</div>
<div data-aos="fade-up"
data-aos-duration="2000" class="single_page_blog_post video_post">
<div class="post_thumb">
<img src="img/blog/blog_3.png" alt="#" class="img-fluid">
<a href="https://www.youtube.com/watch?v=x4q86IjJFag" class="popup_youtube">
<span class="flaticon-play-button" ></span></a>
</div>
<div class="single_blog_content">
<div class="post_author">
<p><i class="icon_profile"></i>Jim Séchen</p>
<p><i class="icon_clock_alt"></i>October 14, 2023</p>
</div>
<h2> <a href="blog-details-right-sidebar.html">Top 10 WordPress Themes for Local Businesses</a> </h2>
<p>Twit cuppa Oxford car boot baking cakes I dropped a clanger
cheeky bugger young delinquent say, hunky-dory ruddy butty matie
boy cheeky cup of char ummm I'm telling get stuffed mate owt to do
with me blow.</p>
<a href="blog-details-right-sidebar.html" class="read_more_btn">Read More <i class="arrow_right"></i> </a>
</div>
</div>
<div data-aos="fade-up"
data-aos-duration="2200" class="single_page_blog_post link_post">
<div class="single_blog_content">
<div class="post_author">
<p><i class="icon_clock_alt"></i>October 14, 2023</p>
</div>
<p>Cheeky bugger morish cack a mush wind tickety boo pear shaped my good sir, ruddy blatant say boot.!</p>
<a href="blog-details-right-sidebar.html" class="read_more_btn">Read More <i class="arrow_right"></i></a>
</div>
</div>
<div data-aos="fade-up"
data-aos-duration="2400" class="single_page_blog_post video_post">
<img src="img/blog/blog_4.png" alt="#" class="img-fluid">
<div class="single_blog_content">
<div class="post_author">
<p><i class="icon_profile"></i>Jim Séchen</p>
<p><i class="icon_clock_alt"></i>October 14, 2023</p>
</div>
<h2> <a href="blog-details-right-sidebar.html">Best products for fitness nutrition and muscles</a> </h2>
<p>Twit cuppa Oxford car boot baking cakes I dropped a clanger
cheeky bugger young delinquent say, hunky-dory ruddy butty matie
boy cheeky cup of char ummm I'm telling get stuffed mate owt to do
with me blow.</p>
<a href="blog-details-right-sidebar.html" class="read_more_btn">Read More <i class="arrow_right"></i> </a>
</div>
</div>
</div>
<div data-aos="fade-up"
data-aos-duration="2600" class="page_pageination justify-content-start">
<a class="current" href="#">1</a>
<a href="#">2</a>
<a href="#"> <i class="arrow_right"></i> </a>
</div>
</div>
<div class="col-lg-4">
<div class="blog_sidebar right-sidebar">
<div data-aos="fade-up"
data-aos-duration="1200" class="single_sidebar">
<form action="#" class="search_form">
<input type="text" name="#" placeholder="Search...">
<i class="icon_search"></i>
</form>
</div>
<div data-aos="fade-up"
data-aos-duration="1400" class="single_sidebar">
<h3>Latest Posts</h3>
<div class="single_sidebar_post">
<img src="img/category_post/post_1.png" alt="">
<div class="sidebar_post_content">
<h4> <a href="blog-details-right-sidebar.html"> How to Become Master In CSS within a Week.</a></h4>
<p>April 12, 2023</p>
</div>
</div>
<div data-aos="fade-up"
data-aos-duration="1600" class="single_sidebar_post">
<img src="img/category_post/post_2.png" alt="">
<div class="sidebar_post_content">
<h4> <a href="blog-details-right-sidebar.html">Top 20 WordPress Themes for Local Businesses.</a></h4>
<p>April 12, 2023</p>
</div>
</div>
<div data-aos="fade-up"
data-aos-duration="1800" class="single_sidebar_post">
<img src="img/category_post/post_3.png" alt="">
<div class="sidebar_post_content">
<h4> <a href="blog-details-right-sidebar.html">Students work together to solve a problem.</a></h4>
<p>April 12, 2023</p>
</div>
</div>
<div data-aos="fade-up"
data-aos-duration="2000" class="single_sidebar_post">
<img src="img/category_post/post_4.png" alt="">
<div class="sidebar_post_content">
<h4> <a href="blog-details-right-sidebar.html"> Research of Learn training process.</a></h4>
<p>April 12, 2023</p>
</div>
</div>
</div>
<div data-aos="fade-up"
data-aos-duration="2200" class="single_sidebar">
<h3>Categories</h3>
<div class="category_list">
<p> <a href="#"><i class="arrow_carrot-right"></i>App Design (4)</a> </p>
<p> <a href="#"><i class="arrow_carrot-right"></i>Logo Design (6)</a> </p>
<p> <a href="#"><i class="arrow_carrot-right"></i>Busness (10)</a> </p>
<p> <a href="#"><i class="arrow_carrot-right"></i>IT & Software (14)</a> </p>
<p> <a href="#"><i class="arrow_carrot-right"></i>Programming (12)</a> </p>
<p> <a href="#"><i class="arrow_carrot-right"></i>Technology (10)</a> </p>
<p> <a href="#"><i class="arrow_carrot-right"></i>Music (8)</a> </p>
<p> <a href="#"><i class="arrow_carrot-right"></i>Creative (9)</a> </p>
</div>
</div>
<div data-aos="fade-up"
data-aos-duration="2400" class="single_sidebar">
<h3>Tags</h3>
<div class="sidebar_tag_list">
<a href="#" class="btn_4">Education</a>
<a href="#" class="btn_4">Web Design</a>
<a href="#" class="btn_4">Food</a>
<a href="#" class="btn_4">Cooling System </a>
<a href="#" class="btn_4">Amazing</a>
<a href="#" class="btn_4">Software</a>
<a href="#" class="btn_4">Landing</a>
<a href="#" class="btn_4">Clean</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- blog right sidebar part end -->
<!-- cta part here -->
<section class="cta_part section_padding">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-8">
<div class="cta_part_iner">
<h2>Best teachers in every subject. <br>
Let’s get started</h2>
<p>We can teach you anything</p>
</div>
</div>
<div class="col-lg-4">
<div class="cta_btn">
<a href="course-list.html" class="btn_3">Get Started</a>
</div>
</div>
</div>
</div>
<div class="circle_shape_1"></div>
<div class="circle_shape_2"></div>
</section>
<!-- cta part end -->
<!-- Start LTR & RTL Button -->
<div class="ltr-rtl-button">
<a class="default-btn active ltr">
LTR
</a>
<a class="default-btn rtl">
RTL
</a>
</div>
<!-- End LTR & RTL Button -->
<!-- footer part here -->
<footer class="footer_section">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-3 col-sm-6">
<div class="single_feature_footer">
<a href="index.html"><img src="img/logo.png" alt="#"></a>
<p>Loo faff about cockup Harry baking cakes hunky dory mush happy
days on your bike mate.</p>
<div class="footer_contact_info">
<a href="tel:+464145684325"><i class="icon_phone"></i>+464 145 684 325</a>
<a href="mailto:education@example.com"><i class="icon_mail_alt"></i>education@example.com</a>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="single_feature_footer footer_nav">
<h4>Popular Courses</h4>
<ul>
<li><a href="course-details.html">Algebra & Calculus</a></li>
<li><a href="course-details.html">Business Strategy</a></li>
<li><a href="course-details.html">Computer Security & Network</a></li>
<li><a href="course-details.html">Data Analysis</a></li>
<li><a href="course-details.html">English Learning</a></li>
<li><a href="course-details.html">Music & Art</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="single_feature_footer footer_nav">
<h4>COURSE CATEGORIES</h4>
<ul>
<li><a href="course-category.html">Arts & Humanities</a></li>
<li><a href="course-category.html">Business</a></li>
<li><a href="course-category.html">Computer Science</a></li>
<li><a href="course-category.html">Data Science</a></li>
<li><a href="course-category.html">Language Learning</a></li>
<li><a href="course-category.html">Math & Logic</a></li>
</ul>
</div>
</div>
<div class="col-lg-2 col-sm-6">
<div class="single_feature_footer footer_nav">
<h4>Quick Links</h4>
<ul>
<li><a href="#">Live Class</a></li>
<li><a href="#">Tuition Fees</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Career</a></li>
</ul>
</div>
</div>
<div class="col-lg-12">
<div class="copyright_part">
<div class="row align-items-center">
<div class="col-lg-6 col-md-8">
<p>© Copyright 2023 Design by <a href="#" class="text_underline">MhrTheme.</a> All rights reserved.</p>
</div>
<div class="col-lg-6 col-md-4">
<div class="social_icon">
<a href="#"><i class="social_facebook"></i></a>
<a href="#"><i class="social_twitter"></i></a>
<a href="#"><i class="social_youtube"></i></a>
<a href="#"><i class="social_linkedin"></i></a>
<a href="#"><i class="social_skype"></i></a>
<a href="#"><i class="social_instagram"></i></a>
<a href="#"><i class="social_pinterest"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<img src="img/icon/shape_01.png" alt="#" class="footer_sharp_1">
<img src="img/icon/about_shape_02.png" alt="#" class="footer_sharp_2 custom-animation2">
<img src="img/icon/about_shape_03.png" alt="#" class="footer_sharp_3 custom-animation3">
</footer>
<!-- footer part end -->
<!-- jquery slim -->
<script src="js/jquery-3.4.1.min.js"></script>
<!-- popper js -->
<script src="js/popper.min.js"></script>
<!-- bootstarp js -->
<script src="js/bootstrap.min.js"></script>
<!-- nice select -->
<script src="vendors/niceselect/js/jquery.nice-select.min.js"></script>
<!-- owl carousel js -->
<script src="vendors/owl_carousel/js/owl.carousel.min.js"></script>
<!-- magnify popup js -->
<script src="vendors/magnify_popup/jquery.magnific-popup.js"></script>
<!-- simplyCountdown js -->
<script src="vendors/countdown/js/simplyCountdown.min.js"></script>
<!-- counter js -->
<script src="vendors/counter/jquery.countTo.js"></script>
<!-- aos js -->
<script src="vendors/aos/aos.js"></script>
<!-- custom js -->
<script src="js/custom.js"></script>
</body>
</html>
|