samuel-p
538c4fea91
All checks were successful
continuous-integration/drone/push Build is passing
added contact options to imprint minor layout improvements
37 lines
1.8 KiB
HTML
37 lines
1.8 KiB
HTML
---
|
|
layout: base.njk
|
|
title: Impressum
|
|
---
|
|
<h1>Impressum</h1>
|
|
<div class="mb-4">
|
|
<h2>Angaben gemäß § 5 TMG:</h2>
|
|
<p>Samuel Philipp<br/>
|
|
Otto-von-Guericke-Straße 40a<br/>
|
|
39104 Magdeburg<br/>
|
|
Deutschland</p>
|
|
</div>
|
|
<div class="mb-3 pt-4 border-top">
|
|
<h2>Kontaktmöglichkeiten</h2>
|
|
<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="fas fa-fw fa-4x fa-envelope text-white"></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.tchncs.de/@samuel_p">
|
|
<div class="pr-3"><span class="fab fa-fw fa-4x fa-mastodon text-white"></span></div>
|
|
<div>Folge mir auf Mastodon oder schicke mir dort eine Nachricht an
|
|
<strong>@samuel_p@social.tchncs.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"><img class="matrix-icon" src="/img/matrix.png" alt=""></div>
|
|
<div>Schreibe mir auf Matrix an <strong>@samuel-p:matrix.sp-codes.de</strong></div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|