This commit is contained in:
Hadi
2026-01-01 19:06:29 +01:00
commit 8a4ca97c40
48 changed files with 3519 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
---
import { Send } from "@lucide/astro";
---
<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 dm on <a
class="text-primary"
href="https://bsky.app/profile/hadi1842.bsky.social">bsky</a
> or 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>