118 lines
5.7 KiB
PHP
118 lines
5.7 KiB
PHP
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title>SIPETAN</title>
|
||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||
<meta content="" name="keywords">
|
||
<meta content="" name="description">
|
||
|
||
<!-- Favicon -->
|
||
<link href="lanidng-page/img/favicon.ico" rel="icon">
|
||
|
||
<!-- Google Web Fonts -->
|
||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
<link
|
||
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&family=Poppins:wght@200;600;700&display=swap"
|
||
rel="stylesheet">
|
||
|
||
<!-- Icon Font Stylesheet -->
|
||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
|
||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
|
||
|
||
<!-- Libraries Stylesheet -->
|
||
<link href="landing-page/lib/animate/animate.min.css" rel="stylesheet">
|
||
<link href="landing-page/lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
|
||
|
||
<!-- Customized Bootstrap Stylesheet -->
|
||
<link href="landing-page/css/bootstrap.min.css" rel="stylesheet">
|
||
|
||
<!-- Template Stylesheet -->
|
||
<link href="landing-page/css/style.css" rel="stylesheet">
|
||
</head>
|
||
|
||
<body>
|
||
@yield('body')
|
||
|
||
<!-- Footer Start -->
|
||
<div class="container-fluid bg-white footer">
|
||
<div class="container py-5">
|
||
<div class="row g-5">
|
||
<div class="col-md-6 col-lg-3 wow fadeIn" data-wow-delay="0.1s">
|
||
<a href="/" class="d-inline-block mb-3">
|
||
<h1 class="text-primary">SIPETAN</h1>
|
||
</a>
|
||
<p class="mb-0">Sistem Pendukung Keputusan Pemilihan Jenis Tanaman Pangan Berdasarkan Lahan</p>
|
||
</div>
|
||
<div class="col-md-6 col-lg-3 wow fadeIn" data-wow-delay="0.3s">
|
||
<h5 class="mb-4">Informasi</h5>
|
||
<p><i class="fa fa-map-marker-alt me-3"></i>Banyuwangi, Jawa Timur</p>
|
||
<p><i class="fa fa-phone-alt me-3"></i>+62 823-5933-8615</p>
|
||
<p><i class="fa fa-envelope me-3"></i>sipetan@example.com</p>
|
||
<div class="d-flex pt-2">
|
||
<a class="btn btn-square btn-outline-primary me-1" href=""><i class="fab fa-twitter"></i></a>
|
||
<a class="btn btn-square btn-outline-primary me-1" href=""><i class="fab fa-facebook-f"></i></a>
|
||
<a class="btn btn-square btn-outline-primary me-1" href=""><i class="fab fa-instagram"></i></a>
|
||
<a class="btn btn-square btn-outline-primary me-1" href=""><i
|
||
class="fab fa-linkedin-in"></i></a>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-6 col-lg-3 wow fadeIn" data-wow-delay="0.5s">
|
||
<h5 class="mb-4">Tanaman Pangan</h5>
|
||
<a class="btn btn-link" href="">Tanaman Padi</a>
|
||
<a class="btn btn-link" href="">Tanaman Jagung</a>
|
||
<a class="btn btn-link" href="">Tanaman Kedelai</a>
|
||
</div>
|
||
<div class="col-md-6 col-lg-3 wow fadeIn" data-wow-delay="0.7s">
|
||
<h5 class="mb-4">Link</h5>
|
||
<a class="btn btn-link" href="/">Beranda</a>
|
||
<a class="btn btn-link" href="/about">Tentang SIPETAN</a>
|
||
<a class="btn btn-link" href="/plant">Tanaman Pangan</a>
|
||
<a class="btn btn-link" href="/login">Login</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="container wow fadeIn" data-wow-delay="0.1s">
|
||
<div class="copyright">
|
||
<div class="row">
|
||
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
|
||
© <a class="border-bottom" href="#">SIPETAN</a>, All Right Reserved.
|
||
|
||
<!--/*** This template is free as long as you keep the footer author’s credit link/attribution link/backlink. If you'd like to use the template without the footer author’s credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". Thank you for your support. ***/-->
|
||
Designed By <a class="border-bottom" href="https://htmlcodex.com">HTML Codex</a> Distributed by <a href="https://themewagon.com">ThemeWagon</a>
|
||
</div>
|
||
<div class="col-md-6 text-center text-md-end">
|
||
<div class="footer-menu">
|
||
<a href="/">Beranda</a>
|
||
<a href="/about">Tentang SIPETAN</a>
|
||
<a href="/plant">Tanaman Pangan</a>
|
||
<a href="/login">Login</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- Footer End -->
|
||
|
||
|
||
<!-- Back to Top -->
|
||
<a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top"><i class="bi bi-arrow-up"></i></a>
|
||
|
||
|
||
<!-- JavaScript Libraries -->
|
||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
|
||
<script src="landing-page/lib/wow/wow.min.js"></script>
|
||
<script src="landing-page/lib/easing/easing.min.js"></script>
|
||
<script src="landing-page/lib/waypoints/waypoints.min.js"></script>
|
||
<script src="landing-page/lib/owlcarousel/owl.carousel.min.js"></script>
|
||
|
||
<!-- Template Javascript -->
|
||
<script src="landing-page/js/main.js"></script>
|
||
</body>
|
||
|
||
</html>
|