updated website

updated privacy
added imprint
This commit is contained in:
Samuel Philipp 2018-12-11 22:30:55 +01:00
parent 416053bc9c
commit a962504ea8
3 changed files with 357 additions and 95 deletions

View file

@ -44,9 +44,13 @@
<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">Hi! My name is Samuel Philipp.
I'm a German software engineer from Magdeburg. On this site you find my
GitHub profile and my Google Play developer page. Feel free to contact me.</p>
<p class="lead text-center mb-2">
Herzlich willkommen bei sp-codes!
Mein Name ist Samuel Philipp und ich bin Software Engineer aus Magdeburg.
Auf dieser Seite finden Sie meine Profile auf GitHub und GitLab, sowie auf XING und LinkedIn.
Außerdem finden Sie einen Link zu meiner Google Play Developer Seite.
Nehmen Sie gerne Kontakt mit mir auf.
</p>
</div>
</div>
@ -72,12 +76,13 @@
<a href="https://www.samuel-philipp.de">www.samuel-philipp.de</a>
</div>
</div>
</div>
<div class="d-flex justify-content-end p-2 menu">
<div class="mr-3"><a href="https://www.samuel-philipp.de/imprint.html"><span
<div class="d-flex justify-content-end flex-wrap p-2 menu">
<div class="mr-3"><span class="far fa-copyright mr-2"></span>Samuel Philipp</div>
<div class="flex-grow-1"></div>
<div><a href="imprint.html"><span
class="fas fa-info-circle mr-2"></span>Impressum</a></div>
<div><a href="privacy.html"><span
<div class="ml-3"><a href="privacy.html"><span
class="fas fa-user-secret mr-2"></span>Datenschutz</a></div>
</div>
</body>