-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-2.html
More file actions
917 lines (907 loc) · 39 KB
/
about-2.html
File metadata and controls
917 lines (907 loc) · 39 KB
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
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
<!DOCTYPE html>
<html lang="en">
<head>
<!-- META ============================================= -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<meta name="robots" content="" />
<!-- DESCRIPTION -->
<meta name="description" content="EduChamp : Education HTML Template" />
<!-- OG -->
<meta property="og:title" content="EduChamp : Education HTML Template" />
<meta
property="og:description"
content="EduChamp : Education HTML Template"
/>
<meta property="og:image" content="" />
<meta name="format-detection" content="telephone=no" />
<!-- FAVICONS ICON ============================================= -->
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon" />
<link
rel="shortcut icon"
type="image/x-icon"
href="assets/images/favicon.png"
/>
<!-- PAGE TITLE HERE ============================================= -->
<title>EduChamp : Education HTML Template</title>
<!-- MOBILE SPECIFIC ============================================= -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.min.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
<!-- All PLUGINS CSS ============================================= -->
<link rel="stylesheet" type="text/css" href="assets/css/assets.css" />
<!-- TYPOGRAPHY ============================================= -->
<link rel="stylesheet" type="text/css" href="assets/css/typography.css" />
<!-- SHORTCODES ============================================= -->
<link
rel="stylesheet"
type="text/css"
href="assets/css/shortcodes/shortcodes.css"
/>
<!-- STYLESHEETS ============================================= -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<link
class="skin"
rel="stylesheet"
type="text/css"
href="assets/css/color/color-1.css"
/>
</head>
<body id="bg">
<div class="page-wraper">
<div id="loading-icon-bx"></div>
<!-- Header Top ==== -->
<header class="header rs-nav">
<div class="top-bar">
<div class="container">
<div class="row d-flex justify-content-between">
<div class="topbar-left">
<ul>
<li>
<a href="faq-1.html"
><i class="fa fa-question-circle"></i>Ask a Question</a
>
</li>
<li>
<a href="javascript:;"
><i class="fa fa-envelope-o"></i>Support@website.com</a
>
</li>
</ul>
</div>
<div class="topbar-right">
<ul>
<li>
<select class="header-lang-bx">
<option data-icon="flag flag-uk">English UK</option>
<option data-icon="flag flag-us">English US</option>
</select>
</li>
<li><a href="login.html">Login</a></li>
<li><a href="register.html">Register</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="sticky-header navbar-expand-lg">
<div class="menu-bar clearfix">
<div class="container clearfix">
<!-- Header Logo ==== -->
<div class="menu-logo">
<a href="index.html"
><img src="assets/images/logo.png" alt=""
/></a>
</div>
<!-- Mobile Nav Button ==== -->
<button
class="navbar-toggler collapsed menuicon justify-content-end"
type="button"
data-toggle="collapse"
data-target="#menuDropdown"
aria-controls="menuDropdown"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span></span>
<span></span>
<span></span>
</button>
<!-- Author Nav ==== -->
<div class="secondary-menu">
<div class="secondary-inner">
<ul>
<li>
<a href="javascript:;" class="btn-link"
><i class="fa fa-facebook"></i
></a>
</li>
<li>
<a href="javascript:;" class="btn-link"
><i class="fa fa-google-plus"></i
></a>
</li>
<li>
<a href="javascript:;" class="btn-link"
><i class="fa fa-linkedin"></i
></a>
</li>
<!-- Search Button ==== -->
<li class="search-btn">
<button
id="quik-search-btn"
type="button"
class="btn-link"
>
<i class="fa fa-search"></i>
</button>
</li>
</ul>
</div>
</div>
<!-- Search Box ==== -->
<div class="nav-search-bar">
<form action="#">
<input
name="search"
value=""
type="text"
class="form-control"
placeholder="Type to search"
/>
<span><i class="ti-search"></i></span>
</form>
<span id="search-remove"><i class="ti-close"></i></span>
</div>
<!-- Navigation Menu ==== -->
<div
class="menu-links navbar-collapse collapse justify-content-start"
id="menuDropdown"
>
<div class="menu-logo">
<a href="index.html"
><img src="assets/images/logo.png" alt=""
/></a>
</div>
<ul class="nav navbar-nav">
<li class="active">
<a href="javascript:;"
>Home <i class="fa fa-chevron-down"></i
></a>
<ul class="sub-menu">
<li><a href="index.html">Home 1</a></li>
<li><a href="index-2.html">Home 2</a></li>
</ul>
</li>
<li>
<a href="javascript:;"
>Pages <i class="fa fa-chevron-down"></i
></a>
<ul class="sub-menu">
<li>
<a href="javascript:;"
>About<i class="fa fa-angle-right"></i
></a>
<ul class="sub-menu">
<li><a href="about-1.html">About 1</a></li>
<li><a href="about-2.html">About 2</a></li>
</ul>
</li>
<li>
<a href="javascript:;"
>Event<i class="fa fa-angle-right"></i
></a>
<ul class="sub-menu">
<li><a href="event.html">Event</a></li>
<li>
<a href="events-details.html">Events Details</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;"
>FAQ's<i class="fa fa-angle-right"></i
></a>
<ul class="sub-menu">
<li><a href="faq-1.html">FAQ's 1</a></li>
<li><a href="faq-2.html">FAQ's 2</a></li>
</ul>
</li>
<li>
<a href="javascript:;"
>Contact Us<i class="fa fa-angle-right"></i
></a>
<ul class="sub-menu">
<li><a href="contact-1.html">Contact Us 1</a></li>
<li><a href="contact-2.html">Contact Us 2</a></li>
</ul>
</li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="profile.html">Profile</a></li>
<li><a href="membership.html">Membership</a></li>
<li><a href="error-404.html">404 Page</a></li>
</ul>
</li>
<li class="add-mega-menu">
<a href="javascript:;"
>Our Courses <i class="fa fa-chevron-down"></i
></a>
<ul class="sub-menu add-menu">
<li class="add-menu-left">
<h5 class="menu-adv-title">Our Courses</h5>
<ul>
<li><a href="courses.html">Courses </a></li>
<li>
<a href="courses-details.html">Courses Details</a>
</li>
<li><a href="profile.html">Instructor Profile</a></li>
<li><a href="event.html">Upcoming Event</a></li>
<li><a href="membership.html">Membership</a></li>
</ul>
</li>
<li class="add-menu-right">
<img src="assets/images/adv/adv.jpg" alt="" />
</li>
</ul>
</li>
<li>
<a href="javascript:;"
>Blog <i class="fa fa-chevron-down"></i
></a>
<ul class="sub-menu">
<li><a href="blog-classic-grid.html">Blog Classic</a></li>
<li>
<a href="blog-classic-sidebar.html"
>Blog Classic Sidebar</a
>
</li>
<li>
<a href="blog-list-sidebar.html">Blog List Sidebar</a>
</li>
<li>
<a href="blog-standard-sidebar.html"
>Blog Standard Sidebar</a
>
</li>
<li><a href="blog-details.html">Blog Details</a></li>
</ul>
</li>
<li class="nav-dashboard">
<a href="javascript:;"
>Dashboard <i class="fa fa-chevron-down"></i
></a>
<ul class="sub-menu">
<li><a href="admin/index.html">Dashboard</a></li>
<li><a href="admin/add-listing.html">Add Listing</a></li>
<li><a href="admin/bookmark.html">Bookmark</a></li>
<li><a href="admin/courses.html">Courses</a></li>
<li><a href="admin/review.html">Review</a></li>
<li>
<a href="admin/teacher-profile.html">Teacher Profile</a>
</li>
<li>
<a href="admin/user-profile.html">User Profile</a>
</li>
<li>
<a href="javascript:;"
>Calendar<i class="fa fa-angle-right"></i
></a>
<ul class="sub-menu">
<li>
<a href="admin/basic-calendar.html"
>Basic Calendar</a
>
</li>
<li>
<a href="admin/list-view-calendar.html"
>List View Calendar</a
>
</li>
</ul>
</li>
<li>
<a href="javascript:;"
>Mailbox<i class="fa fa-angle-right"></i
></a>
<ul class="sub-menu">
<li><a href="admin/mailbox.html">Mailbox</a></li>
<li>
<a href="admin/mailbox-compose.html">Compose</a>
</li>
<li>
<a href="admin/mailbox-read.html">Mail Read</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="nav-social-link">
<a href="javascript:;"><i class="fa fa-facebook"></i></a>
<a href="javascript:;"><i class="fa fa-google-plus"></i></a>
<a href="javascript:;"><i class="fa fa-linkedin"></i></a>
</div>
</div>
<!-- Navigation Menu END ==== -->
</div>
</div>
</div>
</header>
<!-- header END ==== -->
<!-- Inner Content Box ==== -->
<div class="page-content bg-white">
<!-- Page Heading Box ==== -->
<div
class="page-banner ovbl-dark"
style="background-image: url(assets/images/banner/banner3.jpg)"
>
<div class="container">
<div class="page-banner-entry">
<h1 class="text-white">About Us 2</h1>
</div>
</div>
</div>
<div class="breadcrumb-row">
<div class="container">
<ul class="list-inline">
<li><a href="#">Home</a></li>
<li>About Us 2</li>
</ul>
</div>
</div>
<!-- Page Heading Box END ==== -->
<!-- Page Content Box ==== -->
<div class="content-block">
<!-- About Us ==== -->
<div class="section-area section-sp1">
<div class="container">
<div class="row">
<div class="col-lg-6 m-b30">
<h2 class="title-head">From the Principal Desk<br /></h2>
<!-- <h4><span class="counter">57,000 </span></h4> -->
<span class="text-primary"
><img
src="/assets/images/profile/Principal.jpg"
alt=""
srcset=""
style="width: 300px"
/></span>
<p>
Education is the manifestation of love and my most cherished
possession. Education drives away ignorance and through
illumination it emboldens a man to a righteous thought and
action. It empowers a woman and enlarges the horizon of her
mind. It energizes a society and enables a man to earn his
living with respect and praise. Hence my love for it.
<br /><br />
I am greatly rejoiced and proudly place on record the fact
that Getwell institute of medical & nursing education
,Ratlam, the visionary dream of its founder Chairman Dr.
M.A. Qureshi – a humble servant of education whose little
mission a decade ago to transform a small college into a big
one, has unfolded into an institution of glorious past and
great future. <br /><br />
In order to accomplish our vision and mission, we are
prepared to take as much effort as possible for the
betterment of academic scenario in India. We believe that
education is an effective medium of social transformation.
We get encouragement, looking at bright and successful
careers of our thousands of students, which subsequently
benefit the society. We feel proud that we are part of such
an excellent institute, which is shaping modern India.
<br /><br />
Getwell institute of medical & nursing education, Ratlam
endowed with progressive futuristic outlook aims continual
growth in the quality of all academic activities with a
sense of commitment to fully meet the expectations of the
students, parents and society at large. <br /><br />
Our college cares for the individual development of each and
every student. We follow “mentor system” under which each
class is put into the multi-pronged web of a teacher. We
accord prime importance to the behavioral discipline, moral
integrity and cognitive developments of our students. Our
teachers strive to teach not only academic programmers but
also life skills needed for students’ self development with
highly resourceful faculty. <br /><br />
I wish the best of fortune, peace and prosperity to all
those who contribute to the noble task of spreading
education and its manifest qualities, aims and objectives.
<br />
PRINCIPAL- MRS. SHEETAL SARAF (M.SC NURSING GOLD MEDALIST
(COMMUNITY HEALTH NURSING)
</p>
<a href="#" class="btn button-md">Join Now</a>
</div>
<div class="col-lg-6">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 m-b30">
<div class="feature-container">
<div class="feature-md text-white m-b20">
<a href="#" class="icon-cell"
><img src="assets/images/icon/icon1.png" alt=""
/></a>
</div>
<div class="icon-content">
<h5 class="ttr-tilte">Our Philosophy</h5>
<p>
Lorem ipsum dolor sit amet, consectetuer adipiscing.
</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 m-b30">
<div class="feature-container">
<div class="feature-md text-white m-b20">
<a href="#" class="icon-cell"
><img src="assets/images/icon/icon2.png" alt=""
/></a>
</div>
<div class="icon-content">
<h5 class="ttr-tilte">Kingster's Principle</h5>
<p>
Lorem ipsum dolor sit amet, consectetuer adipiscing.
</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 m-b30">
<div class="feature-container">
<div class="feature-md text-white m-b20">
<a href="#" class="icon-cell"
><img src="assets/images/icon/icon3.png" alt=""
/></a>
</div>
<div class="icon-content">
<h5 class="ttr-tilte">Key Of Success</h5>
<p>
Lorem ipsum dolor sit amet, consectetuer adipiscing.
</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 m-b30">
<div class="feature-container">
<div class="feature-md text-white m-b20">
<a href="#" class="icon-cell"
><img src="assets/images/icon/icon4.png" alt=""
/></a>
</div>
<div class="icon-content">
<h5 class="ttr-tilte">Our Philosophy</h5>
<p>
Lorem ipsum dolor sit amet, consectetuer adipiscing.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About Us END ==== -->
<!-- Why Choose ==== -->
<div class="section-area bg-gray section-sp2 choose-bx">
<div class="container">
<div class="row">
<div class="col-md-12 heading-bx text-center">
<h2 class="title-head text-uppercase m-b0">
Why Choose <span> Our Institution</span>
</h2>
<p>
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's.
</p>
</div>
</div>
<div class="row choose-bx-in">
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="service-bx">
<div class="action-box">
<img src="assets/images/our-services/pic1.jpg" alt="" />
</div>
<div class="info-bx text-center">
<div class="feature-box-sm radius bg-white">
<i class="fa fa-bank text-primary"></i>
</div>
<h4><a href="#">Best Industry Leaders</a></h4>
<a href="#" class="btn radius-xl">View More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="service-bx">
<div class="action-box">
<img src="assets/images/our-services/pic2.jpg" alt="" />
</div>
<div class="info-bx text-center">
<div class="feature-box-sm radius bg-white">
<i class="fa fa-book text-primary"></i>
</div>
<h4><a href="#">Learn Courses Online</a></h4>
<a href="#" class="btn radius-xl">View More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="service-bx m-b0">
<div class="action-box">
<img src="assets/images/our-services/pic3.jpg" alt="" />
</div>
<div class="info-bx text-center">
<div class="feature-box-sm radius bg-white">
<i class="fa fa-file-text-o text-primary"></i>
</div>
<h4><a href="#">Book Library & Store</a></h4>
<a href="#" class="btn radius-xl">View More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Why Choose END ==== -->
<!-- Company Status ==== -->
<div class="section-area content-inner section-sp1">
<div class="container">
<div class="section-content">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 col-6 m-b30">
<div class="counter-style-1">
<div class="text-primary">
<span class="counter">3000</span><span>+</span>
</div>
<span class="counter-text">Completed Projects</span>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-6 m-b30">
<div class="counter-style-1">
<div class="text-black">
<span class="counter">2500</span><span>+</span>
</div>
<span class="counter-text">Happy Clients</span>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-6 m-b30">
<div class="counter-style-1">
<div class="text-primary">
<span class="counter">1500</span><span>+</span>
</div>
<span class="counter-text">Questions Answered</span>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col-6 m-b30">
<div class="counter-style-1">
<div class="text-black">
<span class="counter">1000</span><span>+</span>
</div>
<span class="counter-text">Ordered Coffee's</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Company Stats END ==== -->
<!-- Our Story ==== -->
<div class="section-area bg-gray section-sp1 our-story">
<div class="container">
<div class="row align-items-center d-flex">
<div class="col-lg-5 col-md-12 heading-bx">
<h2 class="m-b10">Our Story</h2>
<h5 class="fw4">
It is a long established fact that a reade.
</h5>
<p>
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s, when an unknown
printer took a galley of type and scrambled it to make a
type specimen book. It has survived not only five centuries,
but also the leap into electronic typesetting, remaining
essentially unchanged.
</p>
<a href="#" class="btn">Read More</a>
</div>
<div class="col-lg-7 col-md-12 heading-bx p-lr">
<div class="video-bx">
<img src="assets/images/about/pic1.jpg" alt="" />
<a
href="https://www.youtube.com/watch?v=x_sJzVe9P_8"
class="popup-youtube video"
><i class="fa fa-play"></i
></a>
</div>
</div>
</div>
</div>
</div>
<!-- Our Story END ==== -->
<!-- Testimonials ==== -->
<div class="section-area section-sp2">
<div class="container">
<div class="row">
<div class="col-md-12 heading-bx left">
<h2 class="title-head text-uppercase">
what people <span>say</span>
</h2>
<p>
It is a long established fact that a reader will be
distracted by the readable content of a page
</p>
</div>
</div>
<div
class="testimonial-carousel owl-carousel owl-btn-1 col-12 p-lr0"
>
<div class="item">
<div class="testimonial-bx">
<div class="testimonial-thumb">
<img src="assets/images/testimonials/pic1.jpg" alt="" />
</div>
<div class="testimonial-info">
<h5 class="name">Peter Packer</h5>
<p>-Art Director</p>
</div>
<div class="testimonial-content">
<p>
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type...
</p>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-bx">
<div class="testimonial-thumb">
<img src="assets/images/testimonials/pic2.jpg" alt="" />
</div>
<div class="testimonial-info">
<h5 class="name">Peter Packer</h5>
<p>-Art Director</p>
</div>
<div class="testimonial-content">
<p>
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type...
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonials END ==== -->
</div>
<!-- Page Content Box END ==== -->
</div>
<!-- Page Content Box END ==== -->
<!-- Footer ==== -->
<footer>
<div class="footer-top">
<div class="pt-exebar">
<div class="container">
<div class="d-flex align-items-stretch">
<div class="pt-logo mr-auto">
<a href="index.html"
><img src="assets/images/logo-white.png" alt=""
/></a>
</div>
<div class="pt-social-link">
<ul class="list-inline m-a0">
<li>
<a href="#" class="btn-link"
><i class="fa fa-facebook"></i
></a>
</li>
<li>
<a href="#" class="btn-link"
><i class="fa fa-twitter"></i
></a>
</li>
<li>
<a href="#" class="btn-link"
><i class="fa fa-linkedin"></i
></a>
</li>
<li>
<a href="#" class="btn-link"
><i class="fa fa-google-plus"></i
></a>
</li>
</ul>
</div>
<div class="pt-btn-join">
<a href="#" class="btn">Join Now</a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-12 col-sm-12 footer-col-4">
<div class="widget">
<h5 class="footer-title">Sign Up For A Newsletter</h5>
<p class="text-capitalize m-b20">
Weekly Breaking news analysis and cutting edge advices on
job searching.
</p>
<div class="subscribe-form m-b20">
<form
class="subscription-form"
action="http://educhamp.themetrades.com/demo/assets/script/mailchamp.php"
method="post"
>
<div class="ajax-message"></div>
<div class="input-group">
<input
name="email"
required="required"
class="form-control"
placeholder="Your Email Address"
type="email"
/>
<span class="input-group-btn">
<button
name="submit"
value="Submit"
type="submit"
class="btn"
>
<i class="fa fa-arrow-right"></i>
</button>
</span>
</div>
</form>
</div>
</div>
</div>
<div class="col-12 col-lg-5 col-md-7 col-sm-12">
<div class="row">
<div class="col-4 col-lg-4 col-md-4 col-sm-4">
<div class="widget footer_widget">
<h5 class="footer-title">Company</h5>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about-1.html">About</a></li>
<li><a href="faq-1.html">FAQs</a></li>
<li><a href="contact-1.html">Contact</a></li>
</ul>
</div>
</div>
<div class="col-4 col-lg-4 col-md-4 col-sm-4">
<div class="widget footer_widget">
<h5 class="footer-title">Get In Touch</h5>
<ul>
<li>
<a
href="http://educhamp.themetrades.com/admin/index.html"
>Dashboard</a
>
</li>
<li><a href="blog-classic-grid.html">Blog</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="event.html">Event</a></li>
</ul>
</div>
</div>
<div class="col-4 col-lg-4 col-md-4 col-sm-4">
<div class="widget footer_widget">
<h5 class="footer-title">Courses</h5>
<ul>
<li><a href="courses.html">Courses</a></li>
<li><a href="courses-details.html">Details</a></li>
<li><a href="membership.html">Membership</a></li>
<li><a href="profile.html">Profile</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-3 col-md-5 col-sm-12 footer-col-4">
<div class="widget widget_gallery gallery-grid-4">
<h5 class="footer-title">Our Gallery</h5>
<ul class="magnific-image">
<li>
<a
href="assets/images/gallery/pic1.jpg"
class="magnific-anchor"
><img src="assets/images/gallery/pic1.jpg" alt=""
/></a>
</li>
<li>
<a
href="assets/images/gallery/pic2.jpg"
class="magnific-anchor"
><img src="assets/images/gallery/pic2.jpg" alt=""
/></a>
</li>
<li>
<a
href="assets/images/gallery/pic3.jpg"
class="magnific-anchor"
><img src="assets/images/gallery/pic3.jpg" alt=""
/></a>
</li>
<li>
<a
href="assets/images/gallery/pic4.jpg"
class="magnific-anchor"
><img src="assets/images/gallery/pic4.jpg" alt=""
/></a>
</li>
<li>
<a
href="assets/images/gallery/pic5.jpg"
class="magnific-anchor"
><img src="assets/images/gallery/pic5.jpg" alt=""
/></a>
</li>
<li>
<a
href="assets/images/gallery/pic6.jpg"
class="magnific-anchor"
><img src="assets/images/gallery/pic6.jpg" alt=""
/></a>
</li>
<li>
<a
href="assets/images/gallery/pic7.jpg"
class="magnific-anchor"
><img src="assets/images/gallery/pic7.jpg" alt=""
/></a>
</li>
<li>
<a
href="assets/images/gallery/pic8.jpg"
class="magnific-anchor"
><img src="assets/images/gallery/pic8.jpg" alt=""
/></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 text-center">
<a target="_blank" href="https://www.templateshub.net"
>Templates Hub</a
>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer END ==== -->
<button class="back-to-top fa fa-chevron-up"></button>
</div>
<!-- External JavaScripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/vendors/bootstrap/js/popper.min.js"></script>
<script src="assets/vendors/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/vendors/bootstrap-select/bootstrap-select.min.js"></script>
<script src="assets/vendors/bootstrap-touchspin/jquery.bootstrap-touchspin.js"></script>
<script src="assets/vendors/magnific-popup/magnific-popup.js"></script>
<script src="assets/vendors/counter/waypoints-min.js"></script>
<script src="assets/vendors/counter/counterup.min.js"></script>
<script src="assets/vendors/imagesloaded/imagesloaded.js"></script>
<script src="assets/vendors/masonry/masonry.js"></script>
<script src="assets/vendors/masonry/filter.js"></script>
<script src="assets/vendors/owl-carousel/owl.carousel.js"></script>
<script src="assets/js/functions.js"></script>
<script src="assets/js/contact.js"></script>
<script src="assets/vendors/switcher/switcher.js"></script>
</body>
</html>