-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.php
36 lines (30 loc) · 966 Bytes
/
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
<div class="footer">
<div class="container">
<div class="row">
<div class="footer-col1">
<h3>Download Our App</h3>
<p>Download the app for Android and iOS</p>
<div class="app-logo">
<img src="images/play-store.png">
<img src="images/app-store.png">
</div>
</div>
<div class="footer-col2">
<img src="images/logo.png">
</div>
<div class="footer-col3">
<h3>Follow Us On</h3>
<ul>
<li>Facebook</li>
<li>Twitter<li>
<li>Instagram</li>
<li>YouTube</li>
</ul>
</div>
</div>
<hr>
<p class="copyright">Copyright 2021</p>
</div>
</div>
</body>
</html>