-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
43 lines (43 loc) · 3.31 KB
/
footer.php
File metadata and controls
43 lines (43 loc) · 3.31 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
<footer style="background-color: rgb(1,0,1);">
<div class="container pt-5" style="padding-bottom: 16px;">
<div class="row c_6">
<div class="col-12 col-sm-3 text-white">
<h4 class="mb-4">Download Our App</h4>
<p class="text-muted mb-4">Download App for Android and ios mobile phone.</p>
<div class="row c_9">
<div class="col-6 col-sm-6">
<a href="#google_play" data-toggle="modal" class="text-decoration-none"><img src="images/play-store.png" class="img-fluid d-block"></a>
</div>
<div class="col-6 col-sm-6">
<a href="#google_play" data-toggle="modal" class="text-decoration-none"><img src="images/app-store.png" class="img-fluid d-block img_5"></a>
</div>
</div>
</div>
<div class="col-12 col-sm-3 text-white text-center c_10">
<h1 class="footer-brand mb-4"><a href="home.php" class="text-decoration-none text-white" style="font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;"><i class="fab fa-bootstrap mr-2"></i><span class="b_2">BHAR</span><span class="b_2">GAV'S</span></a></h1>
<p class="text-muted mb-4">our Purpose is To Sustainably Make the Pleasure and Benefits of Sports Accessible to the Many.</p>
</div>
<div class="col-12 col-sm-3 text-white text-center">
<h4 class="mb-4">Useful Links</h4>
<p class="c_11">
<a href="#google_play" data-toggle="modal" class="text-decoration-none text-muted">Coupons</a><br>
<a href="#google_play" data-toggle="modal" class="text-decoration-none text-muted">Blog Post</a><br>
<a href="#google_play" data-toggle="modal" class="text-decoration-none text-muted">Return Policy</a><br>
<a href="#google_play" data-toggle="modal" class="text-decoration-none text-muted">Join Affiliate</a>
</p>
</div>
<div class="col-12 col-sm-3 text-white text-center">
<h4 class="mb-4">Follow Us</h4>
<p class="c_11">
<a href="https://www.facebook.com/bhargav.sonagra" class="text-decoration-none text-muted">Facebook</a><br>
<a href="https://twitter.com/BhargavSonagar2" class="text-decoration-none text-muted">Twitter</a><br>
<a href="https://www.instagram.com/sonagara_bhargav/" class="text-decoration-none text-muted">Instagram</a><br>
<a href="https://www.youtube.com/channel/UC-rA33_DgEXdazJMwTIPaSw" class="text-decoration-none text-muted">Youtube</a><br>
<a href="https://www.linkedin.com/in/bhargavsonagara/" class="text-decoration-none text-muted">Linkedin</a>
</p>
</div>
</div>
<hr class="hr_2">
<p class="text-center text-muted p_1 pb-1" style="margin-bottom: -8px">Copyright © 2020 - Designed and Developed by <a href="home.php" class="text-decoration-none text-muted">BHARGAV'S</a></p>
</div>
</footer>