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

View file

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>sp-codes - Impressum</title>
<link rel="shortcut icon" href="img/samuel.png">
<link rel="shortcut icon" href="../img/samuel.png">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="stylesheet" href="css/main.min.css">

View file

@ -84,9 +84,9 @@
<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
<div><a href="sites/de/imprint.html"><span
class="fas fa-info-circle mr-2"></span>Impressum</a></div>
<div class="ml-3"><a href="privacy.html"><span
<div class="ml-3"><a href="sites/de/privacy.html"><span
class="fas fa-user-secret mr-2"></span>Datenschutz</a></div>
<div class="ml-3"><a target="_blank" href="https://git.sp-codes.de/samuel-p/sp-codes.de"><span
class="fas fa-code mr-2"></span>Code</a></div>

View file

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>sp-codes - Datenschutzerklärung</title>
<link rel="shortcut icon" href="img/samuel.png">
<link rel="shortcut icon" href="../img/samuel.png">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="stylesheet" href="css/main.min.css">

View file

@ -15,7 +15,7 @@
}
body {
background-image: url("../img/bg.png");
background-image: url("img/bg.png");
color: #fff;
min-height: 100vh;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);