From f4af4d2db8c1448a138b1e21f1a1dccbe211d914 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Thu, 27 Aug 2026 03:25:02 +0300 Subject: [PATCH] feat: Embed official Saqel Logo across all navbars and footers, setup browser favicons, and integrate StitchMCP design pipeline --- backend/app/Views/LandingPage.php | 23 ++++++++++---------- backend/app/Views/MilitaryCulturePitch.php | 4 +++- backend/app/Views/StudentPortal.php | 4 +++- backend/app/Views/TeacherPortal.php | 4 +++- backend/public/assets/images/saqel_logo.jpg | Bin 0 -> 469885 bytes backend/public/favicon.ico | Bin 0 -> 469885 bytes 6 files changed, 21 insertions(+), 14 deletions(-) create mode 100644 backend/public/assets/images/saqel_logo.jpg create mode 100644 backend/public/favicon.ico diff --git a/backend/app/Views/LandingPage.php b/backend/app/Views/LandingPage.php index 6b6a99a..03ecf96 100644 --- a/backend/app/Views/LandingPage.php +++ b/backend/app/Views/LandingPage.php @@ -13,6 +13,8 @@ class LandingPage منصة صَقِل التعليمية — الجيل الثاني للتمكين الأكاديمي والتوجيهي + + @@ -88,18 +90,17 @@ class LandingPage gap: 12px; text-decoration: none; } - .logo-badge { + .logo-img { width: 38px; height: 38px; border-radius: 10px; - background: linear-gradient(135deg, #0071E3, #00F5D4); - display: flex; - align-items: center; - justify-content: center; - color: #FFFFFF; - font-size: 20px; - font-weight: 800; - box-shadow: 0 4px 16px rgba(0, 113, 227, 0.35); + object-fit: cover; + box-shadow: 0 0 16px rgba(0, 245, 212, 0.35); + border: 1px solid rgba(255, 255, 255, 0.15); + transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1); + } + .logo-area:hover .logo-img { + transform: scale(1.06); } .brand-title { font-size: 19px; @@ -497,7 +498,7 @@ class LandingPage
-
صـ
+ صَقِل صَقِل
@@ -679,7 +680,7 @@ class LandingPage