Files
blog/src/components/Contact.astro
T
Hadi 8a50890037 add notes
Signed-off-by: Hadi <hadi@example.com>
2026-04-24 16:02:08 +02:00

21 lines
605 B
Plaintext

---
---
<section id="contact" class="py-20 px-4">
<div class="max-w-6xl mx-auto">
<div class="text-center mb-12">
<h2 class="text-4xl font-bold mb-4 flex gap-5 justify-center m-auto">
Want to chat?
</h2>
<p class="text-lg text-base-content/70 max-w-2xl m-auto">
Send me a mail to <span class="text-primary"
>anotherhadi.clapped234[at]passmail.net</span
> and I'll respond whenever I can.
<br />Use my <a class="text-primary" href="/anotherhadi.asc">gpg key</a>
for secure communication.
</p>
</div>
</div>
</section>