forked from samuel-p/sp-codes.de
updated english translations
This commit is contained in:
parent
a59049ec90
commit
e0ba67d389
7 changed files with 126 additions and 94 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: home.njk
|
||||
layout: base.njk
|
||||
key: home
|
||||
title: Home
|
||||
eleventyNavigation:
|
||||
|
@ -7,56 +7,76 @@ eleventyNavigation:
|
|||
title: Home
|
||||
icon: i-home
|
||||
---
|
||||
<div class="row justify-content-center py-4 border-top">
|
||||
<div class="col-lg-8 col-md-10 col-12">
|
||||
<h1 class="heading">Welcome to sp‑codes!</h1>
|
||||
<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
|
||||
to look around or use the various services.
|
||||
</p>
|
||||
<p class="lead text-center mb-2">
|
||||
If you would like to find out more about me, please visit my personal website:
|
||||
<a href="https://samuel-philipp.de">samuel-philipp.de</a>. There you will find my CV and other interests of
|
||||
mine.
|
||||
</p>
|
||||
<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>
|
||||
<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
|
||||
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>
|
||||
</p>
|
||||
<div class="row justify-content-center">
|
||||
{% include "services-simple.html" %}
|
||||
|
||||
<div class="row py-lg-5">
|
||||
<div class="col-12 col-lg-4 mb-4 mb-lg-0 fill-col-inner">
|
||||
<div class="logo huge animated">
|
||||
{% include "logo-animated.html" %}
|
||||
</div>
|
||||
</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!
|
||||
<div class="col-12 col-lg-8">
|
||||
<h1>Welcome to sp‑codes!</h1>
|
||||
<p class="mb-2">
|
||||
Nice that you found your way here. sp-codes provides various open source tools for general use. All services
|
||||
are for free and without advertising. If you would like to contribute to the future of the project, I would
|
||||
be happy to get your support! Feel free to look around and discover the offered tools!
|
||||
</p>
|
||||
<h5 class="mb-2 fw-bold">Become part of our great community!</h5>
|
||||
<p class="mb-2">
|
||||
For anyone who uses the services and all interested visitors, there is a public matrix room as a space for
|
||||
asking questions, sharing ideas and discussing 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="mb-2">
|
||||
To stay up to date, 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>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include "profiles.html" %}
|
||||
<div class="row py-5">
|
||||
<div class="col-12 col-lg-4 mb-4 mb-lg-0 fill-col-inner order-lg-1">
|
||||
<div class="me-profile">
|
||||
<img src="/img/samuel-1024.jpg" alt="Samuel Philipp">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-lg-8">
|
||||
<h1>About me</h1>
|
||||
<p class="mb-2">
|
||||
My name is Samuel Philipp, I am a full-stack developer and SysAdmin. In my spare time I run all services
|
||||
offered by sp-codes. If you want to learn more about me, have a look at my personal website:
|
||||
<a href="https://samuel-philipp.de">samuel-philipp.de</a>
|
||||
</p>
|
||||
<p class="mb-2">
|
||||
Have you found a mistake, have suggestions for improvement or another question? Feel free to contact me via
|
||||
one of the following platforms. I look forward to your message!
|
||||
</p>
|
||||
<p class="mb-2">
|
||||
{% include "profiles.html" %}
|
||||
</p>
|
||||
<hr/>
|
||||
<p class="mb-3">
|
||||
With my company <a href="https://ossrox.org" target="_blank">Ossrox</a> I offer professional hosting of open
|
||||
source tools for companies, individuals and other organizations. If you are interested, please have a look
|
||||
at our website or write me a message.
|
||||
</p>
|
||||
<p class="text-center">
|
||||
<a href="https://ossrox.org" target="_blank">
|
||||
<picture>
|
||||
<source srcset="/img/ossrox.svg" media="(prefers-color-scheme: light)">
|
||||
<img class="ossrox-logo" src="/img/ossrox-white.svg" alt="Ossrox">
|
||||
</picture>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row justify-content-center py-lg-5">
|
||||
<div class="col">
|
||||
<h1 class="text-center">Tool Overview</h1>
|
||||
<p class="text-center"><a href="/{{locale}}/services">View all services</a></p>
|
||||
<div class="row justify-content-center">
|
||||
{% include "services-extended.html" %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue