update index page

This commit is contained in:
2023-06-25 20:24:13 +03:00
parent c3a025a83b
commit 82469bbf98
6 changed files with 268 additions and 293 deletions
@@ -0,0 +1,9 @@
<section class="bg-white border rounded shadow-sm p-3 mb-3">
<h2 class="text-center mb-3">📫 How to reach me</h2>
<div class="lh-lg text-center">
<a class="border-bottom border-primary text-decoration-none py-1 mx-1" target="_blank" href="mailto:iiiypuk@fastmail.fm">Mail</a>
<a class="border-bottom border-primary text-decoration-none py-1 mx-1" target="_blank" href="http://a2s.su:8000/">Micro blog</a>
<a class="border-bottom border-primary text-decoration-none py-1 mx-1" target="_blank" href="irc://iiiypuk.me:6667/admin">IRC</a>
<a class="border-bottom border-primary text-decoration-none py-1 mx-1" target="_blank" href="gemini://a2s.su">Gemini</a>
</div>
</section>