tukar logo mbip

This commit is contained in:
Saufi
2026-05-19 20:56:46 +08:00
parent 201595912f
commit b48319f77d
7 changed files with 14 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -14,7 +14,8 @@
<body class="d-flex align-items-center justify-content-center py-5">
<div class="w-100 px-3">
<div class="text-center mb-4">
<i class="bi bi-award-fill text-white" style="font-size: 3rem;"></i>
<img src="{{ asset('images/MBIP-2024-300x300.png') }}" alt="MBIP"
style="width:80px;height:80px;object-fit:contain;border-radius:12px;background:white;padding:6px;">
<h4 class="text-white fw-bold mt-2 mb-0">mySijil@MBIP</h4>
<small class="text-white opacity-75">Sistem Pengurusan Sijil Digital</small>
</div>

View File

@@ -14,7 +14,8 @@
<body class="d-flex align-items-center justify-content-center py-5">
<div class="w-100 px-3">
<div class="text-center mb-4">
<i class="bi bi-award-fill text-white" style="font-size: 3rem;"></i>
<img src="{{ asset('images/MBIP-2024-300x300.png') }}" alt="MBIP"
style="width:80px;height:80px;object-fit:contain;border-radius:12px;background:white;padding:6px;">
<h4 class="text-white fw-bold mt-2 mb-0">mySijil@MBIP</h4>
<small class="text-white opacity-75">Sistem Pengurusan Sijil Digital</small>
</div>

View File

@@ -14,7 +14,8 @@
<body class="d-flex align-items-center justify-content-center py-5">
<div class="w-100 px-3">
<div class="text-center mb-4">
<i class="bi bi-award-fill text-white" style="font-size: 3rem;"></i>
<img src="{{ asset('images/MBIP-2024-300x300.png') }}" alt="MBIP"
style="width:80px;height:80px;object-fit:contain;border-radius:12px;background:white;padding:6px;">
<h4 class="text-white fw-bold mt-2 mb-0">mySijil@MBIP</h4>
<small class="text-white opacity-75">Sistem Pengurusan Sijil Digital</small>
</div>

View File

@@ -15,7 +15,8 @@
{{-- Sidebar --}}
<nav class="sidebar d-none d-md-flex flex-column" style="min-height:100vh; width:260px; flex-shrink:0;">
<div class="sidebar-brand">
<h5><i class="bi bi-award-fill me-2"></i>eCert MBIP</h5>
<h5><img src="{{ asset('images/MBIP-2024-300x300.png') }}" alt="MBIP"
style="height:32px;width:32px;object-fit:contain;border-radius:6px;background:white;padding:3px;vertical-align:middle;" class="me-2">eCert MBIP</h5>
<small>Sistem Pengurusan Sijil Digital</small>
</div>
@@ -88,7 +89,8 @@
{{-- Top Navbar (mobile) --}}
<nav class="navbar navbar-light bg-white border-bottom d-md-none px-3">
<span class="navbar-brand fw-bold text-primary mb-0">
<i class="bi bi-award-fill me-1"></i>mySijil@MBIP
<img src="{{ asset('images/MBIP-2024-300x300.png') }}" alt="MBIP"
style="height:26px;width:26px;object-fit:contain;vertical-align:middle;" class="me-1">mySijil@MBIP
</span>
<button class="btn btn-sm btn-outline-secondary" data-bs-toggle="offcanvas" data-bs-target="#mobileSidebar">
<i class="bi bi-list"></i>
@@ -146,7 +148,8 @@
{{-- Mobile Offcanvas Sidebar --}}
<div class="offcanvas offcanvas-start" tabindex="-1" id="mobileSidebar" style="width:260px; background: var(--mbip-primary);">
<div class="offcanvas-header border-bottom border-white border-opacity-25">
<h6 class="text-white mb-0"><i class="bi bi-award-fill me-2"></i>eCert MBIP</h6>
<h6 class="text-white mb-0"><img src="{{ asset('images/MBIP-2024-300x300.png') }}" alt="MBIP"
style="height:26px;width:26px;object-fit:contain;border-radius:4px;background:white;padding:2px;vertical-align:middle;" class="me-2">eCert MBIP</h6>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas"></button>
</div>
<div class="offcanvas-body p-0">

View File

@@ -19,7 +19,8 @@
<div class="public-hero">
<div class="public-container px-3 pt-2 pb-3">
<div class="d-flex align-items-center mb-2">
<i class="bi bi-award-fill fs-4 me-2 opacity-75"></i>
<img src="{{ asset('images/MBIP-2024-300x300.png') }}" alt="MBIP"
style="height:28px;width:28px;object-fit:contain;vertical-align:middle;" class="me-2">
<span class="fw-bold" style="font-size:.9rem; letter-spacing:.5px;">mySijil@MBIP</span>
</div>
@yield('hero')