forked from izu/student-web-if-development-kit
feature/fix-ukuran-foto-about #5
@@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="id" class="scroll-smooth">
|
<html lang="id" class="scroll-smooth">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
@@ -1172,17 +1172,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<main id="main-content" class="min-h-screen bg-white">
|
<main id="main-content" class="min-h-screen bg-white">
|
||||||
<div class="container mx-auto px-4 lg:px-8" style="padding-top: calc(88px + 3rem);">
|
|
||||||
<div class="mb-8 pb-8 border-b border-slate-200">
|
|
||||||
<span
|
|
||||||
class="bg-untan-yellow text-slate-900 text-[10px] font-bold uppercase tracking-widest px-2 py-0.5 inline-block mb-3">Tugas
|
|
||||||
Halaman Statis</span>
|
|
||||||
<h1 class="text-3xl lg:text-4xl font-bold text-slate-900 mb-2">Kehidupan Mahasiswa & Himpunan (HMIF)
|
|
||||||
</h1>
|
|
||||||
<p class="text-slate-500 text-sm">Kelompok 07 — LIMA EM · Informatika UNTAN
|
|
||||||
2026</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="assignment-body" class="w-full">
|
<div id="assignment-body" class="w-full">
|
||||||
<!-- ================= START: BAGIAN YANG DIEDIT KELOMPOK ================= -->
|
<!-- ================= START: BAGIAN YANG DIEDIT KELOMPOK ================= -->
|
||||||
<!-- Hero Section -->
|
<!-- Hero Section -->
|
||||||
@@ -1297,9 +1287,10 @@
|
|||||||
|
|
||||||
<!-- Frame foto — overflow hidden, foto full width tanpa crop -->
|
<!-- Frame foto — overflow hidden, foto full width tanpa crop -->
|
||||||
<div
|
<div
|
||||||
class="relative rounded-2xl lg:rounded-3xl overflow-hidden shadow-2xl z-10 group cursor-default">
|
class="relative rounded-2xl lg:rounded-3xl overflow-hidden shadow-2xl z-10 group cursor-default"
|
||||||
|
style="height: 420px;">
|
||||||
<img src="./assets/images/ruang-tumbuh/ruangtumbuh_foto.jpeg"
|
<img src="./assets/images/ruang-tumbuh/ruangtumbuh_foto.jpeg"
|
||||||
alt="Ruang Tumbuh HMIF Universitas Tanjungpura" class="w-full h-auto block
|
alt="Ruang Tumbuh HMIF Universitas Tanjungpura" class="w-full h-full object-cover block
|
||||||
transition-transform duration-700 ease-out group-hover:scale-[1.03]" />
|
transition-transform duration-700 ease-out group-hover:scale-[1.03]" />
|
||||||
<!-- Gradient overlay bawah -->
|
<!-- Gradient overlay bawah -->
|
||||||
<div class="absolute inset-0
|
<div class="absolute inset-0
|
||||||
@@ -1331,7 +1322,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Partner & Kolaborator -->
|
<!-- Partner & Kolaborator -->
|
||||||
<section id="partners" class="bg-white py-16">
|
<section id="partners" class="bg-white pb-16">
|
||||||
<div class="max-w-7xl 2xl:max-w-[1440px] mx-auto px-6 lg:px-12">
|
<div class="max-w-7xl 2xl:max-w-[1440px] mx-auto px-6 lg:px-12">
|
||||||
<h2 data-i18n="grp_limaem_partners_title"
|
<h2 data-i18n="grp_limaem_partners_title"
|
||||||
class="text-2xl lg:text-3xl font-extrabold text-gray-900 mb-10">
|
class="text-2xl lg:text-3xl font-extrabold text-gray-900 mb-10">
|
||||||
|
|||||||
Reference in New Issue
Block a user