-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
102 lines (73 loc) · 4.41 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
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v6.0"></script>
<footer class="footer-area padding-50">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="footer-inner text-center">
<!-- <div class="row">
<div class="col-sm-4">
<div class="footer-inner">
<h4>Quick Links</h4>
<ul>
<li><a href="#">About us</a></li>
<li><a href="contactus.html">Contact us</a></li>
<li><a href="careers.html">Careers</a></li>
</ul>
</div>
</div>
<div class="col-sm-6">
<div class="footer-inner ">
<h4>Reach us</h4>
</div>
</div>
</div> -->
<div class="bottom-navbar padding-bottom-30" style="display: flex;justify-content: center;">
<table>
<th style=" padding-left: 9px; text-align: left;">
<span style="font-weight: bold;color: white">Support</span>
</th>
<th style=" padding-left: 9px;text-align: left;">
<span style="font-weight: bold;color: white">Company</span>
</th>
<tr>
<td style="">
<ul style="list-style-type:none;padding: 0px">
<li><a href="faqs">FAQ</a></li>
<li><a href="warranty">Warranty</a></li>
<li><a href="shipping">Shipping</a></li>
<li><a href="privacypolicy">Privacy Policy</a></li>
<li><a href="termsconditions">Terms & Conditions</a></li>
</ul>
</td>
<td style="">
<ul style="list-style-type:none;padding: 0px">
<li><a href="aboutus">About Us</a></li>
<li> <a href="contactus">Contact Us</a></li>
<li> <a href="careers">Careers</a></li>
<li><a href="#">Press</a></li>
<li><a href="blog">Blogs</a></li>
</ul>
</td>
</tr>
</table>
</div>
<ul class="social-icon">
<li><a href="https:/https://www.facebook.com/PlayYipliOfficial/"target="_blank"><i class="fab fa-facebook-f"></i></a>
</li>
<li><a href="https://twitter.com/Yipli1" target="_blank"><i class="fab fa-twitter"></i></a></li>
<!-- <li><a href="#"><i class="fab fa-google-plus-g"></i></a></li> -->
<li><a href="https://www.instagram.com/playyipli/" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCJJQkX4wp882Qz1kozt-_2g?view_as=subscriber" target="_blank"><i class="fab fa-youtube"></i></a></li>
</ul>
<br>
<div class="fb-like" data-href="https://www.facebook.com/PlayYipliOfficial/" data-width="" data-layout="button_count" data-action="like" data-size="small" data-share="false"></div>
<span style="color: white">Sign Up to see what people like.</span>
<div class="copyright-text margin-top-30">
© Copyrights 2020 Fitmat Smart Solutions Pvt. Ltd. All rights reserved.
</div>
</div>
</div>
</div>
</div>
</footer>