-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
30 lines (24 loc) · 1.5 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
<footer class="footer">
<section class="box-container" style="gap:11vw">
<div class="box">
<img src="images/logo.png" style="width:12vw;">
<p>Fast delivery, which is active all over the world,<br> serves with many transportation vehicles.</p>
<p>Subscribe to our weekly Newsletter<br>and receive updates via email.</p>
</div>
<div class="box">
<h3>contact info</h3>
<p> <i class="fas fa-phone"></i> +123-456-7890 </p>
<p> <i class="fas fa-phone"></i> +111-222-3333 </p>
<p> <i class="fas fa-envelope"></i> grocery@gmail.com </p>
<p> <i class="fas fa-map-marker-alt"></i> mumbai, india - 400104 </p>
</div>
<div class="box">
<h3>follow us</h3>
<a href="https://www.facebook.com/Bigbasketcom/" target="_blank"> <i class="fab fa-facebook-f"></i> facebook </a>
<a href="https://twitter.com/bigbasket_com?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" target="_blank"> <i class="fab fa-twitter"></i> twitter </a>
<a href="https://www.instagram.com/bigbasketcom/?hl=en" target="_blank"> <i class="fab fa-instagram" ></i> instagram </a>
<a href="https://in.linkedin.com/company/bigbasket-com" target="_blank"> <i class="fab fa-linkedin"></i> linkedin </a>
</div>
</section>
<p class="credit"> © copyright @ <?= date('Y'); ?> by <span><a href="https://www.linkedin.com/in/richie-thakkar-5a722a206/" target="_blank">Richie</a></span> | all rights reserved! </p>
</footer>