Commit 6c310b06 by KyrieCettyara

Perbaikan search list

parent 2fc3037a
......@@ -15,7 +15,7 @@
<div class="col">
<div class="detail">
<?php $image = $value['gambar']; ?>
<img id="gambar" src="<?php echo base_url("upload/$image"); ?> " />
<img id="gambars" src="<?php echo base_url("upload/$image"); ?> " />
<h3 class="title"><?= $value['judul_artikel']; ?></h3>
<p><?= $value['isi_artikel']; ?></p>
</div>
......
......@@ -17,7 +17,8 @@
</head>
<body>
<div class="wrapper">
<!-- <div class="wrapper">
<div class="side-menu">
<div class="logo">
Hi, Admin!
......@@ -38,7 +39,12 @@
</div>
</div>
</div>
</div> -->z
<nav>
</nav>
</body>
</html>
\ No newline at end of file
......@@ -41,30 +41,35 @@
<div class="row">
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<a href="<?php echo base_url('list-pariwisata'); ?>">
<div class="icon-box" data-aos="fade-up" data-aos-delay="100">
<center>
<div class="icon"><i class="bx bx-world"></i></div>
</center>
<center>
<h4 class="description">Tour & Travel</h4>
<p class="description">Kami menyediakan informasi tentang Tour & Travel yang mungkin anda sukai dan ingin kunjungi</p>
<h4 class="description">Pariwisata</h4>
<p class="description">Kami menyediakan informasi tentang tempat pariwisata yang mungkin anda sukai dan ingin kunjungi</p>
</center>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<a href="<?php echo base_url('list-travel'); ?>">
<div class="icon-box">
<center>
<div class="icon"><i class="bx bx-buildings"></i></div>
</center>
<center>
<h4 class="description">Hotel</h4>
<p class="description">Kami menyediakan informasi tentang hotel dan tempat tinggal yang bisa anda tempati ketika perjalanan</p>
<h4 class="description">Travel</h4>
<p class="description">Kami menyediakan informasi tentang travel yang dapat membantu anda untuk masalah transportasi</p>
</center>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<a href="<?php echo base_url('list-oleh-oleh'); ?>">
<div class="icon-box">
<center>
<div class="icon"><i class="bx bx-gift"></i></div>
......@@ -74,9 +79,11 @@
<p class="description">Kami menyediakan informasi tentang oleh-oleh yang sesuai dengan anda dan juga khas Tapanuli Utara</p>
</center>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<a href="<?php echo base_url('list-kuliner'); ?>">
<div class="icon-box">
<center>
<div class="icon"><i class="bx bx-dish"></i></div>
......@@ -86,6 +93,7 @@
<p class="description">Kami menyediakan informasi tentang berbagai macam kuliner khas Tapanuli Utara yang menarik untuk anda nikmati</p>
</center>
</div>
</a>
</div>
</div>
</section><!-- End Services Section -->
......@@ -95,7 +103,6 @@
<div class="text-center title">
<h3 class="warna-text-hitung">What we have achieved so far</h3>
<p>Iusto et labore modi qui sapiente xpedita tempora et aut non ipsum consequatur illo.</p>
</div>
<center>
......
......@@ -66,8 +66,13 @@
<a href="<?= base_url('login') ?>" class="get-started-btn">Login</a>
<?php endif ?>
</div>
<div class="Hotbg">
<input onchange="ganti()" id="search" type="text" name="input" class="Hotbg-txt" placeholder="Search >>>">
<a id="searchb" href="" class="Hotbg-btn">
<i class="fa fa-search"></i>
......
......@@ -32,7 +32,7 @@
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top ">
<header id="header" class="position-relative">
<div class="container-fluid">
<div class="row justify-content-center">
......
......@@ -135,13 +135,16 @@ input.src {
#gambar {
width: 100%;
height: 300px;
height: 400px;
object-fit: cover;
object-position: center;
}
.detail > #gambar {
.detail > #gambars {
width: 70%;
height: 500px;
object-fit: cover;
object-position: center;
display: block;
margin-left: auto;
margin-right: auto;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment