feat: update proposal layout to full-width and replace SVG logo with theme-aware images

This commit is contained in:
Ümit Tunç
2026-05-25 07:14:58 +03:00
parent a9fe4599cd
commit 8bf36c7d39
+5 -8
View File
@@ -314,16 +314,13 @@
<!-- Standalone Premium Navbar -->
<header class="no-print sticky top-0 z-40 w-full glass-header transition-colors duration-300">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 h-18 flex items-center justify-between py-4">
<div class="w-full px-4 sm:px-8 lg:px-12 h-18 flex items-center justify-between py-4">
<!-- Branding: Trunçgil & Client -->
<div class="flex items-center gap-3">
<a href="https://www.truncgil.com.tr" target="_blank" class="flex items-center gap-2">
<!-- Trunçgil SVG Logo -->
<svg class="h-8 w-auto text-slate-900 dark:text-white" viewBox="0 0 100 24" fill="currentColor">
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-6h2v6zm0-8h-2V7h2v4z" fill="var(--accent-color)"/>
<text x="26" y="17" font-family="Outfit" font-weight="800" font-size="15px" fill="currentColor">TRUNÇGİL</text>
</svg>
<img src="{{ asset('logos/truncgil-yatay.svg') }}" alt="Trunçgil Teknoloji" class="h-8 w-auto dark:hidden">
<img src="{{ asset('logos/truncgil-yatay-dark.svg') }}" alt="Trunçgil Teknoloji" class="h-8 w-auto hidden dark:block">
</a>
<!-- Glowing Pulse Line Separator -->
@@ -361,7 +358,7 @@
</header>
<!-- Main Container -->
<main class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8 md:py-12 print-container">
<main class="w-full px-4 sm:px-8 lg:px-12 py-8 md:py-12 print-container">
<!-- Executive Metadata & Cover Card -->
<section class="mb-10 p-6 sm:p-8 rounded-2xl bg-white dark:bg-slate-800 border border-slate-200/60 dark:border-slate-700/50 shadow-sm relative overflow-hidden transition-all duration-300">
@@ -663,7 +660,7 @@
<!-- Standalone Premium Footer -->
<footer class="no-print border-t border-slate-200/60 dark:border-slate-800/80 mt-16 bg-white dark:bg-slate-900 transition-colors duration-300">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8 flex flex-col sm:flex-row items-center justify-between gap-4 text-xs text-slate-400 dark:text-slate-500">
<div class="w-full px-4 sm:px-8 lg:px-12 py-8 flex flex-col sm:flex-row items-center justify-between gap-4 text-xs text-slate-400 dark:text-slate-500">
<div>
© {{ date('Y') }} Trunçgil Teknoloji San. ve Tic. Ltd. Şti. Tüm hakları saklıdır.
</div>