Initial landing page
This commit is contained in:
+49
@@ -0,0 +1,49 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="id">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Portfolio Tugas WebGIS</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>D1041231004 - Karoo V</h1>
|
||||
<p>Portfolio Project Deployment Coolify</p>
|
||||
</header>
|
||||
|
||||
<div class="projects">
|
||||
|
||||
<div class="card">
|
||||
<h2>WebGIS Poverty Mapping</h2>
|
||||
<p>
|
||||
Sistem pemetaan keluarga miskin berbasis partisipasi rumah ibadah
|
||||
untuk membantu distribusi bantuan sosial.
|
||||
</p>
|
||||
<a href="http://c484s0wks8gcok4004c0400w.203.24.51.230.sslip.io/login.php" target="_blank">
|
||||
Buka Aplikasi
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h2>WebGIS SPBU</h2>
|
||||
<p>
|
||||
Sistem informasi geografis untuk pemetaan lokasi SPBU
|
||||
beserta informasi pendukungnya.
|
||||
</p>
|
||||
<a href="http://l0swgws08ksoco8cokwgc80s.203.24.51.230.sslip.io/" target="_blank">
|
||||
Buka Aplikasi
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>Program Studi Informatika - Universitas Tanjungpura</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user