-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
64 lines (63 loc) · 2.6 KB
/
footer.php
File metadata and controls
64 lines (63 loc) · 2.6 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<div class="fut">
<h1>Follow Us</h1>
<br>
<div class="foolo">
<a href="https://www.instagram.com/kaypatisserie_india/"><i class="fa fa-instagram" aria-hidden="true"></i></a><a
href="https://www.facebook.com/kaypatisserieindia"><i class="fa fa-facebook" aria-hidden="true"></i></a><a
href="https://www.instagram.com/kaypatisserie_india/"><i class="fa fa-twitter" aria-hidden="true"></i></a><a
href="https://kaypatisserie.com/?srsltid=AfmBOoqm3KilY9iK1xfD2rNITFOhqBSgqRG0c47-B7-Vlwi5Llk_Hrlc"><i
class="fa fa-google" aria-hidden="true"></i></a><a href="https://www.facebook.com/kaypatisserieindia"><i
class="fa fa-telegram" aria-hidden="true"></i></a>
</div>
<br>
</div>
<!-- footer section-->
<footer class="ftcolor">
<div class="container ftr" style="background-color: #ffe4e1">
<div class="row animate__animated animate__slideInUp animate__slow 2s">
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
<div class="link">
<ul type="none">
<h5>QUICK LINK</h5><br>
<li><a href="./index.php">Home</a></li>
<li><a href="./AboutUs.php">About US</a></li>
<li><a href="./Contact.php">Contact Us</a></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
<div class="link">
<ul type="none">
<h5>CAKE'S VERITY</h5><br>
<li><a href="category.php?viewid=1">Litchi Cake</a></li>
<li><a href="category.php?viewid=2">Signature Cake</a></li>
<li><a href="category.php?viewid=3">Cheese Cake</a></li>
<li><a href="category.php?viewid=4">Loaf Cake</a></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
<div class="link">
<ul type="none">
<h5>CONTACT US</h5><br>
<li><b>Connect With us</b></li>
<li class="ii">
<i class="fa fa-phone" aria-hidden="true"> +91 86520 50510</i>
</li>
<li class="ii">
<i class="fa fa-envelope" aria-hidden="true"> inksp@gmail.com</i>
</li>
<li class="ii">
<i class="fa fa-map-marker" aria-hidden="true"> Pune,India-41232</i>
</li>
</ul>
</div>
</div>
</div>
<div class="link2 animate__animated animate__slideInDown animate__slow 2s" style="margin-bottom: -30px;">
<hr>
<p>@2025 Cake-Shop.All Right Reserved[Terms & Conditions|Privacy Policy]</p>
</div>
</div>
</footer>
<!-- footer.php file -->