forked from samuel-p/sp-codes.de
updated icons to custom font (icomoon)
This commit is contained in:
parent
bd591594e7
commit
22274eed29
79 changed files with 453 additions and 192 deletions
|
@ -5,38 +5,38 @@ title: Kontakt
|
|||
eleventyNavigation:
|
||||
key: contact
|
||||
title: Kontakt
|
||||
icon: si si-comment-dots
|
||||
icon: i-commenting
|
||||
order: 3
|
||||
---
|
||||
<h1><i class="si si-comment-dots"></i> Kontaktmöglichkeiten</h1>
|
||||
<h1><i class="i-commenting"></i> Kontaktmöglichkeiten</h1>
|
||||
<p>Du möchtest mit mir in Kontakt treten, mir einen Fehler mitteilen, hast eine Frage zu einem Dienst oder möchtest
|
||||
mich unterstützen? Schick mir gerne deine Nachricht auf einem der folgenden Wege. Ich freue mich von dir zu
|
||||
hören.</p>
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-12 col-md-10 col-lg-8">
|
||||
<a class="card mb-3 d-flex align-items-center text-decoration-none" href="mailto:mail@sp-codes.de">
|
||||
<div class="pr-3"><span class="si si-envelope si-4x"></span></div>
|
||||
<div class="pr-3"><span class="i-envelope text-foreground i-fw i-4x"></span></div>
|
||||
<div>Schicke mir eine E-Mail an <strong>mail@sp-codes.de</strong></div>
|
||||
</a>
|
||||
<a class="card mb-3 d-flex align-items-center text-decoration-none"
|
||||
href="https://social.sp-codes.de/@samuel_p">
|
||||
<div class="pr-3"><span class="si si-mastodon si-4x"></span></div>
|
||||
<div class="pr-3"><span class="i-mastodon text-foreground i-fw i-4x"></span></div>
|
||||
<div>Folge mir auf Mastodon oder schicke mir dort eine Nachricht an
|
||||
<strong>@samuel_p@social.sp-codes.de</strong></div>
|
||||
</a>
|
||||
<a class="card mb-3 d-flex align-items-center text-decoration-none"
|
||||
href="https://matrix.to/#/@samuel-p:matrix.sp-codes.de">
|
||||
<div class="pr-3"><span class="si si-matrix si-4x"></span></div>
|
||||
<div class="pr-3"><span class="i-matrix text-foreground i-fw i-4x"></span></div>
|
||||
<div>Schreibe mir auf Matrix an <strong>@samuel-p:matrix.sp-codes.de</strong></div>
|
||||
</a>
|
||||
<a class="card mb-3 d-flex align-items-center text-decoration-none"
|
||||
href="https://blabber.im/i/samuel-p/dismail.de">
|
||||
<div class="pr-3"><span class="si si-xmpp si-4x"></span></div>
|
||||
<div class="pr-3"><span class="i-xmpp text-foreground i-fw i-4x"></span></div>
|
||||
<div>Schreibe mir auf XMPP an <strong>@samuel-p:dismail.de</strong></div>
|
||||
</a>
|
||||
<a class="card mb-3 d-flex align-items-center text-decoration-none"
|
||||
href="https://threema.id/YSCU6F6U">
|
||||
<div class="pr-3"><span class="si si-threema si-4x"></span></div>
|
||||
<div class="pr-3"><span class="i-threema text-foreground i-fw i-4x"></span></div>
|
||||
<div>Schreibe mir auf Threema an die ID <strong>YSCU6F6U</strong></div>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue