Files
web7sys/public-pre/components/footer.html
ben7sys 934aac41dc The dark/white mode functionality has been fixed for deployment with Coolify using Nixpacks. The improvements include:
Early theme initialization to prevent flashing
Proper component and script loading order
Enhanced error handling and fallbacks
Better theme state persistence
System theme preference detection
The theme system will now work correctly in the production environment when deployed through Coolify with Nixpacks build pack.
2024-11-15 10:15:18 +01:00

32 lines
1.1 KiB
HTML

<footer>
<div class="contact-block">
<div class="contact-item">
<i class="fas fa-envelope"></i>
<a href="mailto:kontakt@7sys.de">kontakt@7sys.de</a>
</div>
<div class="contact-item">
<i class="fas fa-phone"></i>
<a href="tel:+49123456789">+49 123 456789</a>
</div>
<div class="contact-item">
<i class="fab fa-signal"></i>
<a href="https://signal.me/7sys">@7sys</a>
</div>
</div>
<div class="social-links">
<a href="https://github.com/7sys" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
<a href="https://twitter.com/7sys" target="_blank" rel="noopener noreferrer">
<i class="fab fa-twitter"></i>
</a>
<a href="https://linkedin.com/company/7sys" target="_blank" rel="noopener noreferrer">
<i class="fab fa-linkedin"></i>
</a>
</div>
<div class="legal-links">
<a href="impressum.html">Impressum</a>
<a href="datenschutz.html">Datenschutz</a>
</div>
</footer>