sp-codes.de/src/en/index.html

58 lines
2.5 KiB
HTML
Raw Normal View History

2020-06-01 21:44:08 +02:00
---
layout: home.njk
2020-06-01 21:44:08 +02:00
key: home
title: Home
eleventyNavigation:
key: home
title: Home
2021-06-14 12:10:57 +02:00
icon: i-home
2020-06-01 21:44:08 +02:00
---
<div class="row justify-content-center py-4 border-top">
<div class="col-lg-8 col-md-10 col-12">
2020-06-26 16:51:28 +02:00
<h1 class="heading">Welcome to sp&#8209;codes!</h1>
<p class="lead text-center mb-2">
2023-01-13 23:17:59 +01:00
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
2023-01-13 23:17:59 +01:00
to look around or use the various services.
</p>
2022-03-13 15:22:17 +01:00
<p class="lead text-center mb-2">
Since April 2022 I also offer professional hosting of open source tools for companies, private persons and
other organizations with my company <a href="https://ossrox.org" target="_blank">Ossrox</a>. If you are
interested, feel free to visit our website or send me a message.
</p>
<p class="lead text-center mb-2">
<a href="https://ossrox.org" target="_blank">
<img class="ossrox" src="/img/ossrox.svg" alt="Ossrox">
</a>
</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 15:31:25 +01: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 18:25:06 +02: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 15:31:25 +01:00
</p>
2020-12-07 21:33:19 +01:00
<div class="row justify-content-center">
2021-08-14 00:17:45 +02:00
{% include "services-simple.html" %}
2020-12-07 21:33:19 +01:00
</div>
2020-06-01 21:44:08 +02:00
</div>
</div>
<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">
You have found a mistake, suggestions or any other question? Feel free to contact me via one of the
following platforms. I look forward to your message!
</p>
</div>
</div>
2021-08-14 00:17:45 +02:00
{% include "profiles.html" %}