blob: bd261450230f6e3dcb3983c8a2c03502233901df (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<section class="comments">
<h2 class="text-xl font-bold mb-2">Care to leave a comment?</h2>
<p class="mb-4">You can write me an email at
<a href="mailto:m@mitjafelicijan.com"
class="underline-offset-2 decoration-1 decoration-wavy underline hover:bg-yellow-100">m@mitjafelicijan.com</a>
or catch up with me
<a href="https://telegram.me/mitjafelicijan" target="_blank"
class="underline-offset-2 decoration-1 decoration-wavy underline hover:bg-yellow-100">on
Telegram</a>.
</p>
</section>
|