-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
33 lines (33 loc) · 2.08 KB
/
Copy pathfooter.php
File metadata and controls
33 lines (33 loc) · 2.08 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
<br>
<br>
<footer class="text-dark bg-white">
<div class="container mt-3 p-3">
<div class="row ms-auto text-start text-md-start">
<div class="col-md-3 justify-content-center mb-3">
<h5 class="fw-bold">Navigasi</h5>
<a class="nav-link fw-semibold" href="#promo">Promo</a>
<a class="nav-link fw-semibold" href="#servis">Servis</a>
<a class="nav-link fw-semibold" href="#ruangan">Ruangan</a>
<a class="nav-link fw-semibold" href="#tentang">Tentang</a>
</div>
<div class="col-md-3 justify-content-center mb-3">
<h5 class="fw-bold">Media Sosial</h5>
<a href="https://instagram.com" class="nav-link fw-semibold text-dark mb-2"><i class="fab fa-instagram fs-5"></i> Instagram</a>
<a href="https://twitter.com" class="nav-link fw-semibold text-dark mb-2"><i class="fab fa-twitter fs-5"></i> Twitter</a>
<a href="https://linkedin.com/in/ktyudha" class="nav-link fw-semibold text-dark mb-2"><i class="fab fa-whatsapp fs-5"></i> WhatsApp</a>
</div>
<div class="col-md-3 mb-3">
<h5 class="fw-bold">Lokasi</h5>
<p class="fw-semibold">Jalan Raya Pasar Krembung, Sidoarjo</p>
</div>
<div class="col-md-3 text-start text-md-end">
<div class="embed-responsive embed-responsive-3by4">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d63288.515951579866!2d112.60270277299841!3d-7.516773112015654!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x2dd7e0758f46a3bd%3A0x4027a76e3531cb0!2sKec.%20Krembung%2C%20Kabupaten%20Sidoarjo%2C%20Jawa%20Timur!5e0!3m2!1sid!2sid!4v1664353782674!5m2!1sid!2sid" allow="accelerometer; autoplay; encrypted-media;gyroscope;" style="border:0;" allowfullscreen loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
</div>
</footer>
<div class="bg-light text-dark text-center pt-3 pb-1">
<p class="text-muted fw-semibold">© 2022 Kurniawan Try Yudha</p>
</div>