1 Commits

Author SHA1 Message Date
tistopandita ad70dbd2d5 feat: add lazyloading 2026-06-05 12:24:44 +07:00
+2 -3
View File
@@ -2,6 +2,7 @@
<html lang="id" class="scroll-smooth"> <html lang="id" class="scroll-smooth">
<head> <head>
<link rel="preload" as="image" href="images/hero.webp" />
<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>Group 03 &ndash; HarusSelesaiKP | Informatika UNTAN</title> <title>Group 03 &ndash; HarusSelesaiKP | Informatika UNTAN</title>
@@ -1282,9 +1283,7 @@
</h1> </h1>
<p class="hero-description" data-skp-i18n="skp_hero_desc"> <p class="hero-description" data-skp-i18n="skp_hero_desc">
=======
<p class="hero-description" data-skp-i18n="skp_hero_desc"> <p class="hero-description" data-skp-i18n="skp_hero_desc">
>>>>>>> origin/main
Kuliah di kampus unggulan Kalimantan Barat dengan fasilitas lengkap, Kuliah di kampus unggulan Kalimantan Barat dengan fasilitas lengkap,
lingkungan nyaman dan kehidupan mahasiswa yang terjangkau lingkungan nyaman dan kehidupan mahasiswa yang terjangkau
</p> </p>
@@ -1414,7 +1413,7 @@
<!-- LIVING COST SECTION --> <!-- LIVING COST SECTION -->
<section class="living-cost-section"> <section class="living-cost-section">
<div class="cost-banner-wrapper"> <div class="cost-banner-wrapper">
<img src="images/biaya-hidup.jpg" alt="biaya hidup" class="cost-banner-img" /> <img src="images/biaya-hidup.jpg" alt="biaya hidup" class="cost-banner-img" loading="lazy" />
<div class="cost-banner-overlay"></div> <div class="cost-banner-overlay"></div>
</div> </div>