style: apply official stargas favicon to all dashboard layouts

This commit is contained in:
theRAD
2026-03-06 06:08:16 +02:00
parent 4184e5c506
commit 0a17fe2fc1
5 changed files with 5 additions and 1 deletions

BIN
src/public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Admin Panel - Stargas Dashboards</title> <title>Admin Panel - Stargas Dashboards</title>
@vite(['resources/css/app.css', 'resources/js/app.js']) @vite(['resources/css/app.css', 'resources/js/app.js'])
<link rel="icon" type="image/png" href="/favicon.png">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style> <style>

View File

@@ -9,6 +9,7 @@
<link href="https://fonts.bunny.net/css?family=inter:400,500,600,700,800" rel="stylesheet" /> <link href="https://fonts.bunny.net/css?family=inter:400,500,600,700,800" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/chart.js@4/dist/chart.umd.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/chart.js@4/dist/chart.umd.min.js"></script>
<link rel="icon" type="image/png" href="/favicon.png">
<script src="https://cdn.tailwindcss.com"></script> <script src="https://cdn.tailwindcss.com"></script>
<style> <style>

View File

@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>E-Commerce Dashboard - Stargas</title> <title>E-Commerce Dashboard - Stargas</title>
@vite(['resources/css/app.css', 'resources/js/app.js']) @vite(['resources/css/app.css', 'resources/js/app.js'])
<link rel="icon" type="image/png" href="/favicon.png">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script> <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>

View File

@@ -6,6 +6,7 @@
<title>Stargas Dashboards</title> <title>Stargas Dashboards</title>
<!-- Tailwind via Vite --> <!-- Tailwind via Vite -->
@vite(['resources/css/app.css', 'resources/js/app.js']) @vite(['resources/css/app.css', 'resources/js/app.js'])
<link rel="icon" type="image/png" href="/favicon.png">
<!-- Inter Font --> <!-- Inter Font -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
@@ -74,7 +75,7 @@
<!-- Hero Section --> <!-- Hero Section -->
<div class="flex flex-col items-center justify-center text-center mb-16 fade-in" style="animation-delay: 100ms"> <div class="flex flex-col items-center justify-center text-center mb-16 fade-in" style="animation-delay: 100ms">
<div class="w-32 h-32 rounded-3xl glass flex items-center justify-center mb-8 p-4 bg-white/5 border-red-500/30 shadow-[0_0_50px_rgba(227,25,55,0.15)]"> <div class="w-32 h-32 rounded-3xl flex items-center justify-center mb-8 p-4 shadow-[0_0_50px_rgba(227,25,55,0.15)]">
<img src="/images/stargas-logo.svg" alt="Stargas Energies" class="w-full h-auto drop-shadow-lg"> <img src="/images/stargas-logo.svg" alt="Stargas Energies" class="w-full h-auto drop-shadow-lg">
</div> </div>