layouts/shortcodes/contact.html (view raw)
1<h3 style="margin-top: 2rem">Contact</h3>
2<div class="contact">
3 <a href="https://tooting.ch/@5ika" target="_blank" rel="me"
4 ><span class="icon-pixel">⁂</span> Mastodon</a
5 >
6 <a href="https://matrix.to/#/@tizzo:matrix.octr.ee" target="_blank"
7 ><img alt="🔗" class="icon-pixel" src="/icons/message.svg" /> Matrix</a
8 >
9 <a href="mailto:tim@5ika.ch" target="_blank"
10 ><img alt="✉️" class="icon-pixel" src="/icons/mail.svg" /> Email</a
11 >
12 <a href="/contact"
13 ><img alt="🔒" class="icon-pixel" src="/icons/lock.svg" /> Message
14 confidentiel</a
15 >
16</div>