Merge pull request 'chore: replace low-res images with upscaled versions' (#2) from chore/upscale-images into main

Reviewed-on: tisto/student-web-if-development-kit#2
Reviewed-by: requestha <d1041231091@student.untan.ac.id>
Reviewed-by: pancaa <d1041231077@student.untan.ac.id>
This commit is contained in:
2026-06-04 17:05:53 +00:00
6 changed files with 5 additions and 5 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

+5 -5
View File
@@ -2058,7 +2058,7 @@
<section class="living-cost-section"> <section class="living-cost-section">
<div class="cost-banner-wrapper"> <div class="cost-banner-wrapper">
<img <img
src="images/biaya-hidup.png" src="images/biaya-hidup.jpg"
alt="biaya hidup" alt="biaya hidup"
class="cost-banner-img" class="cost-banner-img"
/> />
@@ -2775,7 +2775,7 @@
}, },
{ {
category: "CS", category: "CS",
image: "images/cw-coffee.png", image: "images/cw-coffee.jpg",
name: "CW Coffee", name: "CW Coffee",
descKey: "skp_cul_cw_desc", descKey: "skp_cul_cw_desc",
href: "https://maps.app.goo.gl/xRJn6eM93PonZFfWA", href: "https://maps.app.goo.gl/xRJn6eM93PonZFfWA",
@@ -2789,7 +2789,7 @@
}, },
{ {
category: "CS", category: "CS",
image: "images/toko-kami.png", image: "images/toko-kami.jpg",
name: "Toko Kami", name: "Toko Kami",
descKey: "skp_cul_kami_desc", descKey: "skp_cul_kami_desc",
href: "https://maps.app.goo.gl/Nc9TX7aSQAJNr7es7", href: "https://maps.app.goo.gl/Nc9TX7aSQAJNr7es7",
@@ -2803,14 +2803,14 @@
}, },
{ {
category: "CS", category: "CS",
image: "images/weng-coffee.png", image: "images/weng-coffee.jpg",
name: "Weng Coffee", name: "Weng Coffee",
descKey: "skp_cul_weng_desc", descKey: "skp_cul_weng_desc",
href: "https://maps.app.goo.gl/EW3C4fjh4ZEpiRf18", href: "https://maps.app.goo.gl/EW3C4fjh4ZEpiRf18",
}, },
{ {
category: "CS", category: "CS",
image: "images/tropic-coffee.png", image: "images/tropic.jpg",
name: "Tropic Coffee", name: "Tropic Coffee",
descKey: "skp_cul_tropic_desc", descKey: "skp_cul_tropic_desc",
href: "https://maps.app.goo.gl/b3P9QJMk4mBPHoQM9", href: "https://maps.app.goo.gl/b3P9QJMk4mBPHoQM9",