Add email to landing page
This commit is contained in:
parent
334d3f85df
commit
23e05cb008
1 changed files with 3 additions and 2 deletions
|
|
@ -1291,7 +1291,7 @@
|
|||
<header>
|
||||
<div class="container">
|
||||
<nav>
|
||||
<div class="logo">
|
||||
<a href="/" class="logo">
|
||||
<div class="logo-icon">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="28" height="28">
|
||||
<circle cx="16" cy="16" r="13" stroke="currentColor" stroke-width="3.5" fill="none"/>
|
||||
|
|
@ -1299,7 +1299,7 @@
|
|||
</svg>
|
||||
</div>
|
||||
<span>tududi</span>
|
||||
</div>
|
||||
</a>
|
||||
<button class="mobile-menu-toggle" onclick="toggleMobileMenu()">
|
||||
<i class="fas fa-bars"></i>
|
||||
</button>
|
||||
|
|
@ -1824,6 +1824,7 @@
|
|||
<ul class="footer-links">
|
||||
<li><a href="https://discord.gg/fkbeJ9CmcH"><i class="fab fa-discord"></i> Discord Server</a></li>
|
||||
<li><a href="https://www.reddit.com/r/tududi/"><i class="fab fa-reddit"></i> r/tududi</a></li>
|
||||
<li><a href="mailto:info@tududi.com"><i class="fas fa-envelope"></i> info@tududi.com</a></li>
|
||||
</ul>
|
||||
<p style="font-size: 0.9rem; color: #b0b0b0; margin-top: 15px;">Join our community for support, discussions, and updates!</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue