sp-codes.de/src/_includes/profiles.html
Samuel Philipp 9722cfbaf8
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 46s
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Deploy Dev Website (push) Successful in 10s
updated scss and profiles
2024-03-29 03:12:41 +01:00

27 lines
1.1 KiB
HTML

<div class="d-flex flex-wrap gap-3 my-3 contact-links justify-content-center justify-content-sm-start">
<div><a href="mailto:mail@sp-codes.de">
<span class="i-envelope i-2x i-fw"></span>
</a></div>
<div><a href="https://matrix.to/#/@samuel-p:matrix.sp-codes.de?via=matrix.sp-codes.de">
<span class="i-matrix i-2x i-fw"></span>
</a></div>
<div><a rel="me" href="https://social.sp-codes.de/@samuel_p">
<span class="i-mastodon i-2x i-fw"></span>
</a></div>
<div><a rel="me" href="https://www.xing.com/profile/Samuel_Philipp">
<span class="i-xing i-2x i-fw"></span>
</a></div>
<div><a rel="me" href="https://www.linkedin.com/in/samuel-philipp">
<span class="i-linkedin i-2x i-fw"></span>
</a></div>
<div><a href="https://git.sp-codes.de/samuel-p">
<span class="i-git i-2x i-fw"></span>
</a></div>
<div><a href="https://github.com/samuel-p">
<span class="i-github i-2x i-fw"></span>
</a></div>
<div><a href="https://stackoverflow.com/users/9662601/samuel-p">
<span class="i-stackoverflow i-2x i-fw"></span>
</a></div>
</div>