From 593a6e2487f1da7d306ae4c2bca8d8be9485c914 Mon Sep 17 00:00:00 2001 From: Araya's Project <119692205+Araayaaa@users.noreply.github.com> Date: Wed, 10 Jun 2026 13:50:28 +0700 Subject: [PATCH] Update Page sig-03 --- index.php | 2 +- sig-03/index.html | 4 ++-- sig-03/script.js | 2 +- sig-03/style.css | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index 2f06e08..c4a7b06 100644 --- a/index.php +++ b/index.php @@ -24,7 +24,7 @@ $projects = [ ], [ 'slug' => 'sig-03', - 'title' => 'BantSOSial GIS', + 'title' => 'Poverty-Mapping GIS', 'desc' => 'Distribusi bantuan sosial: peta sebaran rumah penerima, pusat distribusi, dan laporan jangkauan radius.', 'tags' => ['Leaflet', 'PHP', 'MySQL'], 'icon' => '🕌', diff --git a/sig-03/index.html b/sig-03/index.html index fdbd84f..c448a72 100644 --- a/sig-03/index.html +++ b/sig-03/index.html @@ -3,7 +3,7 @@ - BantSOSial GIS — Distribusi Bantuan Sosial + Poverty-Mapping GIS — Distribusi Bantuan Sosial @@ -18,7 +18,7 @@ diff --git a/sig-03/script.js b/sig-03/script.js index 31df933..3d89f4b 100644 --- a/sig-03/script.js +++ b/sig-03/script.js @@ -1,5 +1,5 @@ /** - * BantSOSial GIS — script.js + * Poverty-Mapping GIS — script.js * WebGIS Distribusi Bantuan Sosial */ diff --git a/sig-03/style.css b/sig-03/style.css index d11596a..836846b 100644 --- a/sig-03/style.css +++ b/sig-03/style.css @@ -1,5 +1,5 @@ /* =================================================================== - BantSOSial GIS — style.css + Poverty-Mapping GIS — style.css =================================================================== */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }