added eleventy

This commit is contained in:
Samuel Philipp 2020-06-01 21:44:08 +02:00
parent 3a03290f8f
commit 1d70658e41
30 changed files with 3041 additions and 108 deletions

61
sites/en/index.html Normal file
View file

@ -0,0 +1,61 @@
---
layout: base.njk
key: home
title: Home
eleventyNavigation:
key: home
title: Home
icon: home
---
<div class="d-flex flex-column">
<div class="container flex-column flex-grow p-3">
<div class="row py-5">
<div class="col">
<img class="logo" src="../../img/samuel.png">
</div>
</div>
<div class="row justify-content-center py-4 border-top-bottom">
<div class="col-lg-8 col-md-10 col-12">
<h1 class="sp-codes">SP-CODES</h1>
<p class="lead text-center mb-2">
Welcome to sp-codes! ...
Mein Name ist Samuel Philipp und ich bin ein Software Engineer aus Magdeburg.
Auf dieser Seite finden Sie meine Profile auf GitHub, GitLab und Stackoverflow.
Außerdem finden die verschiedene Möglichkeiten um mit mir in Kontakt zu treten.
Ich freue mich auf Ihre Nachricht.
</p>
</div>
</div>
<div class="d-flex justify-content-center flex-wrap my-3">
<div class="m-2"><a rel="me" href="https://social.tchncs.de/@samuel_p"><span
class="fab fa-fw fa-4x fa-mastodon"></span></a></div>
<div class="m-2"><a href="https://stackoverflow.com/users/9662601/samuel-p"><span
class="fab fa-fw fa-4x fa-stack-overflow"></span></a></div>
<div class="m-2"><a href="https://gitlab.com/samuel-p"><span
class="fab fa-fw fa-4x fa-gitlab"></span></a></div>
<div class="m-2"><a href="https://github.com/samuel-p"><span
class="fab fa-fw fa-4x fa-github"></span></a></div>
<div class="m-2"><a href="https://hub.docker.com/u/samuelph"><span
class="fab fa-fw fa-4x fa-docker"></span></a></div>
<div class="m-2"><a href="mailto:mail@sp-codes.de"><span
class="fas fa-fw fa-4x fa-envelope"></span></a></div>
</div>
<div class="d-flex justify-content-center mb-3">
<div class="text-center">
<a href="https://stackexchange.com/users/13389989/samuel-philipp"><img
src="https://stackexchange.com/users/flair/13389989.png" width="208" height="58"
alt="profile for Samuel Philipp on Stack Exchange, a network of free, community-driven Q&amp;A sites"
title="profile for Samuel Philipp on Stack Exchange, a network of free, community-driven Q&amp;A sites"/></a>
</div>
</div>
<div class="d-flex justify-content-center mb-3">
<div class="lead text-center">
<a href="https://samuel-philipp.de">samuel-philipp.de</a>
</div>
</div>
</div>
</div>