Initial commit
This commit is contained in:
+206
@@ -0,0 +1,206 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="id">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Dashboard WebGIS Partisipasi</title>
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" />
|
||||
<style>
|
||||
/* ===== RESET ===== */
|
||||
*, *::before, *::after {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Segoe UI', Arial, sans-serif;
|
||||
background: #f0f2f5;
|
||||
color: #333;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
/* ===== HEADER ===== */
|
||||
header {
|
||||
background: linear-gradient(135deg, #1a6b3c, #2d9e5f);
|
||||
color: #fff;
|
||||
padding: 15px 25px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 15px;
|
||||
box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
|
||||
}
|
||||
|
||||
header h1 {
|
||||
font-size: 1.4rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
header small {
|
||||
font-size: .85rem;
|
||||
opacity: .9;
|
||||
}
|
||||
|
||||
/* ===== MAIN CONTENT ===== */
|
||||
main {
|
||||
flex: 1;
|
||||
padding: 40px 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.welcome-text {
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.welcome-text h2 {
|
||||
font-size: 2rem;
|
||||
color: #1a6b3c;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.welcome-text p {
|
||||
font-size: 1rem;
|
||||
color: #666;
|
||||
max-width: 600px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* ===== CARDS ===== */
|
||||
.cards-container {
|
||||
display: flex;
|
||||
gap: 25px;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
||||
.card {
|
||||
background: #fff;
|
||||
border-radius: 12px;
|
||||
width: 300px;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
|
||||
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.card:hover {
|
||||
transform: translateY(-8px);
|
||||
box-shadow: 0 12px 20px rgba(0, 0, 0, .15);
|
||||
}
|
||||
|
||||
.card-icon {
|
||||
height: 140px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 4rem;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.bg-green { background: linear-gradient(135deg, #1a6b3c, #2d9e5f); }
|
||||
.bg-orange { background: linear-gradient(135deg, #e08020, #f59e42); }
|
||||
.bg-blue { background: linear-gradient(135deg, #1976d2, #42a5f5); }
|
||||
|
||||
.card-content {
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.card-content h3 {
|
||||
font-size: 1.2rem;
|
||||
margin-bottom: 10px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.card-content p {
|
||||
font-size: 0.9rem;
|
||||
color: #777;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.card-footer {
|
||||
background: #f8f9fa;
|
||||
padding: 12px;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
font-size: 0.9rem;
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
|
||||
.card:hover .card-footer {
|
||||
background: #e8f5e9;
|
||||
color: #1a6b3c;
|
||||
}
|
||||
.card.card-orange:hover .card-footer { background: #fff3e0; color: #e08020; }
|
||||
.card.card-blue:hover .card-footer { background: #e3f2fd; color: #1976d2; }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<i class="fa-solid fa-map-location-dot fa-2x"></i>
|
||||
<div>
|
||||
<h1>Portal WebGIS Terpadu</h1>
|
||||
<small>Sistem Informasi Geografis Multi-Sektor</small>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<div class="welcome-text">
|
||||
<h2>Selamat Datang</h2>
|
||||
<p>Silakan pilih modul peta yang ingin Anda akses di bawah ini. Setiap modul memiliki fungsi dan data pemetaan yang spesifik.</p>
|
||||
</div>
|
||||
|
||||
<div class="cards-container">
|
||||
<!-- Card 1: Bantuan -->
|
||||
<a href="map_bantuan.html" class="card">
|
||||
<div class="card-icon bg-green">
|
||||
<i class="fa-solid fa-hands-holding-child"></i>
|
||||
</div>
|
||||
<div class="card-content">
|
||||
<h3>Peta Bantuan & Rumah Ibadah</h3>
|
||||
<p>Pemetaan partisipasi rumah ibadah dalam pengentasan kemiskinan dan distribusi bantuan.</p>
|
||||
</div>
|
||||
<div class="card-footer">Buka Peta <i class="fa-solid fa-arrow-right"></i></div>
|
||||
</a>
|
||||
|
||||
<!-- Card 2: SPBU -->
|
||||
<a href="map_spbu.html" class="card card-orange">
|
||||
<div class="card-icon bg-orange">
|
||||
<i class="fa-solid fa-gas-pump"></i>
|
||||
</div>
|
||||
<div class="card-content">
|
||||
<h3>Peta SPBU</h3>
|
||||
<p>Pemetaan lokasi Stasiun Pengisian Bahan Bakar Umum (SPBU), status operasional 24 jam, dan info kontak.</p>
|
||||
</div>
|
||||
<div class="card-footer" style="color: #e08020;">Buka Peta <i class="fa-solid fa-arrow-right"></i></div>
|
||||
</a>
|
||||
|
||||
<!-- Card 3: Parsil -->
|
||||
<a href="map_parsil.html" class="card card-blue">
|
||||
<div class="card-icon bg-blue">
|
||||
<i class="fa-solid fa-road"></i>
|
||||
</div>
|
||||
<div class="card-content">
|
||||
<h3>Peta Parsil & Jalan</h3>
|
||||
<p>Informasi jaringan jalan dan bidang tanah (parsil) untuk keperluan perencanaan wilayah.</p>
|
||||
</div>
|
||||
<div class="card-footer" style="color: #1976d2;">Buka Peta <i class="fa-solid fa-arrow-right"></i></div>
|
||||
</a>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user