-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
103 lines (93 loc) · 4.66 KB
/
footer.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
<!-- Footer -->
<footer class="page-footer font-small unique-color-dark">
<div style="background-color: #ff8c2d;">
<div class="container">
<!-- Grid row-->
<div class="row py-4 d-flex align-items-center">
<!-- Grid column -->
<div class="col-md-6 col-lg-5 text-center text-md-left mb-4 mb-md-0">
<h5 class="mb-0">Get connected with us on social networks!</h5>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-6 col-lg-7 text-center text-md-right">
<!-- Facebook -->
<a class="fb-ic" href="https://www.facebook.com/Pioneer-Classes-108597484848632/">
<i class="fab fa-facebook-f fa-lg" style="color: white;"> </i>
</a>
<!-- Twitter -->
<a class="tw-ic" href="https://twitter.com/classes_pioneer">
<i class="fab fa-twitter fa-lg" style="color: white;"> </i>
</a>
<!--Linkedin -->
<!--<a class="li-ic">
<i class="fab fa-linkedin-in fa-lg" style="color: white;"> </i>
</a>-->
<!--Instagram-->
<a class="ins-ic" href="https://www.instagram.com/pioneer_classes/">
<i class="fab fa-instagram fa-lg" style="color: white;"> </i>
</a>
<a class="wtsap-ic" href="https://wa.me/message/BV5K65JIL53XG1">
<i class="fab fa-whatsapp fa-lg" style="color: white;"> </i>
</a>
</div>
<!-- Grid column -->
</div>
<!-- Grid row-->
</div>
</div>
<!-- Footer Links -->
<div class="container-fluid text-center text-md-left mt-5" style="background-color: rgb(245, 233, 233);">
<div class="container">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h5 class="text-uppercase font-weight-bold" style="color: rgb(46, 177, 20);">Pioneer Classes</h5>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p style="margin-bottom: 0.5cm;"></p>
</div>
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4" style="margin-bottom: 1.5cm;">
<!-- Links -->
<h5 class="text-uppercase font-weight-bold" style="color: rgb(46, 177, 20);">Useful links</h5>
<hr class=" deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto " style="width: 60px; ">
<p>
<a href="#! " style="text-align: left;">Why pioneer ?</a>
</p>
<p>
<a href="https://forms.gle/yb2pi6SPpHxzEiFu9 " style="text-align: left;">Be a tutor ?</a>
</p>
<!-- <p>
<a href="#! " style="text-align: left;">Help</a>
</p> -->
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4 ">
<!-- Links -->
<h5 class="text-uppercase font-weight-bold " style="color: rgb(46, 177, 20);">Contact</h5>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto " style="width: 60px; ">
<p>
<i class="fas fa-home mr-3 " style="text-align: left;"></i> Pal road, Rajasthan 342008, INDIA</p>
<p>
<i class="fas fa-envelope mr-3 " style="text-align: left;"></i>info@pioneer-classes.com</p>
<p>
<i class="fas fa-phone mr-3 " style="text-align: left;"></i> +91 8003908725</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</div>
<!-- Copyright -->
<div class="footer-copyright text-center py-3 " style="background-color: rgb(245, 233, 233); color: black;">Copyright2021©
<!-- <script>
document.write(new Date().getFullYear())
</script> Copyright: -->
<a href="https://pioneer-classes.com/ " style="color: black;"> pioneer-classes.com</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->