Merge pull request 'feat: add lazyloading' (#8) from feature/lazyloading into main
Reviewed-on: tisto/student-web-if-development-kit#8 Reviewed-by: pancaa <d1041231077@student.untan.ac.id>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<html lang="id" class="scroll-smooth">
|
||||
|
||||
<head>
|
||||
<link rel="preload" as="image" href="images/hero.webp" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Group 03 – HarusSelesaiKP | Informatika UNTAN</title>
|
||||
@@ -1282,9 +1283,7 @@
|
||||
</h1>
|
||||
|
||||
<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,
|
||||
lingkungan nyaman dan kehidupan mahasiswa yang terjangkau
|
||||
</p>
|
||||
@@ -1414,7 +1413,7 @@
|
||||
<!-- LIVING COST SECTION -->
|
||||
<section class="living-cost-section">
|
||||
<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user