mascot added
This commit is contained in:
parent
3ec452b1fc
commit
88b3ad8dc6
Binary file not shown.
|
After Width: | Height: | Size: 422 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 126 KiB |
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<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://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">
|
||||
|
||||
|
|
|
|||
|
|
@ -240,9 +240,9 @@
|
|||
}
|
||||
|
||||
.mascot-img {
|
||||
width: 130px;
|
||||
margin-top: 28px;
|
||||
filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
|
||||
width: 300px; /* sesuaikan */
|
||||
height: auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.mascot-placeholder {
|
||||
|
|
@ -400,7 +400,7 @@
|
|||
@if(file_exists(public_path('images/mascot.png')))
|
||||
<img src="{{ asset('images/mascot.png') }}" class="mascot-img" alt="Mascot">
|
||||
@else
|
||||
<div class="mascot-placeholder">🐶</div>
|
||||
<img src="{{ asset('images/icon/mascot/main_mascott.png') }}" alt="Mascot" class="mascot-img">
|
||||
@endif
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue