-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
733 lines (714 loc) · 33.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
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
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8"> <![endif]-->
<!--[if IE 9 ]> <html class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html class=""><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Home -Knowledge</title>
<!-- Standard Favicon -->
<link rel="icon" type="image/x-icon" href="images//favicon.ico"/>
<!-- For iPhone 4 Retina display: -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images//apple-touch-icon-114x114-precomposed.png">
<!-- For iPad: -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images//apple-touch-icon-72x72-precomposed.png">
<!-- For iPhone: -->
<link rel="apple-touch-icon-precomposed" href="images//apple-touch-icon-57x57-precomposed.png">
<!-- Library - Bootstrap v3.3.5 -->
<link rel="stylesheet" type="text/css" href="libraries/lib.css">
<link rel="stylesheet" type="text/css" href="libraries/Stroke-Gap-Icon/stroke-gap-icon.css">
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Roboto:400,900,300,300italic,500,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Niconne' rel='stylesheet' type='text/css'>
<!-- Custom - Common CSS -->
<link rel="stylesheet" type="text/css" href="css/plugins.css">
<link rel="stylesheet" type="text/css" href="css/navigation-menu.css">
<!-- Custom - Theme CSS -->
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="css/shortcode.css">
<!--[if lt IE 9]>
<script src="js/html5/respond.min.js"></script>
<![endif]-->
</head>
<body data-offset="200" data-spy="scroll" data-target=".ow-navigation">
<!-- LOADER -->
<div id="site-loader" class="load-complete">
<div class="loader">
<div class="loader-inner ball-clip-rotate">
<div></div>
</div>
</div>
</div><!-- Loader /- -->
<!-- Header -->
<header class="header-main container-fluid no-padding">
<!-- Top Header -->
<div class="top-header container-fluid no-padding">
<div class="container">
<div class="topheader-left">
<a href="tel:+5198759822" title="5198759822"><i class="fa fa-mobile" aria-hidden="true"></i>(519) - 875 - 9822 </a>
<a href="mailto:[email protected]" title="[email protected]"><i class="fa fa-envelope-o" aria-hidden="true"></i>Emailus: [email protected]</a>
</div>
<div class="topheader-right">
<a href="#" title="Login"><i class="fa fa-sign-out" aria-hidden="true"></i>Login</a>
<a href="#" title="Register">Register</a>
</div>
</div>
</div><!-- Top Header /- -->
<!-- Menu Block -->
<div class="menu-block container-fluid no-padding">
<!-- Container -->
<div class="container">
<div class="row">
<!-- Navigation -->
<nav class="navbar ow-navigation">
<div class="col-md-3">
<div class="navbar-header">
<button aria-controls="navbar" aria-expanded="false" data-target="#navbar" data-toggle="collapse" class="navbar-toggle collapsed" type="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a title="Logo" href="index.html" class="navbar-brand"><img src="images/logo.png" alt="logo"/>Edumax<span>Education of Best</span></a>
<a href="index.html" class="mobile-logo" title="Logo"><h3>Edumax</h3></a>
</div>
</div>
<div class="col-md-9">
<div class="navbar-collapse collapse" id="navbar">
<ul class="nav navbar-nav menubar">
<li class="dropdown active">
<a aria-expanded="false" aria-haspopup="true" href="index.html" role="button" class="dropdown-toggle" title="Home">Home</a>
<i class="ddl-switch fa fa-angle-down"></i>
<ul class="dropdown-menu">
<li><a title="Home 2" href="home2.html">Home 2</a></li>
</ul>
</li>
<li class="dropdown">
<a aria-expanded="false" aria-haspopup="true" role="button" class="dropdown-toggle" title="Courses" href="courses-page.html">Courses</a>
<i class="ddl-switch fa fa-angle-down"></i>
<ul class="dropdown-menu">
<li><a title="Courses Detail" href="coursesdetails-page.html">Courses Detail</a></li>
</ul>
</li>
<li><a title="Event" href="events-page.html">Event</a></li>
<li><a title="About" href="about-page.html">About</a></li>
<li class="dropdown">
<a aria-expanded="false" aria-haspopup="true" role="button" class="dropdown-toggle" title="Blog" href="blog-page.html">Blog</a>
<i class="ddl-switch fa fa-angle-down"></i>
<ul class="dropdown-menu">
<li><a title="Blog Post" href="blogpost-page.html">Blog Post</a></li>
</ul>
</li>
<li class="dropdown">
<a aria-expanded="false" aria-haspopup="true" role="button" class="dropdown-toggle" title="Pages" href="#">Pages</a>
<i class="ddl-switch fa fa-angle-down"></i>
<ul class="dropdown-menu">
<li><a title="Home 2" href="home2.html">Home 2</a></li>
<li><a title="Course Detail" href="coursesdetails-page.html">Course Detail</a></li>
<li><a title="BlogPost" href="blogpost-page.html">BlogPost</a></li>
</ul>
</li>
<li><a title="Contact" href="contactus-page.html">Contact</a></li>
</ul>
</div>
</div>
</nav><!-- Navigation /- -->
<div class="menu-search">
<div id="sb-search" class="sb-search">
<form>
<input class="sb-search-input" placeholder="Enter your search term..." type="text" value="" name="search" id="search" />
<button class="sb-search-submit"><i class="fa fa-search"></i></button>
<span class="sb-icon-search"></span>
</form>
</div>
</div>
</div>
</div><!-- Container /- -->
</div><!-- Menu Block /- -->
</header><!-- Header /- -->
<!-- PhotoSlider Section -->
<div class="photoslider-section container-fluid no-padding">
<div id="home-slider" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="images/photoslider1.jpg" alt="photoslider1" width="1920" height="801"/>
<div class="carousel-caption">
<div class="container">
<div class="col-md-6 col-sm-8 col-xs-8 ow-pull-right no-padding">
<h4 data-animation="animated bounceInLeft">Welcome</h4>
<h3 data-animation="animated fadeInDown">To Our<span>University</span></h3>
<p data-animation="animated bounceInRight">We belive nothing is more important than education. The best learning institution</p>
<a href="#" title="Learn More" data-animation="animated zoomInUp">Learn More</a>
</div>
</div>
</div>
</div>
<div class="item">
<img src="images/photoslider2.jpg" alt="photoslider2" width="1920" height="801"/>
<div class="carousel-caption">
<div class="container">
<div class="col-md-6 col-sm-8 col-xs-8 ow-pull-left no-padding">
<h4 data-animation="animated bounceInLeft">Welcome</h4>
<h3 data-animation="animated fadeInDown">To Our<span>University</span></h3>
<p data-animation="animated bounceInRight">We belive nothing is more important than education. The best learning institution</p>
<a href="#" title="Learn More" data-animation="animated zoomInUp">Learn More</a>
</div>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#home-slider" role="button" data-slide="prev">
<i class="fa fa-angle-left"></i>
</a>
<a class="right carousel-control" href="#home-slider" role="button" data-slide="next">
<i class="fa fa-angle-right"></i>
</a>
</div>
</div><!-- PhotoSlider Section /- -->
<!-- Welcome Section -->
<div class="container welcome-section">
<div class="section-padding"></div>
<div class="section-header">
<h3>Popular <span>Courses</span></h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting</p>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-6">
<div class="welcome-box">
<img src="images/welcome1.jpg" alt="welcome1" width="370" height="440"/>
<div class="welcome-title">
<h3>Political science</h3>
</div>
<div class="welcome-content">
<span>(Peter Parker)</span>
<p>Then one day he was shootinsome When the against him bubblin</p>
<ul class="course-detail">
<li><i class="fa fa-calendar" aria-hidden="true"></i>Course duration : <span>3 Yr</span></li>
<li><i class="fa fa-graduation-cap" aria-hidden="true"></i>Degree Level : <span>Master’s Degree</span></li>
</ul>
<ul class="course-rating">
<li><a href="#" title="1 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
<li><a href="#" title="2 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
<li><a href="#" title="3 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
<li><a href="#" title="4 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
<li><a href="#" title="5 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
</ul>
<a href="coursesdetails-page.html" title="Apply now">Apply now</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-6">
<div class="welcome-box">
<img src="images/welcome2.jpg" alt="welcome2" width="370" height="440"/>
<div class="welcome-title">
<h3>Micro Biology</h3>
</div>
<div class="welcome-content">
<span>(Peter Parker)</span>
<p>Then one day he was shootinsome When the against him bubblin</p>
<ul class="course-detail">
<li><i class="fa fa-calendar" aria-hidden="true"></i>Course duration : <span>3 Yr</span></li>
<li><i class="fa fa-graduation-cap" aria-hidden="true"></i>Degree Level : <span>Master’s Degree</span></li>
</ul>
<ul class="course-rating">
<li><a href="#" title="1 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
<li><a href="#" title="2 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
<li><a href="#" title="3 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
<li><a href="#" title="4 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
<li><a href="#" title="5 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
</ul>
<a href="coursesdetails-page.html" title="Apply now">Apply now</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-6">
<div class="welcome-box">
<img src="images/welcome3.jpg" alt="welcome3" width="370" height="440"/>
<div class="welcome-title">
<h3>Computer Science</h3>
</div>
<div class="welcome-content">
<span>(Peter Parker)</span>
<p>Then one day he was shootinsome When the against him bubblin</p>
<ul class="course-detail">
<li><i class="fa fa-calendar" aria-hidden="true"></i>Course duration : <span>3 Yr</span></li>
<li><i class="fa fa-graduation-cap" aria-hidden="true"></i>Degree Level : <span>Master’s Degree</span></li>
</ul>
<ul class="course-rating">
<li><a href="#" title="1 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
<li><a href="#" title="2 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
<li><a href="#" title="3 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
<li><a href="#" title="4 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
<li><a href="#" title="5 Star"><i class="fa fa-star-o" aria-hidden="true"></i></a></li>
</ul>
<a href="coursesdetails-page.html" title="Apply now">Apply now</a>
</div>
</div>
</div>
</div>
<div class="section-padding"></div>
</div><!-- Welcome Section /- -->
<!-- Parallax Section -->
<div class="container-fluid no-padding parallax-section">
<div class="parallax-carousel">
<div class="parallax-block">
<div class="parallax-box">
<img src="images/parallax-bg.jpg" alt="parallax" width="1920" height="600"/>
</div>
<div class="parallax-content">
<h3>Learn Online Courses</h3>
<h3>Only patience & persistence give <span>Good Result</span></h3>
<p>World Largest books and library center is here where you can study the latest trends of the education. Curabitur rutrum faucibus elitconvallis diam mattis eget. Nullam vulputate nibh at nisi consectetur.</p>
<a href="#" title="Find More About Us">Find More About Us</a>
<ul>
<li><img src="images/parallax-thumb1.jpg" alt="parallax-thumb1" width="100" height="80"/></li>
<li><img src="images/parallax-thumb2.jpg" alt="parallax-thumb2" width="100" height="80"/></li>
<li><img src="images/parallax-thumb3.jpg" alt="parallax-thumb3" width="100" height="80"/></li>
</ul>
</div>
</div>
<div class="parallax-block">
<div class="parallax-box">
<img src="images/parallax-bg.jpg" alt="parallax" width="1920" height="600"/>
</div>
<div class="parallax-content">
<h3>Learn Online</h3>
<h3>Only patience & persistence give <span>Good Result 2</span></h3>
<p>World Largest books and library center is here where you can study the latest trends of the education. Curabitur rutrum faucibus elitconvallis diam mattis eget. Nullam vulputate nibh at nisi consectetur.</p>
<a href="#" title="Find More About Us">Find More About Us</a>
<ul>
<li><img src="images/parallax-thumb1.jpg" alt="parallax-thumb1" width="100" height="80"/></li>
<li><img src="images/parallax-thumb2.jpg" alt="parallax-thumb2" width="100" height="80"/></li>
<li><img src="images/parallax-thumb3.jpg" alt="parallax-thumb3" width="100" height="80"/></li>
</ul>
</div>
</div>
<div class="parallax-block">
<div class="parallax-box">
<img src="images/parallax-bg.jpg" alt="parallax" width="1920" height="600"/>
</div>
<div class="parallax-content">
<h3>Learn Courses</h3>
<h3>Only patience & persistence give <span>Good Result 3</span></h3>
<p>World Largest books and library center is here where you can study the latest trends of the education. Curabitur rutrum faucibus elitconvallis diam mattis eget. Nullam vulputate nibh at nisi consectetur.</p>
<a href="#" title="Find More About Us">Find More About Us</a>
<ul>
<li><img src="images/parallax-thumb1.jpg" alt="parallax-thumb1" width="100" height="80"/></li>
<li><img src="images/parallax-thumb2.jpg" alt="parallax-thumb2" width="100" height="80"/></li>
<li><img src="images/parallax-thumb3.jpg" alt="parallax-thumb3" width="100" height="80"/></li>
</ul>
</div>
</div>
<div class="parallax-block">
<div class="parallax-box">
<img src="images/parallax-bg.jpg" alt="parallax" width="1920" height="600"/>
</div>
<div class="parallax-content">
<h3>Learn Online Courses</h3>
<h3>Only patience & persistence give <span>Good Result 4</span></h3>
<p>World Largest books and library center is here where you can study the latest trends of the education. Curabitur rutrum faucibus elitconvallis diam mattis eget. Nullam vulputate nibh at nisi consectetur.</p>
<a href="#" title="Find More About Us">Find More About Us</a>
<ul>
<li><img src="images/parallax-thumb1.jpg" alt="parallax-thumb1" width="100" height="80"/></li>
<li><img src="images/parallax-thumb2.jpg" alt="parallax-thumb2" width="100" height="80"/></li>
<li><img src="images/parallax-thumb3.jpg" alt="parallax-thumb3" width="100" height="80"/></li>
</ul>
</div>
</div>
</div>
</div><!-- Parallax Section /- -->
<!-- Event Section -->
<div class="container event-section">
<div class="section-padding"></div>
<div class="section-header-block">
<div class="section-header">
<h3>Our <span>Events</span></h3>
<p>Upcoming Education Events to feed your brain<p>
</div>
<a href="events-page.html" title="View All">View All</a>
</div>
<div class="event-block">
<div class="event-box">
<div class="row">
<div class="col-md-3 col-sm-4 col-xs-5">
<img src="images/event1.jpg" alt="event1" width="260" height="160"/>
</div>
<div class="col-md-7 col-sm-6 col-xs-7">
<h3><a href="#" title="Science In The New Era">Science In The New Era</a></h3>
<div class="event-meta">
<span><i aria-hidden="true" class="fa fa-clock-o"></i>8:00 Am - 5:00 Pm</span>
<span><i aria-hidden="true" class="fa fa-map-marker"></i>London, UK</span>
</div>
<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment.</p>
</div>
<div class="col-md-2 col-sm-2 col-xs-12">
<a href="#" class="readmore" title="Read More">Read More</a>
</div>
</div>
</div>
<div class="event-box">
<div class="row">
<div class="col-md-3 col-sm-4 col-xs-5">
<img src="images/event2.jpg" alt="event2" width="260" height="160"/>
</div>
<div class="col-md-7 col-sm-6 col-xs-7">
<h3><a href="#" title="Student Exchange Program Information Sessions">Student Exchange Program Information Sessions</a></h3>
<div class="event-meta">
<span><i aria-hidden="true" class="fa fa-clock-o"></i>8:00 Am - 5:00 Pm</span>
<span><i aria-hidden="true" class="fa fa-map-marker"></i>London, UK</span>
</div>
<p>Business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds.</p>
</div>
<div class="col-md-2 col-sm-2 col-xs-12">
<a href="#" class="readmore" title="Read More">Read More</a>
</div>
</div>
</div>
<div class="event-box">
<div class="row">
<div class="col-md-3 col-sm-4 col-xs-5">
<img src="images/event3.jpg" alt="event3" width="260" height="160"/>
</div>
<div class="col-md-7 col-sm-6 col-xs-7">
<h3><a href="#" title="Chicago Architecture Foundation River Cruise">Chicago Architecture Foundation River Cruise</a></h3>
<div class="event-meta">
<span><i aria-hidden="true" class="fa fa-clock-o"></i>8:00 Am - 5:00 Pm</span>
<span><i aria-hidden="true" class="fa fa-map-marker"></i>London, UK</span>
</div>
<p>But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures.</p>
</div>
<div class="col-md-2 col-sm-2 col-xs-12">
<a href="#" class="readmore" title="Read More">Read More</a>
</div>
</div>
</div>
</div>
<div class="section-padding"></div>
</div><!-- Event Section /- -->
<!-- Search Courses -->
<div class="container-fluid no-padding searchcourses">
<div class="container">
<div class="search-content">
<div class="searchcourses-block">
<h3>Over 3,000+ students trust us world wide. Get free online courses tips, Subscribe us</h3>
</div>
<div class="course-search-block">
<div class="col-md-3 col-sm-3 col-xs-6">
<select class="selectpicker">
<option>All Categories</option>
<option>Categories 1</option>
<option>Categories 2</option>
<option>Categories 3</option>
</select>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<select class="selectpicker">
<option>Course Level</option>
<option>Level 1</option>
<option>Level 2</option>
<option>Level 3</option>
</select>
</div>
<div class="col-md-6 col-sm-6 col-xs-12 search_box">
<div class="input-group">
<input type="text" class="form-control" placeholder="Course Keyword . . . ">
<span class="input-group-btn">
<button class="btn" type="button" title="Search courses">Search courses</button>
</span>
</div>
</div>
</div>
<div class="search-categories">
<div class="col-md-3 col-sm-3 col-xs-6">
<p><i class="fa fa-graduation-cap" aria-hidden="true"></i><span>Over 500 students Enrolled Learn Skills</span></p>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<p><i class="fa fa-paper-plane-o" aria-hidden="true"></i><span>More than 300+ Online Courses Available</span></p>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<p><i class="fa fa-tencent-weibo" aria-hidden="true"></i><span>Learn Skills on any Devices anytime</span></p>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<p><i class="fa fa-user-md" aria-hidden="true"></i><span>More than 320 Instructors Available</span></p>
</div>
</div>
</div>
</div>
</div><!-- Search Courses /- -->
<!-- Video Testimonial Section -->
<div class="container-fluid no-padding video-testimonial-section">
<div class="container">
<div class="section-padding"></div>
<div class="section-header">
<h3>Our <span>Education Events</span></h3>
<p>Achieving the desired success requires patience and persistence your goals need time</p>
</div>
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="video-block video-block-lg">
<a title="Paly Video" class="popup-youtube" href="http://www.youtube.com/watch?v=0O2aH4XLbto"><i class="fa fa-play" aria-hidden="true"></i></a>
<img src="images/video-poster-1.jpg" width="570" height="400" alt="Video Poster-1"/>
<div class="video-content">
<h3>Your Career Starts Here</h3>
<p>Achieving the desired success requires patience and persistence.</p>
</div>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="testimonial-block">
<div id="testimonial-slider" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#testimonial-slider" data-slide-to="0" class="active"></li>
<li data-target="#testimonial-slider" data-slide-to="1"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="testimonial-box">
<div class="testimonial-content">
<p>Credibly innovate granular internal or organic sources whereas high standards in web-readiness fully researched growth.</p>
</div>
<div class="testimonial-author">
<img src="images/testimonial-thumb-1.jpg" alt="testimonial-thumb-1" width="96" height="96"/>
<p>Darly Dixon, <span>Designing Staff</span></p>
</div>
</div>
<div class="testimonial-box">
<div class="testimonial-content">
<p>Credibly innovate granular internal or organic sources whereas high standards in web-readiness fully researched growth.</p>
</div>
<div class="testimonial-author">
<img src="images/testimonial-thumb-2.jpg" alt="testimonial-thumb-2" width="96" height="96"/>
<p>Josh Austin,<span>Project Manager</span></p>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-box">
<div class="testimonial-content">
<p>Credibly innovate granular internal or organic sources whereas high standards in web-readiness fully researched growth.</p>
</div>
<div class="testimonial-author">
<img src="images/testimonial-thumb-1.jpg" alt="testimonial-thumb-1" width="96" height="96"/>
<p>Darly Dixon <span>Designing Staff</span></p>
</div>
</div>
<div class="testimonial-box">
<div class="testimonial-content">
<p>Credibly innovate granular internal or organic sources whereas high standards in web-readiness fully researched growth.</p>
</div>
<div class="testimonial-author">
<img src="images/testimonial-thumb-2.jpg" alt="testimonial-thumb-2" width="96" height="96"/>
<p>Josh Austin ,<span>Project Manager</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section-padding"></div>
</div>
</div><!-- Video Testimonial Section /- -->
<!-- LatestBlog Section -->
<div class="container-fulid no-padding latestblog-section">
<div class="section-padding"></div>
<div class="container">
<div class="section-header">
<h3>Latest <span> Blog Post</span></h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting</p>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-6">
<article class="type-post">
<div class="entry-cover">
<a title="Cover" href="blogpost-page.html"><img width="363" height="261" alt="latestnews" src="images/latestblog1.jpg"></a>
</div>
<div class="entry-block">
<div class="entry-contentblock">
<div class="entry-meta">
<span class="postdate">25th May 2016</span>
<span class="postby">Posted by <a href="#" title="Methov jos">Methov jos</a></span>
</div>
<div class="entry-block">
<div class="entry-title">
<a title="Doloremque laudantium totam..." href="blogpost-page.html"><h3>Doloremque laudantium totam...</h3></a>
</div>
</div>
</div>
<div class="post-ic"><span class="icon icon-Pencil"></span></div>
</div>
</article>
</div>
<div class="col-md-4 col-sm-6 col-xs-6">
<article class="type-post">
<div class="entry-cover">
<a title="Cover" href="blogpost-page.html"><img width="363" height="261" alt="latestnews" src="images/latestblog2.jpg"></a>
</div>
<div class="entry-block">
<div class="entry-contentblock">
<div class="entry-meta">
<span class="postdate">25th May 2016</span>
<span class="postby">Posted by <a href="#" title="Methov jos">Jennu Doe</a></span>
</div>
<div class="entry-block">
<div class="entry-title">
<a title="Minim veniam quis nostrud..." href="blogpost-page.html"><h3>Minim veniam quis nostrud...</h3></a>
</div>
</div>
</div>
<div class="post-ic"><span class="icon icon-MusicMixer"></span></div>
</div>
</article>
</div>
<div class="col-md-4 col-sm-6 col-xs-6">
<article class="type-post">
<div class="entry-cover">
<a title="Cover" href="blogpost-page.html"><img width="363" height="261" alt="latestnews" src="images/latestblog3.jpg"></a>
</div>
<div class="entry-block">
<div class="entry-contentblock">
<div class="entry-meta">
<span class="postdate">25th May 2016</span>
<span class="postby">Posted by <a href="#" title="Methov jos">Steave Smith</a></span>
</div>
<div class="entry-block">
<div class="entry-title">
<a title="Perspiciatis unde omnis iste..." href="blogpost-page.html"><h3>Perspiciatis unde omnis iste...</h3></a>
</div>
</div>
</div>
<div class="post-ic"><span class="icon icon-Starship"></span></div>
</div>
</article>
</div>
</div>
<div class="post-viewall">
<a href="blog-page.html" title="View All post">View All post</a>
</div>
</div>
<div class="section-padding"></div>
</div><!-- LatestBlog Section -->
<!-- Footer Main -->
<footer class="footer-main container-fluid no-padding">
<!-- Container -->
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<aside class="ftr-widget about_widget">
<a class="footer-logo" href="#" title="Logo"><img alt="logo" src="images/logo.png">Edumax<span>Education of Best</span></a>
<ul>
<li><a href="#" title="Facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" title="Twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" title="Google Plus"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#" title="Instagram"><i class="fa fa-instagram"></i></a></li>
<li><a href="#" title="Linkedin"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#" title="Rss"><i class="fa fa-rss"></i></a></li>
</ul>
<p>Trem ipsum dolor sit ameThese men promptly escaped from maximum security astockade to the Los Angeles underground. These Happy Days are yours and mine Happy Days elites consectetur adipiscing elit, sed do eiusmod tempor incididunt utiles labore et dolor hates magna ali qua.</p>
</aside>
</div>
<div class="col-md-6 col-sm-6">
<aside class="ftr-widget newsletter_widget">
<h3 class="widget-title">News Letters</h3>
<div class="input-group">
<input type="text" class="form-control" placeholder="Enter your email">
<span class="input-group-btn"><button class="btn" type="button" title="Sign In">Sign In</button></span>
</div>
</aside>
</div>
<div class="col-md-6 col-sm-6">
<aside class="ftr-widget upcomingevent_widget">
<h3 class="widget-title">Up Comming Events</h3>
<div id="upcomingevent_carousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="upcoming-eventbox">
<p>These men promptly escaped from maximum security stockade to the Los Angeles underground.</p>
<ul>
<li><a href="#" title="Time"><i class="fa fa-clock-o" aria-hidden="true"></i>8:00 Am - 5:00 Pm</a></li>
<li><a href="#" title="Date"><i class="fa fa-calendar" aria-hidden="true"></i>01 May 2016</a></li>
<li><a href="#" title="Location"><i class="fa fa-map-marker" aria-hidden="true"></i>London, UK</a></li>
</ul>
<a href="#" title="Read More">Read More</a>
</div>
</div>
<div class="item">
<div class="upcoming-eventbox">
<p>These men promptly escaped from maximum security stockade to the Los Angeles underground.</p>
<ul>
<li><a href="#" title="Time"><i class="fa fa-clock-o" aria-hidden="true"></i>9:00 Am - 10:00 Pm</a></li>
<li><a href="#" title="Date"><i class="fa fa-calendar" aria-hidden="true"></i>05 May 2016</a></li>
<li><a href="#" title="Location"><i class="fa fa-map-marker" aria-hidden="true"></i>London, UK</a></li>
</ul>
<a href="#" title="Read More">Read More</a>
</div>
</div>
</div>
<a class="left carousel-control" href="#upcomingevent_carousel" role="button" data-slide="prev">
<i class="fa fa-angle-left"></i>
</a>
<a class="right carousel-control" href="#upcomingevent_carousel" role="button" data-slide="next">
<i class="fa fa-angle-right"></i>
</a>
</div>
</aside>
</div>
<div class="col-md-6 col-sm-6">
<aside class="ftr-widget flickr_widget">
<h3 class="widget-title">Our Flicker</h3>
<ul>
<li><a href="#" title="Flickr"><img src="images/flickr1.jpg" alt="flickr1" width="85" height="83"/></a></li>
<li><a href="#" title="Flickr"><img src="images/flickr2.jpg" alt="flickr2" width="85" height="83"/></a></li>
<li><a href="#" title="Flickr"><img src="images/flickr3.jpg" alt="flickr3" width="85" height="83"/></a></li>
<li><a href="#" title="Flickr"><img src="images/flickr4.jpg" alt="flickr4" width="85" height="83"/></a></li>
<li><a href="#" title="Flickr"><img src="images/flickr5.jpg" alt="flickr5" width="85" height="83"/></a></li>
<li><a href="#" title="Flickr"><img src="images/flickr6.jpg" alt="flickr6" width="85" height="83"/></a></li>
</ul>
</aside>
</div>
</div>
<!-- Footer Bottom -->
<div class="footer-bottom col-md-12 col-sm-12 no-padding">
<div class="copyright no-padding">
<span>Copyright © 2016. All Rights Reserved.</span>
</div>
<nav class="navbar ow-navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar2" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="navbar2" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html" title="Home">Home</a></li>
<li><a href="courses-page.html" title="COURSE">COURS</a></li>
<li><a href="events-page.html" title="Events">Events</a></li>
<li><a href="blog-page.html" title="Blog">Blog</a></li>
<li><a href="about-page.html" title="About">About</a></li>
</ul>
</div>
</nav>
</div><!-- Footer Bottom /- -->
</div><!-- Container /- -->
</footer><!-- Footer /- -->
<!-- JQuery v1.11.3 -->
<script src="js/jquery.min.js"></script>
<!--script src="js/jquery.knob.js"></script-->
<!-- Library - Js -->
<script src="libraries/lib.js"></script><!-- Bootstrap JS File v3.3.5 -->
<!-- Library - Google Map API -->
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
<!-- Library - Theme JS -->
<script src="js/functions.js"></script>
</body>
</html>