updated english translations
This commit is contained in:
parent
a59049ec90
commit
e0ba67d389
7 changed files with 126 additions and 94 deletions
|
@ -11,7 +11,7 @@ eleventyNavigation:
|
|||
<h1><i class="i-commenting"></i> Contact Information</h1>
|
||||
<p>You want to contact me, report a problem, have a question about a service or would like to support me? Please
|
||||
send me your message in any of the following ways. I am looking forward to receive your message.</p>
|
||||
<div class="row justify-content-center">
|
||||
<div class="row justify-content-center contact-links">
|
||||
<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="i-envelope text-foreground i-fw i-4x"></span></div>
|
||||
|
@ -39,3 +39,23 @@ eleventyNavigation:
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>If I am not available, please contact me in the matrix chat or use the mailing list addresses that are also forwarded
|
||||
to my moderators.</p>
|
||||
<div class="row justify-content-center contact-links">
|
||||
<div class="col-12 col-md-10 col-lg-8">
|
||||
<a class="card mb-3 d-flex align-items-center text-decoration-none"
|
||||
href="https://matrix.to/#/#sp-codes:matrix.sp-codes.de?via=matrix.sp-codes.de">
|
||||
<div class="pr-3"><span class="i-matrix i-fw i-4x"></span></div>
|
||||
<div><strong>#sp-codes:matrix.sp-codes.de</strong></div>
|
||||
</a>
|
||||
<a class="card mb-3 d-flex align-items-center text-decoration-none" href="mailto:help@sp-codes.de">
|
||||
<div class="pr-3"><span class="i-envelope i-fw i-4x"></span></div>
|
||||
<div><strong>help@sp-codes.de</strong></div>
|
||||
</a>
|
||||
<a class="card mb-3 d-flex align-items-center text-decoration-none" href="mailto:abuse@sp-codes.de">
|
||||
<div class="pr-3"><span class="i-envelope i-fw i-4x"></span></div>
|
||||
<div><strong>abuse@sp-codes.de</strong></div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -41,21 +41,9 @@ eleventyNavigation:
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card mb-3">
|
||||
<h2><i class="i-network-wired i-fw m-2"></i>netcup</h2>
|
||||
<div>Some of my services are hosted at netcup. If you want to run your own server or website at <a
|
||||
href="https://www.netcup.de/" target="_blank">netcup</a>, you can use the following link (on the
|
||||
picture). This way I get a small commission on your order. If you are a new customer, you will receive a
|
||||
5€ voucher for your order.
|
||||
</div>
|
||||
<div class="mt-3 text-center">
|
||||
<a href="https://www.netcup.de/bestellen/gutschein_einloesen.php?gutschein=36nc16071208640"
|
||||
target="_blank">Use voucher</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card mb-3">
|
||||
<h2><i class="i-network-wired i-fw m-2"></i>Hetzner</h2>
|
||||
<div>I also host some of my services at <a href="https://www.hetzner.com/" target="_blank">Hetzner</a>. If
|
||||
<div>Almost all my services are hosted at <a href="https://www.hetzner.com/" target="_blank">Hetzner</a>. If
|
||||
you want to run your own server in the Hetzner cloud, you
|
||||
are welcome to use the following link. This way I get a small commission for your order. If you are a
|
||||
new customer, you will get 20 € starting balance with your order.
|
||||
|
@ -65,6 +53,18 @@ eleventyNavigation:
|
|||
target="_blank">Use voucher</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card mb-3">
|
||||
<h2><i class="i-network-wired i-fw m-2"></i>netcup</h2>
|
||||
<div>I also use <a href="https://www.netcup.de/" target="_blank">netcup</a> occasionally for smaller
|
||||
projects. If you want to run your own server or website at netcup, you can use the following link. This
|
||||
way I get a small commission on your order. If you are a new customer, you will receive a 5€ voucher for
|
||||
your order.
|
||||
</div>
|
||||
<div class="mt-3 text-center">
|
||||
<a href="https://www.netcup.de/bestellen/gutschein_einloesen.php?gutschein=36nc16071208640"
|
||||
target="_blank">Use voucher</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -9,20 +9,17 @@ eleventyNavigation:
|
|||
order: 2
|
||||
---
|
||||
<h1><i class="i-server"></i> Services</h1>
|
||||
<p>In my spare time I provide various open source services for free. Here you can find an overview of the individual
|
||||
services and a short description for each of them. All services are hosted in Germany. Feel free to use it.</p>
|
||||
<p>In my spare time, I provide various open source services that can be used for free and without advertising. Here you
|
||||
will find an overview of the different services as well as descriptions and instructions on how to use them. All
|
||||
services are hosted in Germany. You are welcome to use them.</p>
|
||||
|
||||
<p>For the users of the services there is a public matrix room as a place to share questions, ideas and problems. Feel
|
||||
free to join us if you use one of the services listed here or just want to drop by:</p>
|
||||
<p>As the services are offered privately, unfortunately no permanent availability can be guaranteed. If a service is
|
||||
discontinued, this will be announced at least three months in advance for services that are not in the test
|
||||
stage.</p>
|
||||
|
||||
<p>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. Feel free to stop by if you use one of the services listed here or
|
||||
just want to chat:</p>
|
||||
|
||||
<h3 class="text-center"><a href="https://matrix.to/#/#sp-codes:matrix.sp-codes.de?via=matrix.sp-codes.de">#sp-codes:matrix.sp-codes.de</a>
|
||||
</h3>
|
||||
|
||||
<div class="card text-center mb-3">
|
||||
<p>You want to realize your own open source project to regain your digital sovereignty? I would be happy to support
|
||||
you personally with my company. Feel free to visit <a href="https://ossrox.org" target="_blank">ossrox.org</a>
|
||||
or send me a message.</p>
|
||||
<a href="https://ossrox.org" target="_blank">
|
||||
<img src="/img/ossrox.svg" alt="Ossrox" width="250px">
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue