Images update

This commit is contained in:
Danny
2026-06-23 13:30:45 +01:00
parent a7fd6d145d
commit ae22501a6d
7 changed files with 32 additions and 17 deletions
+4 -4
View File
@@ -20,15 +20,15 @@
<!-- ===================== NAV ===================== -->
<header class="site-header" id="site-header">
<nav class="nav-container">
<a href="index.php" class="nav-logo">
<span class="logo-icon">🧙</span>
<a href="/" class="nav-logo">
<span class="logo-icon"><img style="width:32px;" src="img/tinyicon.png"></span>
<span class="logo-text">Fraxle<span class="logo-dot">.net</span></span>
</a>
<ul class="nav-links" id="nav-links">
<li><a href="index.php#services">Services</a></li>
<li><a href="index.php#about">About</a></li>
<li><a href="index.php#projects">Projects</a></li>
<li><a href="estimates.php" class="nav-active">Estimates</a></li>
<li><a href="estimates" class="nav-active">Estimates</a></li>
<li><a href="index.php#contact" class="btn nav-cta">Get in Touch</a></li>
</ul>
<button class="nav-hamburger" id="nav-hamburger" aria-label="Toggle menu" aria-expanded="false">
@@ -424,7 +424,7 @@
<div class="container">
<p class="footer-logo">Fraxle<span>.net</span></p>
<p class="footer-tagline">Friendly web &amp; tech for small businesses</p>
<p class="footer-links"><a href="terms.php">Terms &amp; Conditions</a></p>
<p class="footer-links"><a href="terms">Terms &amp; Conditions</a></p>
<p class="footer-copy">&copy; <?= date('Y') ?> Fraxle.net All rights reserved.</p>
</div>
</footer>