feat: add module-specific directory structure, routing, and environment security configuration
This commit is contained in:
+4
-4
@@ -994,7 +994,7 @@
|
||||
<div class="projects-grid">
|
||||
<!-- ===== PROJECT 1: POVERTY ===== -->
|
||||
<a
|
||||
href="/webgis/poverty/index.php"
|
||||
href="poverty/index.php"
|
||||
class="project-card"
|
||||
id="card-poverty"
|
||||
style="animation-delay: 0.05s"
|
||||
@@ -1050,7 +1050,7 @@
|
||||
|
||||
<!-- ===== PROJECT 2: JALAN ===== -->
|
||||
<a
|
||||
href="/webgis/jalan/index.php"
|
||||
href="jalan/index.php"
|
||||
class="project-card"
|
||||
id="card-jalan"
|
||||
style="animation-delay: 0.1s"
|
||||
@@ -1102,7 +1102,7 @@
|
||||
|
||||
<!-- ===== PROJECT 3: PARSIL ===== -->
|
||||
<a
|
||||
href="/webgis/parsil/index.php"
|
||||
href="parsil/index.php"
|
||||
class="project-card"
|
||||
id="card-parsil"
|
||||
style="animation-delay: 0.15s"
|
||||
@@ -1154,7 +1154,7 @@
|
||||
|
||||
<!-- ===== PROJECT 4: SPBU ===== -->
|
||||
<a
|
||||
href="/webgis/spbu/index.php"
|
||||
href="spbu/index.php"
|
||||
class="project-card"
|
||||
id="card-spbu"
|
||||
style="animation-delay: 0.2s"
|
||||
|
||||
Reference in New Issue
Block a user