Update Page sig-03
This commit is contained in:
@@ -24,7 +24,7 @@ $projects = [
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
'slug' => 'sig-03',
|
'slug' => 'sig-03',
|
||||||
'title' => 'BantSOSial GIS',
|
'title' => 'Poverty-Mapping GIS',
|
||||||
'desc' => 'Distribusi bantuan sosial: peta sebaran rumah penerima, pusat distribusi, dan laporan jangkauan radius.',
|
'desc' => 'Distribusi bantuan sosial: peta sebaran rumah penerima, pusat distribusi, dan laporan jangkauan radius.',
|
||||||
'tags' => ['Leaflet', 'PHP', 'MySQL'],
|
'tags' => ['Leaflet', 'PHP', 'MySQL'],
|
||||||
'icon' => '🕌',
|
'icon' => '🕌',
|
||||||
|
|||||||
+2
-2
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>BantSOSial GIS — Distribusi Bantuan Sosial</title>
|
<title>Poverty-Mapping GIS — Distribusi Bantuan Sosial</title>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"/>
|
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"/>
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=DM+Mono:wght@400;500&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=DM+Mono:wght@400;500&display=swap" rel="stylesheet">
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
<div class="nav-brand">
|
<div class="nav-brand">
|
||||||
<span class="nav-brand-icon">🕌</span>
|
<span class="nav-brand-icon">🕌</span>
|
||||||
<div>
|
<div>
|
||||||
<div class="nav-brand-title">BantSOSial GIS</div>
|
<div class="nav-brand-title">Poverty-Mapping GIS</div>
|
||||||
<div class="nav-brand-sub">Distribusi Bantuan Sosial</div>
|
<div class="nav-brand-sub">Distribusi Bantuan Sosial</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* BantSOSial GIS — script.js
|
* Poverty-Mapping GIS — script.js
|
||||||
* WebGIS Distribusi Bantuan Sosial
|
* WebGIS Distribusi Bantuan Sosial
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
/* ===================================================================
|
/* ===================================================================
|
||||||
BantSOSial GIS — style.css
|
Poverty-Mapping GIS — style.css
|
||||||
=================================================================== */
|
=================================================================== */
|
||||||
|
|
||||||
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
||||||
|
|||||||
Reference in New Issue
Block a user