Readme: update
16
README.md
|
|
@ -1,10 +1,16 @@
|
|||
# Links
|
||||
# Webseite von Jan Kremer
|
||||
|
||||
## Links
|
||||
|
||||
- [Webseite](https://jankremer.eu)
|
||||
- [Spiegel](https://kremer.codeberg.page)
|
||||
- [Repositorium](https://codeberg.org/kremer/jankremer.eu)
|
||||
- [Repo Spiegel](https://https://git.disroot.org/kremer/jankremer.eu)
|
||||
- [GitHub Pages](https://janurskremer.github.io)
|
||||
|
||||
# Lizenz
|
||||
## Git Repositorien
|
||||
|
||||
- [GitHub](https://github.com/janurskremer/janurskremer.github.io)
|
||||
- [Codeberg](https://codeberg.org/kremer/website)
|
||||
- [Disroot](https://https://git.disroot.org/kremer/website)
|
||||
|
||||
## Lizenz
|
||||
|
||||
CC-BY-SA 4.0 \| Jan Kremer \| 2021–2024
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ hr {
|
|||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
|
|||
|
|
@ -2,18 +2,16 @@
|
|||
<html lang="de"
|
||||
dir="ltr">
|
||||
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Über mich | Jan Kremer</title>
|
||||
|
||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+lG5LQM=" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
|
||||
|
||||
|
||||
|
||||
<script data-goatcounter="https://jankremer.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -2,18 +2,16 @@
|
|||
<html lang="de"
|
||||
dir="ltr">
|
||||
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Blog | Jan Kremer</title>
|
||||
|
||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+lG5LQM=" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
|
||||
|
||||
|
||||
|
||||
<script data-goatcounter="https://jankremer.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
|
|
|||
BIN
public/btc.png
Normal file
|
After Width: | Height: | Size: 749 B |
|
|
@ -2,18 +2,16 @@
|
|||
<html lang="de"
|
||||
dir="ltr">
|
||||
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Bitcoin | Jan Kremer</title>
|
||||
|
||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+lG5LQM=" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
|
||||
|
||||
|
||||
|
||||
<script data-goatcounter="https://jankremer.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
|
|
|||
185
public/css/main.css
Normal file
|
|
@ -0,0 +1,185 @@
|
|||
@font-face {
|
||||
font-family: "EB Garamond";
|
||||
src:
|
||||
/* local("EB Garamond"), */
|
||||
url("/fonts/EBGaramond-VariableFont_wght.ttf");
|
||||
/* font-weight: normal; */
|
||||
/* font-style: normal; */
|
||||
/* font-display: swap; */
|
||||
}
|
||||
|
||||
:root {
|
||||
font-size: calc(1rem + 0.25vw);
|
||||
--red: #FC361D;
|
||||
--blue1: #116080;
|
||||
--blue2: #105099;
|
||||
--light-gray: #F0F0F0;
|
||||
--white: white;
|
||||
--beige: #FCF9EC;
|
||||
--text1: #1a1a1a;
|
||||
--text2: #6f6f6f;
|
||||
--text3: #999999;
|
||||
}
|
||||
|
||||
body {
|
||||
color: var(--text);
|
||||
background: var(--background);
|
||||
font-family: "eb garamond", serif;
|
||||
font-variant-numeric: oldstyle-nums;
|
||||
/* font-variant-ligatures: common-ligatures; */
|
||||
line-height: 1.5;
|
||||
margin: auto;
|
||||
padding: 1rem;
|
||||
max-width: 70ch;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
header {
|
||||
border-bottom: 1px solid var(--text3);
|
||||
margin-bottom: 1rem;
|
||||
|
||||
nav {
|
||||
|
||||
ul {
|
||||
|
||||
font-size: 1.25rem;
|
||||
list-style: none;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 0;
|
||||
|
||||
.active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 0;
|
||||
margin-top: 0;
|
||||
text-align: justify;
|
||||
text-justify: inter-word;
|
||||
}
|
||||
|
||||
article>p:nth-of-type(2)::first-letter {
|
||||
font-size: 3rem;
|
||||
float: left;
|
||||
line-height: 2.9rem;
|
||||
padding-right: 0.2rem;
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--red);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h1 {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-size: 2rem;
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-size: 1.75rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h3 {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-size: 1.5rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
time {
|
||||
font-size: 1rem;
|
||||
float: right;
|
||||
color: var(--blue2);
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
border-bottom: 1px solid var(--text1);
|
||||
}
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 0.1px solid var(--text2);
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
footer {
|
||||
border-top: 1px solid var(--text3);
|
||||
margin-top: 1rem;
|
||||
|
||||
p {
|
||||
font-size: 0.75rem;
|
||||
padding: 1rem;
|
||||
text-align: center;
|
||||
color: var(--text2);
|
||||
|
||||
a {
|
||||
color: var(--text2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.list {
|
||||
|
||||
h2 {
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 0;
|
||||
|
||||
a {
|
||||
color: var(--text1);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.lead {
|
||||
margin: 0;
|
||||
font-size: 1rem;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.tags {
|
||||
ul {
|
||||
list-style: none;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 0 1rem;
|
||||
font-size: 0.75rem;
|
||||
|
||||
li {
|
||||
padding: 0rem 0.3rem;
|
||||
border: 1px solid var(--text1);
|
||||
border-radius: 0.3rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 2rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.lead {
|
||||
text-align: center;
|
||||
font-size: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
@font-face{font-family:eb garamond;src:url(/fonts/EBGaramond-VariableFont_wght.ttf)}:root{font-size:calc(1rem + .25vw);--red:#FC361D;--blue1:#116080;--blue2:#105099;--light-gray:#F0F0F0;--white:white;--beige:#FCF9EC;--text1:#1a1a1a;--text2:#6f6f6f;--text3:#999999}body{color:var(--text1);background:var(--background);font-family:eb garamond,serif;font-variant-numeric:oldstyle-nums;line-height:1.5;margin:auto;padding:1rem;max-width:70ch;font-weight:400}header{border-bottom:1px solid var(--text3);margin-bottom:1rem;& nav { & ul { font-size: 1.25rem; list-style: none; display: flex; justify-content: space-between; padding: 0; .active { text-decoration: underline; } } }}p{padding:0;margin-top:0;text-align:justify;text-justify:inter-word}article>p:nth-of-type(2)::first-letter{font-size:3rem;float:left;line-height:2.9rem;padding-right:.2rem}a{color:var(--red);text-decoration:none}h1{padding:0;margin:0;font-size:2rem;font-weight:400;text-align:center}h2{padding:0;margin:0;font-size:1.75rem;font-weight:400}h3{padding:0;margin:0;font-size:1.5rem;font-weight:400}time{font-size:1rem;float:right;color:var(--blue2)}table{border-collapse:collapse;width:100%;& th { text-align: left; border-bottom: 1px solid var(--text3); }}hr{border:.5px solid var(--text3)}img{max-width:100%}footer{border-top:1px solid var(--text3);margin-top:1rem;& p { font-size: 0.75rem; padding: 1rem; text-align: center; color: var(--text2); & a { color: var(--text2); } }}.list{& h2 { margin-top: 2rem; margin-bottom: 0; & a { color: var(--text1); } } & .lead { margin: 0; font-size: 1rem; text-align: left; }}.tags{& ul { list-style: none; display: flex; justify-content: space-between; padding: 0 1rem; font-size: 0.75rem; & li { padding: 0rem 0.3rem; border: 1px solid var(--text1); border-radius: 0.3rem; } }}.title{font-size:2rem;margin-bottom:.5rem}.lead{text-align:center;font-size:1.5rem;margin-bottom:1rem}
|
||||
BIN
public/eth.png
Normal file
|
After Width: | Height: | Size: 751 B |
|
|
@ -3,18 +3,16 @@
|
|||
dir="ltr">
|
||||
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.123.8">
|
||||
<meta name="generator" content="Hugo 0.123.8"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Jan Kremer</title>
|
||||
|
||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+lG5LQM=" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
|
||||
|
||||
|
||||
|
||||
<script data-goatcounter="https://jankremer.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<title>https://jankremer.eu/</title>
|
||||
<link rel="canonical" href="https://jankremer.eu/">
|
||||
<title>http://localhost:1313/</title>
|
||||
<link rel="canonical" href="http://localhost:1313/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://jankremer.eu/">
|
||||
<meta http-equiv="refresh" content="0; url=http://localhost:1313/">
|
||||
</head>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -3,18 +3,16 @@
|
|||
dir="ltr">
|
||||
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.123.8">
|
||||
<meta name="generator" content="Hugo 0.123.8"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Jan Kremer</title>
|
||||
|
||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+lG5LQM=" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
|
||||
|
||||
|
||||
|
||||
<script data-goatcounter="https://jankremer.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
|
|
|||
BIN
public/pharmacist-0.png
Normal file
|
After Width: | Height: | Size: 7 KiB |
BIN
public/pharmacist-0.webp
Normal file
|
After Width: | Height: | Size: 282 B |
BIN
public/pharmacist-1-blue.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
public/pharmacist-1-bluegray.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
public/pharmacist-1-darkblue.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
public/pharmacist-1-darkgreen.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
public/pharmacist-1-green.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
public/pharmacist-1-lightblue.png
Normal file
|
After Width: | Height: | Size: 7 KiB |
BIN
public/pharmacist-1-lightgreen.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
public/pharmacist-1-lightviolet.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
public/pharmacist-1-orange.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
public/pharmacist-1-pink.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
public/pharmacist-1-red.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
public/pharmacist-1-violet.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
public/pharmacist-1-yellow.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
public/pharmacist-1-yellow.webp
Normal file
|
After Width: | Height: | Size: 288 B |
BIN
public/qr.png
Normal file
|
After Width: | Height: | Size: 293 B |
BIN
public/skier-1-1.png
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
public/skier-1-2.png
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
public/skier-1-3.png
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
public/xmr.png
Normal file
|
After Width: | Height: | Size: 1 KiB |