73 lines
4.5 KiB
PHP
73 lines
4.5 KiB
PHP
<footer class="section-dark section-padding">
|
|
<div class="container-padding">
|
|
{{-- Main Content --}}
|
|
<div class="text-center spacing-section">
|
|
<div class="spacing-section">
|
|
<div class="flex items-center justify-center">
|
|
<img src="{{ asset(\App\Helpers\ThemeHelper::getLogoPath('negative')) }}"
|
|
alt="{{ $domainName ?? 'B2In' }} Logo" class="h-12 w-auto" />
|
|
</div>
|
|
|
|
<div class="container-narrow spacing-content">
|
|
<h2 class="text-section-title text-dark-text leading-tight">
|
|
Connecting Design and <span class="text-secondary">Property</span>
|
|
|
|
</h2>
|
|
</div>
|
|
|
|
<hr class="border-t border-dark-muted/30 mt-12 pt-4">
|
|
</div>
|
|
|
|
{{-- Links --}}
|
|
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-left max-w-4xl mx-auto">
|
|
<div class="spacing-small">
|
|
<a href="#" class="block hover-text-secondary transition-colors">Privacy Policy</a>
|
|
|
|
|
|
</div>
|
|
|
|
<div class="spacing-small">
|
|
<a href="#" class="block hover-text-secondary transition-colors">Terms of Service</a>
|
|
|
|
</div>
|
|
|
|
<div class="spacing-small">
|
|
<a href="#" class="block hover-text-secondary transition-colors">Cookie Policy</a>
|
|
</div>
|
|
|
|
<div class="spacing-small">
|
|
<a href="#" class="block hover-text-secondary transition-colors">Impressum</a>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{{-- Bottom Bar --}}
|
|
<div class="border-t border-dark-muted/30 mt-12 pt-8">
|
|
<div class="flex flex-col md:flex-row justify-between items-center spacing-small md:space-y-0">
|
|
<div class="text-dark-muted text-sm">
|
|
© {{ date('Y') }} B2In. All rights reserved.
|
|
</div>
|
|
<div class="flex items-center space-x-6 text-dark-muted text-sm">
|
|
<div class="flex space-x-4">
|
|
<a href="#" class="hover-text-secondary transition-colors" aria-label="Facebook">
|
|
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
|
|
<path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/>
|
|
</svg>
|
|
</a>
|
|
<a href="#" class="hover-text-secondary transition-colors" aria-label="Instagram">
|
|
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
|
|
<path d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 6.62 5.367 11.987 11.988 11.987s11.987-5.367 11.987-11.987C24.004 5.367 18.637.001 12.017.001zM8.449 16.988c-1.297 0-2.448-.49-3.323-1.297C4.198 14.895 3.708 13.744 3.708 12.447s.49-2.448 1.418-3.323c.875-.807 2.026-1.297 3.323-1.297s2.448.49 3.323 1.297c.928.875 1.418 2.026 1.418 3.323s-.49 2.448-1.418 3.244c-.875.807-2.026 1.297-3.323 1.297zm7.83-9.281c-.49 0-.928-.175-1.297-.49-.368-.315-.49-.753-.49-1.243s.122-.928.49-1.243c.369-.315.807-.49 1.297-.49s.928.175 1.297.49c.368.315.49.753.49 1.243s-.122.928-.49 1.243c-.369.315-.807.49-1.297.49z"/>
|
|
</svg>
|
|
</a>
|
|
<a href="#" class="hover-text-secondary transition-colors" aria-label="LinkedIn">
|
|
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
|
|
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|