2020-06-01 19:44:08 +00:00
|
|
|
---
|
2020-06-25 22:26:36 +00:00
|
|
|
layout: home.njk
|
2020-06-01 19:44:08 +00:00
|
|
|
key: home
|
|
|
|
title: Home
|
|
|
|
eleventyNavigation:
|
|
|
|
key: home
|
|
|
|
title: Home
|
2021-06-08 22:58:35 +00:00
|
|
|
icon: si si-home
|
2020-06-01 19:44:08 +00:00
|
|
|
---
|
2020-06-25 22:26:36 +00:00
|
|
|
<div class="row justify-content-center py-4 border-top">
|
|
|
|
<div class="col-lg-8 col-md-10 col-12">
|
2020-06-26 14:51:28 +00:00
|
|
|
<h1 class="heading">Welcome to sp‑codes!</h1>
|
2020-06-25 22:26:36 +00:00
|
|
|
<p class="lead text-center mb-2">
|
|
|
|
Glad you found your way here. My name is Samuel Philipp and I am a software engineer from Magdeburg.
|
|
|
|
On this site you will find information about me and an overview of the services I provide. Feel free
|
2020-10-02 16:38:32 +00:00
|
|
|
to look around, read my <a href="https://blog.sp-codes.de">blog</a> (German) or use the various services.
|
2020-06-25 22:26:36 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="row justify-content-center py-4 border-top">
|
|
|
|
<div class="col-lg-8 col-md-10 col-12">
|
|
|
|
<h1 class="heading"><a href="/{{locale}}/services">Services</a></h1>
|
2020-11-29 14:31:25 +00:00
|
|
|
<p class="lead text-center mb-2">
|
|
|
|
For users of the services and anyone interested, there is a public matrix room as a place to share
|
2021-05-29 16:25:06 +00:00
|
|
|
questions, ideas and problems: <strong><a
|
|
|
|
href="https://matrix.to/#/#sp-codes:matrix.sp-codes.de?via=matrix.sp-codes.de">#sp-codes:matrix.sp-codes.de</a></strong>
|
|
|
|
</p>
|
|
|
|
<p class="lead text-center mb-2">
|
|
|
|
Follow sp-codes on Mastodon: <strong><a rel="me"
|
|
|
|
href="https://social.sp-codes.de/@sp_codes">@sp_codes@social.sp-codes.de</a></strong>
|
2020-11-29 14:31:25 +00:00
|
|
|
</p>
|
2020-12-07 20:33:19 +00:00
|
|
|
<div class="row justify-content-center">
|
2021-06-07 22:16:21 +00:00
|
|
|
{% include "services-simple.html" %}
|
2020-12-07 20:33:19 +00:00
|
|
|
</div>
|
2020-06-01 19:44:08 +00:00
|
|
|
</div>
|
2020-06-04 19:43:03 +00:00
|
|
|
</div>
|
2020-06-25 22:26:36 +00:00
|
|
|
<div class="row justify-content-center pt-4 border-top">
|
|
|
|
<div class="col-lg-8 col-md-10 col-12">
|
|
|
|
<h1 class="heading">Profiles & Contact</h1>
|
|
|
|
<p class="lead text-center mb-2">
|
2020-07-17 23:19:34 +00:00
|
|
|
You have found a mistake, suggestions or any other question? Feel free to contact me via one of the
|
2020-06-25 22:26:36 +00:00
|
|
|
following platforms. I look forward to your message!
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2021-06-07 22:16:21 +00:00
|
|
|
{% include "profiles.html" %}
|