263 lines
7.3 KiB
PHP
263 lines
7.3 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="id">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Landing Page WebGIS SIG</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<style>
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: Arial, sans-serif;
|
|
background: #f3f4f6;
|
|
color: #1f2937;
|
|
}
|
|
|
|
.hero {
|
|
background: linear-gradient(135deg, #1e3a8a, #2563eb);
|
|
color: white;
|
|
padding: 46px 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.hero h1 {
|
|
margin: 0 0 10px;
|
|
font-size: 34px;
|
|
}
|
|
|
|
.hero p {
|
|
margin: 5px 0;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.container {
|
|
max-width: 1150px;
|
|
margin: 30px auto;
|
|
padding: 0 20px;
|
|
}
|
|
|
|
.section-title {
|
|
margin: 30px 0 16px;
|
|
font-size: 24px;
|
|
color: #1d4ed8;
|
|
}
|
|
|
|
.grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
|
|
gap: 18px;
|
|
}
|
|
|
|
.card {
|
|
background: white;
|
|
border-radius: 16px;
|
|
padding: 22px;
|
|
border: 1px solid #e5e7eb;
|
|
box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
|
|
}
|
|
|
|
.card h3 {
|
|
margin: 0 0 10px;
|
|
color: #1d4ed8;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.card p {
|
|
margin: 0;
|
|
color: #4b5563;
|
|
line-height: 1.5;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.btn {
|
|
display: inline-block;
|
|
margin-top: 14px;
|
|
padding: 10px 14px;
|
|
background: #2563eb;
|
|
color: white;
|
|
text-decoration: none;
|
|
border-radius: 10px;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.btn:hover {
|
|
background: #1d4ed8;
|
|
}
|
|
|
|
.info-box {
|
|
background: white;
|
|
border-left: 5px solid #2563eb;
|
|
border-radius: 12px;
|
|
padding: 18px;
|
|
margin-top: 18px;
|
|
line-height: 1.6;
|
|
box-shadow: 0 6px 18px rgba(0,0,0,0.06);
|
|
}
|
|
|
|
.table-wrapper {
|
|
overflow-x: auto;
|
|
background: white;
|
|
border-radius: 16px;
|
|
box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
|
|
border: 1px solid #e5e7eb;
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
min-width: 720px;
|
|
}
|
|
|
|
th, td {
|
|
padding: 13px 14px;
|
|
border-bottom: 1px solid #e5e7eb;
|
|
text-align: left;
|
|
font-size: 14px;
|
|
}
|
|
|
|
th {
|
|
background: #1d4ed8;
|
|
color: white;
|
|
}
|
|
|
|
tr:last-child td {
|
|
border-bottom: none;
|
|
}
|
|
|
|
code {
|
|
background: #eff6ff;
|
|
color: #1e40af;
|
|
padding: 3px 6px;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
footer {
|
|
text-align: center;
|
|
color: #6b7280;
|
|
font-size: 14px;
|
|
padding: 28px 20px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<section class="hero">
|
|
<h1>WebGIS Poverty Mapping</h1>
|
|
<p>Tugas Besar Sistem Informasi Geografis</p>
|
|
<p><strong>Talitha Syakirah Artanti - D1041231013</strong></p>
|
|
<p>Informatika Fakultas Teknik Universitas Tanjungpura</p>
|
|
</section>
|
|
|
|
<main class="container">
|
|
|
|
<h2 class="section-title">Daftar Project SIG</h2>
|
|
|
|
<div class="grid">
|
|
<div class="card">
|
|
<h3>1. Pemetaan SPBU</h3>
|
|
<p>
|
|
Project WebGIS untuk menampilkan lokasi SPBU di Kota Pontianak.
|
|
</p>
|
|
<a class="btn" href="1_Pemetaan_SPBU/">Buka Project</a>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<h3>2. SPBU, Jalan, Parsil Tanah dan Layer</h3>
|
|
<p>
|
|
Project WebGIS dengan beberapa layer seperti SPBU, jalan, dan parsil tanah.
|
|
</p>
|
|
<a class="btn" href="2_SPBU_Jalan_ParsilTanah_dan_Layer/">Buka Project</a>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<h3>3. Poverty Mapping</h3>
|
|
<p>
|
|
Project utama untuk pemetaan masyarakat prasejahtera, rumah ibadah,
|
|
laporan masyarakat, dan histori bantuan.
|
|
</p>
|
|
<a class="btn" href="3_PovertyMapping/">Buka Project</a>
|
|
</div>
|
|
</div>
|
|
|
|
<h2 class="section-title">Informasi Link</h2>
|
|
|
|
<div class="info-box">
|
|
<strong>URL Landing Page:</strong><br>
|
|
<code>http://p0kog44sc08ocscwkgss8okw.203.24.51.230.sslip.io/</code>
|
|
<br><br>
|
|
|
|
<strong>URL Pemetaan SPBU:</strong><br>
|
|
<code>http://p0kog44sc08ocscwkgss8okw.203.24.51.230.sslip.io/1_Pemetaan_SPBU/</code>
|
|
<br><br>
|
|
|
|
<strong>URL Pemetaan SPBU, Jalan, Parsil Tanah dan Layer:</strong><br>
|
|
<code>http://p0kog44sc08ocscwkgss8okw.203.24.51.230.sslip.io/2_SPBU_Jalan_ParsilTanah_dan_Layer/</code>
|
|
<br><br>
|
|
|
|
<strong>URL Poverty Mapping:</strong><br>
|
|
<code>http://p0kog44sc08ocscwkgss8okw.203.24.51.230.sslip.io/3_PovertyMapping/</code>
|
|
<br><br>
|
|
|
|
<strong>Repository Gitea:</strong><br>
|
|
<code>https://git.ifuntanhub.dev/Talitha_Syakirah_Artanti/UAS_SIG_WEBGIS_TalithaSyakirahArtanti_D1041231013.git</code>
|
|
<br><br>
|
|
|
|
<strong>Catatan:</strong><br>
|
|
Landing page ini digunakan sebagai halaman utama yang mengarahkan pengguna ke seluruh project SIG.
|
|
</div>
|
|
|
|
<h2 class="section-title">Akun Demo Poverty Mapping</h2>
|
|
|
|
<div class="table-wrapper">
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>Role</th>
|
|
<th>Username</th>
|
|
<th>Password</th>
|
|
<th>Hak Akses</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>Admin</td>
|
|
<td>admin</td>
|
|
<td>password</td>
|
|
<td>Mengelola data, akun dinas, laporan masyarakat, dan data WebGIS.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Walikota</td>
|
|
<td>walikota</td>
|
|
<td>password</td>
|
|
<td>Melihat dan mengunduh seluruh data tanpa melakukan perubahan data.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Dinas</td>
|
|
<td>dinas</td>
|
|
<td>password</td>
|
|
<td>Melihat dan mengunduh data sesuai kebutuhan instansi.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Masyarakat</td>
|
|
<td>-</td>
|
|
<td>-</td>
|
|
<td>Mengirim laporan cepat melalui fitur laporan masyarakat.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
© 2026 - WebGIS SIG Talitha Syakirah Artanti
|
|
</footer>
|
|
|
|
</body>
|
|
</html> |