-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
48 lines (47 loc) · 3.09 KB
/
Copy pathfooter.php
File metadata and controls
48 lines (47 loc) · 3.09 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
<footer class="ftco-footer ftco-section img">
<div class="overlay"></div>
<div class="container">
<div class="row mb-5 justify-content-around">
<div class="col-lg-3 col-md-6 mb-5 mb-md-5">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Tentang kami</h2>
<p>Terima kasih telah memilih Kedai Kita sebagai tempat Anda untuk menikmati kopi dan makanan berkualitas. Kami berkomitmen untuk terus meningkatkan layanan kami dan memberikan pengalaman yang tak tertandingi kepada setiap pelanggan. Kami berharap Anda akan merasa seperti di rumah ketika mengunjungi kami.</p>
<ul class="ftco-footer-social list-unstyled float-md-left float-lft mt-5">
<li class="ftco-animate"><a href="https://www.instagram.com/kedaikita.imy/"><span class="icon-instagram"></span></a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5 mb-md-5">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Punya pertanyaan?</h2>
<div class="block-23 mb-3">
<ul>
<li><span class="icon icon-map-marker"></span><span class="text">Jl. Raya Lohbener Lama Blok Celo No.31, Kabupaten Indramayu, Jawa Barat 45252</span></li>
<li><a href="#"><span class="icon icon-phone"></span><span class="text">+62 831 4849 8170</span></a></li>
<li><a href=""><span class="icon icon-envelope"></span><span class="text">kedaikita.imy@gmail.com</span></a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5 mb-md-5">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Map</h2>
<div class="block-23 mb-3">
<div class="">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7929.844414567677!2d108.27926842619816!3d-6.404023731806435!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x2e6eb9e89c132107%3A0x10c6c9c3be05e10a!2sKedai%20Kita!5e0!3m2!1sen!2sid!4v1699513348734!5m2!1sen!2sid" width="200" height="200" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>
document.write(new Date().getFullYear());
</script> All rights reserved | Powered by <a href="#" target="_blank">Kedai Kita</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
</div>
</footer>