fixed assets

This commit is contained in:
2026-08-18 14:36:32 +07:00
parent 387dfb1676
commit f154ae07ea
12 changed files with 1080 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 MiB

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 930 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 522 KiB

View File

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 MiB

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 MiB

File diff suppressed because one or more lines are too long

View File

@@ -28,7 +28,7 @@
/> />
<meta <meta
property="og:image" property="og:image"
content="https://kuliah-hybrid-tangerang.utpas.id/assets/hero-image.png" content="https://kuliah-hybrid-tangerang.utpas.id/assets/hero-image.jpg"
/> />
<meta <meta
property="og:url" property="og:url"
@@ -36,11 +36,11 @@
/> />
<meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:card" content="summary_large_image" />
<link rel="icon" type="image/png" href="./assets/favicon.png" /> <link rel="icon" type="image/jpeg" href="./assets/favicon.jpg" />
<link <link
rel="apple-touch-icon" rel="apple-touch-icon"
sizes="76x76" sizes="76x76"
href="./assets/favicon.png" href="./assets/favicon.jpg"
/> />
<link rel="stylesheet" href="./assets/styles.css" /> <link rel="stylesheet" href="./assets/styles.css" />
<link rel="stylesheet" href="./assets/index.css" /> <link rel="stylesheet" href="./assets/index.css" />
@@ -115,7 +115,7 @@
<body class="antialiased bg-background"> <body class="antialiased bg-background">
<div class="py-4 lg:px-32 bg-background"> <div class="py-4 lg:px-32 bg-background">
<img <img
src="./assets/logo-utpas-color-h-dark.png" src="./assets/logo-horizontal.svg"
alt="Logo Universitas Utpadaka Swastika (UTPAS) Tangerang" alt="Logo Universitas Utpadaka Swastika (UTPAS) Tangerang"
width="200" width="200"
class="mx-auto lg:mx-0" class="mx-auto lg:mx-0"
@@ -130,7 +130,7 @@
<div <div
role="img" role="img"
aria-label="Mahasiswa UTPAS menjalani kuliah hybrid di Tangerang" aria-label="Mahasiswa UTPAS menjalani kuliah hybrid di Tangerang"
class="h-full bg-[url('./hero-image.png')] bg-cover bg-center brightness-80 lg:rounded-4xl" class="h-full bg-[url('./hero-image.jpg')] bg-cover bg-center brightness-80 lg:rounded-4xl"
></div> ></div>
</div> </div>
<div class="p-8 lg:py-16 lg:pl-32 space-y-8"> <div class="p-8 lg:py-16 lg:pl-32 space-y-8">
@@ -267,7 +267,7 @@
<div <div
role="img" role="img"
aria-label="Persyaratan peserta Beasiswa Kemitraan Kelurahan UTPAS Tangerang" aria-label="Persyaratan peserta Beasiswa Kemitraan Kelurahan UTPAS Tangerang"
class="h-full bg-[url('./persyaratan-peserta-hero-image.png')] bg-center bg-cover brightness-80 lg:rounded-4xl" class="h-full bg-[url('./persyaratan-peserta-hero-image.jpg')] bg-center bg-cover brightness-80 lg:rounded-4xl"
></div> ></div>
</div> </div>
<div class="p-8 lg:p-32 lg:py-16"> <div class="p-8 lg:p-32 lg:py-16">
@@ -723,7 +723,7 @@
> >
<div class="space-y-4"> <div class="space-y-4">
<img <img
src="./assets/logo-utpas-color-dark.png" src="./assets/logo.svg"
alt="Logo Universitas Utpadaka Swastika (UTPAS) Tangerang" alt="Logo Universitas Utpadaka Swastika (UTPAS) Tangerang"
width="120" width="120"
class="mx-auto mb-8" class="mx-auto mb-8"