diff --git a/README.md b/README.md index a104fded72fb068ba8971a7cb9de150372054aec..dad9d9a973a09d336640ff7b55756300344c03ea 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,20 @@ timeline(user_id) → user(user_id) | Timeline (admin) | 13521006 | ## Lighthouse - +### Sign Up + +### Log In + +### Home + +### Artikel + +### Ruang Diskusi + +### Lapor + +### Log Out + ## Authors diff --git a/src/app/components/admin/index.php b/src/app/components/admin/index.php index 85c58d9eb503760419ad2a3c10d54bbb4e521c8d..48568c1a1f64a89d8ce4d1e0a53933b32a24b73a 100644 --- a/src/app/components/admin/index.php +++ b/src/app/components/admin/index.php @@ -97,7 +97,7 @@ $result = mysqli_query($conn, $query); if (in_array($file_extension, ['jpg', 'jpeg', 'png', 'gif'])) { // Tampilkan gambar jika ekstensi file adalah gambar - echo '<img src="' . $bukti_path . '">'; + echo '<img src="' . $bukti_path . '" alt="Gambar' . $row['lapor_bukti'] . '">'; } elseif ($file_extension == 'mp4') { // Tampilkan video jika ekstensi file adalah mp4 echo '<video width="320" height="240" controls>'; diff --git a/src/public/img/lighthouse-artikel.jpg b/src/public/img/lighthouse-artikel.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2646592db55dae45dfc34ad6339851b8c513db1d Binary files /dev/null and b/src/public/img/lighthouse-artikel.jpg differ diff --git a/src/public/img/lighthouse-home.jpg b/src/public/img/lighthouse-home.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4617045138f362d616af4f73ba079b2e20338b39 Binary files /dev/null and b/src/public/img/lighthouse-home.jpg differ diff --git a/src/public/img/lighthouse-lapor.jpg b/src/public/img/lighthouse-lapor.jpg new file mode 100644 index 0000000000000000000000000000000000000000..998ba4a715dff66ec4da998d49fda8561fb10aa1 Binary files /dev/null and b/src/public/img/lighthouse-lapor.jpg differ diff --git a/src/public/img/lighthouse-login.jpg b/src/public/img/lighthouse-login.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3a28bb7229d103c2bd6b9a42db531fddd2cf704 Binary files /dev/null and b/src/public/img/lighthouse-login.jpg differ diff --git a/src/public/img/lighthouse-logout.jpg b/src/public/img/lighthouse-logout.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75568692063364fefef97fd5be78546b918fe2ae Binary files /dev/null and b/src/public/img/lighthouse-logout.jpg differ diff --git a/src/public/img/lighthouse-signup.jpg b/src/public/img/lighthouse-signup.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8526f184e30ae4a7b76da2a15ac4d66bee83755b Binary files /dev/null and b/src/public/img/lighthouse-signup.jpg differ diff --git a/src/public/img/lighthouse-timeline.jpg b/src/public/img/lighthouse-timeline.jpg new file mode 100644 index 0000000000000000000000000000000000000000..81f1a64babb1c7028b8d689f9d0c08818be5112c Binary files /dev/null and b/src/public/img/lighthouse-timeline.jpg differ