mascot added

This commit is contained in:
RetasyaSalsabila 2026-03-30 08:50:57 +07:00
parent 3ec452b1fc
commit 88b3ad8dc6
4 changed files with 5 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

View File

@ -3,7 +3,7 @@
<head> <head>
<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>E-Learning RPL SMKN 1 Tapen</title> <title>E-Learning Jurusan RPL SMKN 1 Tapen</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Sora:wght@400;600;700;800&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Sora:wght@400;600;700;800&display=swap" rel="stylesheet">

View File

@ -240,9 +240,9 @@
} }
.mascot-img { .mascot-img {
width: 130px; width: 300px; /* sesuaikan */
margin-top: 28px; height: auto;
filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1)); object-fit: contain;
} }
.mascot-placeholder { .mascot-placeholder {
@ -400,7 +400,7 @@
@if(file_exists(public_path('images/mascot.png'))) @if(file_exists(public_path('images/mascot.png')))
<img src="{{ asset('images/mascot.png') }}" class="mascot-img" alt="Mascot"> <img src="{{ asset('images/mascot.png') }}" class="mascot-img" alt="Mascot">
@else @else
<div class="mascot-placeholder">🐶</div> <img src="{{ asset('images/icon/mascot/main_mascott.png') }}" alt="Mascot" class="mascot-img">
@endif @endif
</div> </div>