45 lines
1.7 KiB
PHP
45 lines
1.7 KiB
PHP
<?php
|
|
defined('BASEPATH') or exit('No direct script access allowed');
|
|
$this->load->view('dist/_partials/user/header_user');
|
|
?>
|
|
<section id="hero" class="d-flex align-items-center">
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-6 d-flex flex-column justify-content-center pt-4 pt-lg-0 order-2 order-lg-1"
|
|
data-aos="fade-up" data-aos-delay="200">
|
|
<h1>Selamat Datang <br> Di Website</h1>
|
|
<h2>SISTEM INFORMASI GEOGRAFIS PEMETAAN DAERAH RAWAN PENCURIAN TERNAK DI KABUPATEN LUMAJANG</h2>
|
|
<div class="d-flex justify-content-center justify-content-lg-start">
|
|
<a href="<?php echo base_url() ?>welcome/peta?tahun=" class="btn-get-started scrollto">Lihat Peta
|
|
Zonasi Daerah Rawan Pencurian Ternak</a>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-6 order-1 order-lg-2 hero-img" data-aos="zoom-in" data-aos-delay="200">
|
|
<img src="<?php echo base_url(); ?>assets/img/peta.jpg" class="img-fluid animated" alt="">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</section><!-- End Hero -->
|
|
|
|
<main id="main">
|
|
|
|
<!-- ======= Clients Section ======= -->
|
|
<section id="clients" class="clients section-bg">
|
|
<div class="container">
|
|
<div class="row">
|
|
<label class="gerak" for="">
|
|
<marquee behavior="" direction="right"> POLITEKNIK NEGERI JEMBER </marquee>
|
|
</label>
|
|
</div>
|
|
|
|
</div>
|
|
</section><!-- End Cliens Section -->
|
|
|
|
|
|
<!-- End Contact Section -->
|
|
</main><!-- End #main -->
|
|
|
|
<?php $this->load->view('dist/_partials/footer_user'); ?>
|