forked from samuel-p/sp-codes.de
minor bug fix in translation urls
added more heading icons
This commit is contained in:
parent
ddfde3282c
commit
4448b13580
8 changed files with 13 additions and 23 deletions
|
@ -8,7 +8,7 @@ eleventyNavigation:
|
|||
icon: comment-dots
|
||||
order: 3
|
||||
---
|
||||
<h1>Contact Information</h1>
|
||||
<h1><i class="fas fa-comment-dots"></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">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
layout: base.njk
|
||||
title: sp-codes
|
||||
---
|
||||
<h1>Imprint</h1>
|
||||
<h1><i class="fas fa-info-circle"></i> Imprint</h1>
|
||||
<div class="mb-4">
|
||||
<h2>Information as per § 5 TMG:</h2>
|
||||
<p>Samuel Philipp<br/>
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
---
|
||||
layout: base.njk
|
||||
title: sp-codes
|
||||
title: Privacy
|
||||
---
|
||||
<body class="legal">
|
||||
<h2>Privacy</h2>
|
||||
<h1><i class="fas fa-user-secret"></i> Privacy</h1>
|
||||
<p>Sorry, this document is only available in German so far. Read it <a href="/de/privacy">here</a>.</p>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue