-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhome2.html
779 lines (761 loc) · 34.8 KB
/
home2.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
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
<!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>Home2 -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:Support@info.com" title="Support@info.com"><i class="fa fa-envelope-o" aria-hidden="true"></i>Emailus: Support@info.com</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 class="active"><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 /- -->
<!-- PhotoSlider2 Section -->
<div class="photoslider-section photoslider2 container-fluid no-padding">
<div id="home-slider2" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="images/photoslider3.jpg" alt="photoslider3" 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 class="item">
<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>
<a class="left carousel-control" href="#home-slider2" role="button" data-slide="prev">
<i class="fa fa-angle-left"></i>
</a>
<a class="right carousel-control" href="#home-slider2" role="button" data-slide="next">
<i class="fa fa-angle-right"></i>
</a>
</div>
</div><!-- PhotoSlider2 Section /- -->
<!-- EventBlock -->
<div class="container eventblock">
<div class="section-padding"></div>
<div class="row">
<div class="col-md-5 col-sm-12">
<div class="eventcourse-categories">
<div class="section-header">
<h3>Education <span> Course Categories</span></h3>
<p>Follow us for join our events</p>
</div>
<p>World Largest books and library center is here where you can study the latest trends of the education.If you want to build a successful business online, watch the promo video to see why 13,000+ students are using this online entrepreneurship course to learn.</p>
<a href="#" title="Learn More">Learn More</a>
</div>
<div class="video-block video-small">
<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.jpg" width="480" height="320" alt="Video Poster"/>
<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-7 col-sm-12">
<div class="event-section event2-section">
<div class="event-block">
<div class="event-box">
<div class="eventcontent-box">
<span class="event-index">01</span>
<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 elites righteous indignation. and men.</p>
</div>
<img src="images/event2.1.jpg" alt="event2.1" width="200" height="130"/>
</div>
<div class="event-box">
<span class="event-index">02</span>
<div class="eventcontent-box">
<h3><a href="#" title="The Ecosystem Within Us">The Ecosystem Within Us</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 elites righteous indignation. and men.</p>
</div>
<img src="images/event2.2.jpg" alt="event2.2" width="200" height="130"/>
</div>
<div class="event-box">
<span class="event-index">03</span>
<div class="eventcontent-box">
<h3><a href="#" title="How To Sell Anything">How To Sell Anything</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 elites righteous indignation. and men.</p>
</div>
<img src="images/event2.3.jpg" alt="event2.3" width="200" height="130"/>
</div>
<a href="events-page.html" title="View All Events">View All Events</a>
</div>
</div>
</div>
</div>
<div class="section-padding"></div>
</div><!-- EventBlock /- -->
<!-- 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 /- -->
<!-- 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 /- -->
<!-- Team Section -->
<div class="container-fluid no-padding team-section">
<div class="section-padding"></div>
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12 team-content-block">
<div class="section-header">
<h3>Meet <span> Our Staffs</span></h3>
<p>Our creative and professional staffs</p>
</div>
<div class="team-intro">
<p>World Largest books and library center is here where you can study the latest trends of the education.If you want to build a successful business online, watch the promo video to see why 13,000+ students are using this online entrepreneurship course to learn.</p>
</div>
<a class="left carousel-control" href="#team-carousel" role="button" data-slide="prev">Prev</a>
<a class="right carousel-control" href="#team-carousel" role="button" data-slide="next">Next</a>
</div>
<div class="col-md-6 col-sm-12 team-gallary">
<div id="team-carousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-6">
<div class="team-box">
<ul>
<li><a title="Facebook" href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a title="Twitter" href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a title="Google-Pluse" href="#"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
<li><a title="Behance" href="#"><i class="fa fa-behance" aria-hidden="true"></i></a></li>
<li><a title="Dribbble" href="#"><i class="fa fa-dribbble" aria-hidden="true"></i></a></li>
</ul>
<img alt="team1" src="images/team1.jpg" width="290" height="370"/>
<div class="team-content">
<h3>Martin Phillips</h3>
<span>Executive Director</span>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-6">
<div class="team-box">
<ul>
<li><a title="Facebook" href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a title="Twitter" href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a title="Google-Pluse" href="#"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
<li><a title="Behance" href="#"><i class="fa fa-behance" aria-hidden="true"></i></a></li>
<li><a title="Dribbble" href="#"><i class="fa fa-dribbble" aria-hidden="true"></i></a></li>
</ul>
<img alt="team2" src="images/team2.jpg" width="290" height="370"/>
<div class="team-content">
<h3>Thomas Wright</h3>
<span>Web Developer</span>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-6">
<div class="team-box">
<ul>
<li><a title="Facebook" href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a title="Twitter" href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a title="Google-Pluse" href="#"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
<li><a title="Behance" href="#"><i class="fa fa-behance" aria-hidden="true"></i></a></li>
<li><a title="Dribbble" href="#"><i class="fa fa-dribbble" aria-hidden="true"></i></a></li>
</ul>
<img alt="team1" src="images/team1.jpg" width="290" height="370"/>
<div class="team-content">
<h3>Martin Phillips</h3>
<span>Executive Director</span>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-6">
<div class="team-box">
<ul>
<li><a title="Facebook" href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a title="Twitter" href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a title="Google-Pluse" href="#"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
<li><a title="Behance" href="#"><i class="fa fa-behance" aria-hidden="true"></i></a></li>
<li><a title="Dribbble" href="#"><i class="fa fa-dribbble" aria-hidden="true"></i></a></li>
</ul>
<img alt="team2" src="images/team2.jpg" width="290" height="370"/>
<div class="team-content">
<h3>Thomas Wright</h3>
<span>Web Developer</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section-padding"></div>
</div><!-- Team Section /- -->
<!-- callOut -->
<div class="container-fluid no-padding callout">
<div class="container">
<div class="row">
<div class="col-md-9 col-sm-9 col-xs-8 callout-content">
<h3>Become an instructor</h3>
<p>Join thousand of instructors and earn money hassle free</p>
</div>
<div class="col-md-3 col-sm-3 col-xs-4">
<a href="#" title="Join Now">Join Now</a>
</div>
</div>
</div>
</div><!-- callOut /- -->
<!-- LatestBlog Section -->
<div class="container-fulid no-padding latestblog-section latestblog2">
<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="#">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="#">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="#">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>
</div><!-- LatestBlog Section -->
<!-- Testimoinal2 Section -->
<div class="container testimonial2-section">
<div class="section-padding"></div>
<div class="section-header">
<h3>Our <span> Client say</span></h3>
<p>Users reviews are the best indicator of our success.</p>
</div>
<div id="testimonial2" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#testimonial2" data-slide-to="0" class="active"></li>
<li data-target="#testimonial2" data-slide-to="1"></li>
<li data-target="#testimonial2" data-slide-to="2"></li>
<li data-target="#testimonial2" data-slide-to="3"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="testimonialbox">
<img src="images/testimonial2.1.jpg" width="77" height="77" alt="testimonial"/>
<p>"We enjoy sharing the projects and posts we make just as much enjoy creating them sit back & take a moment to browse through some of our recent work morbi accumsan ipsum velitnam tincidunt ornare odio.</p>
<div class="testimonial-author-box">
<i class="fa fa-quote-right" aria-hidden="true"></i>
<h3>Rick Grimes</h3>
<span>Project Manager</span>
</div>
</div>
</div>
<div class="item">
<div class="testimonialbox">
<img src="images/testimonial2.1.jpg" width="77" height="77" alt="testimonial"/>
<p>"We enjoy sharing the projects and posts we make just as much enjoy creating them sit back & take a moment to browse through some of our recent work morbi accumsan ipsum velitnam tincidunt ornare odio.</p>
<div class="testimonial-author-box">
<i class="fa fa-quote-right" aria-hidden="true"></i>
<h3>Rick Grimes</h3>
<span>Project Manager</span>
</div>
</div>
</div>
<div class="item">
<div class="testimonialbox">
<img src="images/testimonial2.1.jpg" width="77" height="77" alt="testimonial"/>
<p>"We enjoy sharing the projects and posts we make just as much enjoy creating them sit back & take a moment to browse through some of our recent work morbi accumsan ipsum velitnam tincidunt ornare odio.</p>
<div class="testimonial-author-box">
<i class="fa fa-quote-right" aria-hidden="true"></i>
<h3>Rick Grimes</h3>
<span>Project Manager</span>
</div>
</div>
</div>
<div class="item">
<div class="testimonialbox">
<img src="images/testimonial2.1.jpg" width="77" height="77" alt="testimonial"/>
<p>"We enjoy sharing the projects and posts we make just as much enjoy creating them sit back & take a moment to browse through some of our recent work morbi accumsan ipsum velitnam tincidunt ornare odio.</p>
<div class="testimonial-author-box">
<i class="fa fa-quote-right" aria-hidden="true"></i>
<h3>Rick Grimes</h3>
<span>Project Manager</span>
</div>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#testimonial2" role="button" data-slide="prev">
<p class="index"><span class="index_prev"></span><span class="total_index"></span></p>
<span class="arrow_left" aria-hidden="true"></span>
</a>
<a class="right carousel-control" href="#testimonial2" role="button" data-slide="next">
<p class="index"><span class="index_next"></span><span class="total_index"></span></p>
<span class="arrow_right" aria-hidden="true"></span>
</a>
</div>
<div class="section-padding"></div>
</div><!-- Testimoinal2 Section /- -->
<!-- callOut -->
<div class="container-fluid no-padding callout">
<div class="container">
<div class="row">
<div class="col-md-9 col-sm-9 col-xs-8 callout-content">
<h3>Best Template For Education Business</h3>
<p>Join thousand of instructors and earn money hassle free</p>
</div>
<div class="col-md-3 col-sm-3 col-xs-4">
<a href="#" title="Buy Now">Buy Now</a>
</div>
</div>
</div>
</div><!-- callOut /- -->
<!-- Footer Main -->
<footer class="footer-main footer2 container-fluid no-padding">
<!-- Container -->
<div class="container">
<div class="row">
<div class="col-md-3 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>
<span>Marsh mallow muffin souffle jelly-o tart cake Marshmallow macaroon jelly jubes tiramisu lites halsat croissant cake.</span>
<p><span class="icon icon-Plaine"></span>Address : 44 New Design Street, Melbourne 005</p>
<p><span class="icon icon-Phone2"></span>Phone : <a title="01800433633" href="tel:+01800433633">(01) 800 433 633</a></p>
<p><span class="icon icon-Mail"></span>Email : <a title="info@Example.com" href="mailto:info@Example.com">info@Example.com</a></p>
</aside>
</div>
<div class="col-md-3 col-sm-6">
<aside class="ftr-widget useful-llink">
<h3 class="widget-title">Usefull Links</h3>
<ul>
<li><a href="about-page.html" title="About">About</a></li>
<li><a href="#" title="Careers">Careers</a></li>
<li><a href="#" title="Main Events">Main Events</a></li>
<li><a href="#" title="Become a Teacher">Become a Teacher</a></li>
<li><a href="blog-page.html" title="Latest News">Latest News</a></li>
<li><a href="contactus-page.html" title="Contact us">Contact us</a></li>
</ul>
</aside>
</div>
<div class="col-md-3 col-sm-6">
<aside class="ftr-widget flickr_widget">
<h3 class="widget-title">Our Flicker</h3>
<div class="flickr-box">
<img src="images/flick-rpost1.jpg" alt="flick-rpost1" width="62" height="62"/>
<p>New Science Research<span>05th May 2016</span></p>
</div>
<div class="flickr-box">
<img src="images/flick-rpost2.jpg" alt="flick-rpost2" width="62" height="62"/>
<p>How White Is Too White?<span>05th May 2016</span></p>
</div>
<div class="flickr-box">
<img src="images/flick-rpost3.jpg" alt="flick-rpost3" width="62" height="62"/>
<p>New York Schools Wonder:<span>05th May 2016</span></p>
</div>
</aside>
</div>
<div class="col-md-3 col-sm-6">
<aside class="ftr-widget newsletter_widget">
<h3 class="widget-title">News Letters</h3>
<p>Subscribe Our Newsletter get the Important News. The Amazing Offers & Inside Scoops:</p>
<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="Go">Go</button></span>
</div>
<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="Behance"><i class="fa fa-behance" aria-hidden="true"></i></a></li>
<li><a href="#" title="Dribbble"><i class="fa fa-dribbble" aria-hidden="true"></i></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="Courses">Courses</a></li>
<li><a href="events-page.html" title="Events">Events</a></li>
<li><a href="about-page.html" title="About">About</a></li>
<li><a href="blog-page.html" title="Blog">Blog</a></li>
<li><a href="contactus-page.html" title="Contact">Contact</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>