Readme: update

This commit is contained in:
Jan Kremer 2024-03-27 09:37:56 +01:00
parent 52e03265c6
commit 5c2ad7bd23
Signed by: jan
GPG key ID: A7DA689CB3B078EC
33 changed files with 211 additions and 29 deletions

View file

@ -1,10 +1,16 @@
# Links # Webseite von Jan Kremer
## Links
- [Webseite](https://jankremer.eu) - [Webseite](https://jankremer.eu)
- [Spiegel](https://kremer.codeberg.page) - [GitHub Pages](https://janurskremer.github.io)
- [Repositorium](https://codeberg.org/kremer/jankremer.eu)
- [Repo Spiegel](https://https://git.disroot.org/kremer/jankremer.eu)
# 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 \| 20212024 CC-BY-SA 4.0 \| Jan Kremer \| 20212024

View file

@ -118,7 +118,7 @@ hr {
} }
img { img {
max-width: 100%; width: 100%;
} }
footer { footer {

View file

@ -2,18 +2,16 @@
<html lang="de" <html lang="de"
dir="ltr"> dir="ltr">
<head> <head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<title>Über mich | Jan Kremer</title> <title>Über mich | Jan Kremer</title>
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN&#43;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> </head>

View file

@ -2,18 +2,16 @@
<html lang="de" <html lang="de"
dir="ltr"> dir="ltr">
<head> <head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<title>Blog | Jan Kremer</title> <title>Blog | Jan Kremer</title>
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN&#43;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> </head>

BIN
public/btc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 749 B

View file

@ -2,18 +2,16 @@
<html lang="de" <html lang="de"
dir="ltr"> dir="ltr">
<head> <head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<title>Bitcoin | Jan Kremer</title> <title>Bitcoin | Jan Kremer</title>
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN&#43;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> </head>

185
public/css/main.css Normal file
View 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;
}

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 751 B

View file

@ -3,18 +3,16 @@
dir="ltr"> dir="ltr">
<head> <head>
<meta name="generator" content="Hugo 0.123.8"> <meta name="generator" content="Hugo 0.123.8"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<title>Jan Kremer</title> <title>Jan Kremer</title>
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN&#43;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> </head>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="de"> <html lang="de">
<head> <head>
<title>https://jankremer.eu/</title> <title>http://localhost:1313/</title>
<link rel="canonical" href="https://jankremer.eu/"> <link rel="canonical" href="http://localhost:1313/">
<meta name="robots" content="noindex"> <meta name="robots" content="noindex">
<meta charset="utf-8"> <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> </head>
</html> </html>

View file

@ -3,18 +3,16 @@
dir="ltr"> dir="ltr">
<head> <head>
<meta name="generator" content="Hugo 0.123.8"> <meta name="generator" content="Hugo 0.123.8"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<title>Jan Kremer</title> <title>Jan Kremer</title>
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN&#43;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> </head>

BIN
public/pharmacist-0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7 KiB

BIN
public/pharmacist-0.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

BIN
public/pharmacist-1-red.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

BIN
public/qr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

BIN
public/skier-1-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

BIN
public/skier-1-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

BIN
public/skier-1-3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

BIN
public/xmr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB