-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
132 lines (130 loc) · 7.35 KB
/
footer.php
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
<footer>
<!-- Footer Start-->
<div class="footer-area footer-bg footer-padding">
<div class="container">
<div class="row d-flex justify-content-between">
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-6">
<div class="single-footer-caption mb-50">
<div class="single-footer-caption mb-30">
<div class="footer-tittle">
<h4>About Us</h4>
<div class="footer-pera">
<p>Find a mentor online and get expert advice and guidance to get a successful career.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-5">
<div class="single-footer-caption mb-50">
<div class="footer-tittle">
<h4>Contact Info</h4>
<ul>
<li>
<p>Address: Comsats Wah, Mall Road,
Quaid Avenue, Wah Cantt,
Rawalpindi, Punjab</p>
</li>
<li><a href="#">Phone : +92 334 5463367</a></li>
<li><a href="#">Email : [email protected]</a></li>
</ul>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-5">
<div class="single-footer-caption mb-50">
<div class="footer-tittle">
<h4>Important Link</h4>
<ul>
<li><a href="https://github.com/ossamamehmood/Mentor_Finder">View Project</a></li>
<li><a href="https://linktr.ee/ossamamehmood">Contact Us</a></li>
<li><a href="#">Testimonial</a></li>
<li><a href="#">Proparties</a></li>
<li><a href="#">Support</a></li>
</ul>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-5">
<div class="single-footer-caption mb-50">
<div class="footer-tittle">
<h4>Newsletter</h4>
<div class="footer-pera footer-pera2">
<p>The Virtual Mentoring Services will directs towards your Career goal.</p>
</div>
<!-- Form -->
<div class="footer-form" >
<div id="mc_embed_signup">
<form target="_blank" action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01"
method="get" class="subscribe_form relative mail_part">
<input type="email" name="email" id="newsletter-form-email" placeholder="Email Address"
class="placeholder hide-on-focus" onfocus="this.placeholder = ''"
onblur="this.placeholder = ' Email Address '">
<div class="form-icon">
<button type="submit" name="submit" id="newsletter-submit"
class="email_icon newsletter-submit button-contactForm"><img src="assets/img/icon/form.png" alt=""></button>
</div>
<div class="mt-10 info"></div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- -->
<div class="row footer-wejed justify-content-between">
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-6">
<!-- logo -->
<div class="footer-logo mb-20">
<a href="index.php"><img src="assets/img/logo/logo2_footer.png" alt=""></a>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-5">
<div class="footer-tittle-bottom">
<span>5000+</span>
<p>Talented Students</p>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-5">
<div class="footer-tittle-bottom">
<span>626+</span>
<p>Talented Mentors </p>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-5">
<!-- Footer Bottom Tittle -->
<div class="footer-tittle-bottom">
<span>1100+</span>
<p>Registered Hunter</p>
</div>
</div>
</div>
</div>
</div>
<!-- footer-bottom area -->
<div class="footer-bottom-area footer-bg">
<div class="container">
<div class="footer-border">
<div class="row d-flex justify-content-between align-items-center">
<div class="col-xl-10 col-lg-10 ">
<div class="footer-copy-right">
<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart" aria-hidden="true"></i> by <a href="https://linktr.ee/ossamamehmood" target="_blank">ossamamehmood</a>
<!-- Link back to ossamamehmood can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
<div class="col-xl-2 col-lg-2">
<div class="footer-social f-right">
<a href="https://www.facebook.com/ossamamehmood1#"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/ossamamehmood"><i class="fab fa-twitter"></i></a>
<a href="http://ossamamehmood.me/"><i class="fas fa-globe"></i></a>
<a href="https://www.behance.net/ossamamehmood"><i class="fab fa-behance"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End-->
</footer>