main
Ilham Wara Nugroho 2026-02-18 13:50:21 +07:00
parent 2626d4747c
commit 0c6baa3c40
2 changed files with 81 additions and 77 deletions

View File

@ -5,7 +5,7 @@
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-col md:flex-row md:items-center justify-between gap-6">
<div>
<h2 class="text-3xl font-extrabold text-slate-900 tracking-tight">Eksplorasi Dataset</h2>
<h2 class="text-3xl font-extrabold text-slate-900 tracking-tight">Eksplorasi Dataset Tambahan</h2>
<p class="text-slate-600 mt-2">Temukan data mentah kinerja lingkungan hidup</p>
</div>
<div class="relative w-full md:w-96 hidden">
@ -22,6 +22,7 @@
<!-- Sidebar Filters -->
<aside class="space-y-8">
<div class="bg-white p-6 rounded-2xl border border-slate-200 hover:border-blue-300 hover:shadow-lg transition-all">
<form action="" method="GET">
<h3 class="font-bold text-slate-900 mb-4 flex items-center">
<i data-lucide="filter" class="w-4 h-4 mr-2"></i> Filter
@ -62,6 +63,7 @@
</div>
</div>
</form>
</div>
<div class="p-6 bg-blue-600 rounded-2xl text-white shadow-xl shadow-blue-200">
<i data-lucide="info" class="mb-4"></i>

View File

@ -22,6 +22,7 @@
<!-- Sidebar Filters -->
<aside class="space-y-8">
<div class="bg-white p-6 rounded-2xl border border-slate-200 hover:border-blue-300 hover:shadow-lg transition-all">
<form action="" method="GET">
<h3 class="font-bold text-slate-900 mb-4 flex items-center">
<i data-lucide="filter" class="w-4 h-4 mr-2"></i> Filter
@ -62,6 +63,7 @@
</div>
</div>
</form>
</div>
<div class="p-6 bg-blue-600 rounded-2xl text-white shadow-xl shadow-blue-200">
<i data-lucide="info" class="mb-4"></i>