MIF_E31220480/resources/views/layouts/footer.blade.php

24 lines
1.1 KiB
PHP

<!-- app/Views/layouts/footer.php -->
<!-- Footer -->
<footer style="background-color: rgb(19, 99, 196);" class="text-white py-4">
<div class="container text-center mt-5">
<div class="d-flex justify-content-between align-items-center">
<!-- Logo di kiri -->
<a class="navbar-brand d-flex align-items-center" href="#">
<img src="assets/admin/icon.png" alt="Logo" width="60" height="40">
<span class="ms-2 fw-bold text-white">Kost Calista</span>
</a>
<!-- Menu Navigasi di kanan -->
<div>
<a href="#home" class="text-white me-3 fw-bold text-decoration-none">Beranda</a>
<a href="#layanan" class="text-white me-3 fw-bold text-decoration-none">Layanan</a>
<a href="#galeri" class="text-white me-3 fw-bold text-decoration-none">Galeri</a>
<a href="#contact" class="text-white me-3 fw-bold text-decoration-none">Kontak</a>
<a href="{{ route('login') }}" class="btn fw-bold masuk-button">Masuk</a>
</div>
</div>
<p class="mt-5">Create by Diana.</p>
</div>
</footer>