draft stage

This commit is contained in:
nek0 2023-04-10 15:27:11 +02:00
parent 27d37ee30b
commit b8d4ce9083
8 changed files with 226 additions and 64 deletions

View File

@ -1,10 +1,12 @@
:root {
--background-color: darkslategrey;
--text-color: antiquewhite;
--link-color: greenyellow;
--link-visited-color: lightsteelblue;
}
body {
color: antiquewhite;
color: var(--text-color);
font-size: 12pt;
font-family: 'Tippa';
font-weight: normal;
@ -12,15 +14,16 @@ body {
margin: 0;
display: grid;
grid-template-columns: [leftcol] 1fr [maincol] auto [rightcol] 1fr;
grid-template-rows: [headerrow] auto [mainrow] 1fr [footerrow] auto;
grid-template-rows: [headerrow] 1fr [mainrow] auto [plugrow] 1fr [extrasrow] 1fr;
grid-template-areas:
"inlinks logo outlinks"
"main main main"
"plugs plugs extras";
"plugs plugs plugs"
"extras extras extras";
justify-content: stretch;
align-content: stretch;
min-height: 100vh;
background-color: darkslategrey;
background-color: var(--background-color);
}
body::after {
@ -38,7 +41,7 @@ body::after {
background-origin: padding-box;
background-clip: content-box;
background-position: center;
z-index: -1;
z-index: -2;
}
a {
@ -52,7 +55,7 @@ a:visited {
}
img, video {
margin: 10px;
padding: 10px;
width: 66%;
max-width: 500px;
}
@ -61,8 +64,8 @@ hr {
color: black;
border: 0;
background-color: black;
height: 2px;
margin: 5px 0 5px;
height: 3px;
margin: 20px 10% 20px;
}
header {
@ -79,20 +82,20 @@ header a:visited {
color: var(--link-color);
}
header > hr {
margin-top: 0px;
}
article {
text-align: left;
padding: 0 0 5px;
margin: 0 auto 0;
padding: 0 20px 0;
overflow: auto;
grid-area: main;
max-width: 80em;
}
article a:hover{
article hr {
margin-top: 100px;
}
article a:hover, .extras a:hover{
text-decoration: underline;
}
@ -112,7 +115,7 @@ article li:before {
article li {
text-indent: -2ex;
margin-left: 1.5ex;
padding-left: 1.5ex;
}
.liberapay {
@ -123,6 +126,9 @@ article li {
.inlinks {
grid-area: inlinks;
}
.inlinks ul {
justify-content: flex-end;
}
@ -133,6 +139,9 @@ article li {
.outlinks {
grid-area: outlinks;
}
.outlnks ul {
justify-content: flex-start;
}
@ -144,23 +153,30 @@ article li {
grid-area: extras;
}
.inlinks, .outlinks, .tags, .plugs {
.plugs, .extras {
padding : 20px;
color: black;
}
.inlinks, .outlinks, .tags, .plugs, .extras {
padding: 20px 20px 20px 20px;
line-height: 100%;
}
.logo img {
width: 200px;
}
.tags p, .plugs p {
.tags p, .plugs p, article p {
text-align: left;
margin: 0;
}
.inlinks, .outlinks, .plugs ul {
.inlinks ul, .outlinks ul, .plugs ul, .extras ul {
list-style: none;
margin: 0;
display: inline-block;
height: 100%;
}
.inlinks li a:link, .outlinks li a:link {
@ -176,41 +192,93 @@ article li {
color: var(--link-color);
}
.inlinks, .outlinks, .plugs ul {
.inlinks ul, .outlinks ul, .plugs, .extras, .plugs ul, .extras ul {
display: flex;
flex-direction: row;
align-items: center;
}
.inlinks li, .outlinks li, .plugs li {
.inlinks li, .outlinks li {
display: inline-block;
margin: 20px;
margin: 0;
padding: 20px;
}
.plugs li a {
display: inline-block;
height: 40px;
}
.plugs svg {
.plugs img {
width: 40px;
height: 40px;
}
.plugs ul, .extras ul {
list-style: none;
padding: 0;
.plugs, .extras {
padding: 0 40px 0;
margin: 0;
}
.plugs, .extras, .plugs ul, .extras ul {
list-style: none;
justify-content: space-evenly;
padding: 0;
}
.plugs li, .extras li {
display: inline-block;
text-align: center;
width: auto;
padding: 0;
margin: 0;
}
.extras a {
display: inline-block;
height: 40px;
line-height: 40px;
padding: 10px;
}
.extras a:link, .extras a:visited {
color: black;
font-weight: bold;
}
.plug-container, .extras-container {
display: inline-block;
height: 85px;
padding: 20px;
}
.plug-container, .extras-container {
width: 25%;
}
.plug-container::after, .extras-container::after {
content: "";
position: relative;
top: -125px;
left: -20px;
display: inline-block;
height: 125px;
width: 100%;
background-color: var(--text-color);
border-radius: 5px;
opacity: 50%;
z-index: -1;
}
/*.extras-container::after {
content: "";
position: relative;
top: -100px;
left: -20px;
display: inline-block;
height: 125px;
width: 100%;
background-color: var(--text-color);
border-radius: 5px;
opacity: 50%;
z-index: -1;
}*/
pre {
border: dashed 1px #000000;
border-radius: 5px;
@ -259,15 +327,15 @@ h2 {
.left, .right {
float: left;
margin-left: 25%;
padding-left: 25%;
display: inline-block;
fill: currentColor;
}
.left svg, .right svg {
margin-bottom: -3px;
margin-left: 0.8ex;
margin-right: 0.8ex;
padding-bottom: -3px;
padding-left: 0.8ex;
padding-right: 0.8ex;
}
.info {
@ -281,7 +349,7 @@ h2 {
width: 2ex;
height: 2ex;
content: "";
margin-right: 0.5ex;
padding-right: 0.5ex;
background-repeat: no-repeat;
background-size: contain;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgaGVpZ2h0PSIxMDAlIgogICB3aWR0aD0iMTAwJSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnNDMwMyIKICAgdmlld0JveD0iMCAtMjU2IDE5NTAgMTk1MCI+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNDMxMyI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGRlZnMKICAgICBpZD0iZGVmczQzMTEiIC8+CiAgPGcKICAgICBpZD0iZzQzMDUiCiAgICAgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMjEuNjc4Nzg2LDEzOTIuODE5KSI+CiAgICA8cGF0aAogICAgICAgc3R5bGU9ImZpbGw6Y3VycmVudENvbG9yIgogICAgICAgaWQ9InBhdGg0MzA3IgogICAgICAgZD0ibSA0NDgsMTA4OCBxIDAsNTMgLTM3LjUsOTAuNSBRIDM3MywxMjE2IDMyMCwxMjE2IDI2NywxMjE2IDIyOS41LDExNzguNSAxOTIsMTE0MSAxOTIsMTA4OCAxOTIsMTAzNSAyMjkuNSw5OTcuNSAyNjcsOTYwIDMyMCw5NjAgcSA1MywwIDkwLjUsMzcuNSBRIDQ0OCwxMDM1IDQ0OCwxMDg4IHogTSAxNTE1LDUxMiBxIDAsLTUzIC0zNywtOTAgTCA5ODcsLTcwIHEgLTM5LC0zNyAtOTEsLTM3IC01MywwIC05MCwzNyBMIDkxLDY0NiBRIDUzLDY4MyAyNi41LDc0NyAwLDgxMSAwLDg2NCB2IDQxNiBxIDAsNTIgMzgsOTAgMzgsMzggOTAsMzggaCA0MTYgcSA1MywwIDExNywtMjYuNSA2NCwtMjYuNSAxMDIsLTY0LjUgbCA3MTUsLTcxNCBxIDM3LC0zOSAzNywtOTEgeiBtIDM4NCwwIHEgMCwtNTMgLTM3LC05MCBMIDEzNzEsLTcwIHEgLTM5LC0zNyAtOTEsLTM3IC0zNiwwIC01OSwxNCAtMjMsMTQgLTUzLDQ1IGwgNDcwLDQ3MCBxIDM3LDM3IDM3LDkwIDAsNTIgLTM3LDkxIGwgLTcxNSw3MTQgcSAtMzgsMzggLTEwMiw2NC41IC02NCwyNi41IC0xMTcsMjYuNSBoIDIyNCBxIDUzLDAgMTE3LC0yNi41IDY0LC0yNi41IDEwMiwtNjQuNSBsIDcxNSwtNzE0IHEgMzcsLTM5IDM3LC05MSB6IiAvPgogIDwvZz4KPC9zdmc+Cg==);
@ -289,7 +357,7 @@ h2 {
.feed{
display: inline-block;
margin-bottom: -2px;
padding-bottom: -2px;
fill: currentColor;
}
@ -313,7 +381,7 @@ h2 {
}
.scripture p {
margin-top: 25px;
padding-top: 25px;
}
.with-initial > p:first-child::first-letter {
@ -323,15 +391,15 @@ h2 {
font-weight: normal;
font-style: normal;
float: left;
margin-top: 0.1ex;
margin-right: 5px;
padding-top: 0.1ex;
padding-right: 5px;
}
.postlist {
columns: 2;
}
@media screen and (max-width: 1100px){
@media screen and (max-width: 1100px) {
body {
display: block;
@ -372,7 +440,7 @@ h2 {
img {
float: right;
margin: 10px;
padding: 10px;
padding-left: 100%;
width: 230px;
}

21
site/images/gitea.svg Normal file
View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="512"
height="512"
viewBox="0 0 135.46667 135.46667"
version="1.1"
id="svg8"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs7" />
<g
id="layer1"
transform="translate(0,-161.53334)"
style="display:inline">
<path
id="path866"
d="M 256 0 A 256.00002 255.99999 0 0 0 0 256 A 256.00002 255.99999 0 0 0 256 512 A 256.00002 255.99999 0 0 0 512 256 A 256.00002 255.99999 0 0 0 256 0 z M 112.10547 129.5 C 124.45285 129.53523 135.94642 131.08186 144.19336 131.16992 C 210.07769 134.81936 244.78951 136.87746 284.22656 136.89258 L 284.29688 207.97266 L 295.00977 213.29492 L 295.00977 136.85156 C 329.37007 136.54909 369.44338 134.74906 437.04297 131.16992 C 477.92143 132.10048 422.77915 376.98726 349.14453 382.5 L 226.34375 382.5 C 198.3146 379.48874 160.45593 322.33313 156.92578 305.76172 C 124.74834 305.05234 44.259607 296.8572 40.605469 208.50977 C 38.266897 151.96928 80.551025 129.41005 112.10547 129.5 z M 116.57227 160.73828 L 116.57227 160.74023 C 78.536291 161.26328 68.267493 186.06406 71.3125 209.79492 C 77.20156 255.69059 109.21976 267.98539 146.84375 272.95898 C 132.09421 232.50235 124.80658 206.02422 120.33984 160.76562 C 119.0546 160.73161 117.79924 160.72316 116.57227 160.73828 z M 262.91211 205.25781 C 262.54543 205.25025 262.18117 205.25832 261.81641 205.27344 C 255.39661 205.55804 249.34848 209.26459 246.33203 215.47266 L 211.95703 286.21875 C 207.56949 295.24865 211.30605 306.04996 220.33594 310.4375 L 291.08398 344.81445 C 300.11387 349.20199 310.91518 345.46349 315.30273 336.43359 L 349.67773 265.68555 C 354.06527 256.65565 350.32872 245.85437 341.29883 241.4668 L 291.30273 217.17578 L 282.26367 235.6875 A 11.484334 11.484334 0 0 1 284.74805 239.70898 A 11.484334 11.484334 0 0 1 285.40234 244.30664 C 291.2644 247.07923 296.17887 249.37378 300.11133 251.5625 C 306.08163 254.8855 310.6115 258.49237 312.08203 264.04688 C 313.55257 269.60131 311.86339 275.36982 308.6543 283.07812 C 306.28144 288.77777 302.59526 296.34539 298.29492 305.16016 A 11.484334 11.484334 0 0 1 300.63477 309.03125 A 11.484334 11.484334 0 0 1 293.71875 323.72852 A 11.484334 11.484334 0 0 1 279.02344 316.8125 A 11.484334 11.484334 0 0 1 285.93945 302.11523 A 11.484334 11.484334 0 0 1 290.24219 301.44531 C 294.57811 292.54853 298.2585 284.99031 300.47266 279.67188 C 303.45077 272.51836 304.07919 268.45053 303.51367 266.31445 C 302.94815 264.17838 301.08109 262.23947 295.80469 259.30273 C 292.30384 257.35424 287.43886 255.08627 281.48047 252.26172 A 11.484334 11.484334 0 0 1 277.83203 254.4043 A 11.484334 11.484334 0 0 1 272.82031 255.02734 L 257.4082 286.59375 A 11.484334 11.484334 0 0 1 260.09961 290.83203 A 11.484334 11.484334 0 0 1 253.18359 305.52734 A 11.484334 11.484334 0 0 1 238.49023 298.61133 A 11.484334 11.484334 0 0 1 245.40625 283.91602 A 11.484334 11.484334 0 0 1 249.2168 283.23828 L 265.0332 250.8457 A 11.484334 11.484334 0 0 1 263.13672 247.48828 A 11.484334 11.484334 0 0 1 270.05273 232.79297 A 11.484334 11.484334 0 0 1 274.17578 232.11914 L 283.35742 213.31445 L 270.55078 207.0918 C 268.08167 205.89206 265.47887 205.30052 262.91211 205.25781 z "
transform="matrix(0.26458333,0,0,0.26458333,0,161.53334)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

2
site/images/ko-fi.svg Normal file
View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" version="1.1" id="svg6"><path id="path837" style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:7.559;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:15.118, 15.118;stroke-dashoffset:0" d="M 12 0 A 12 12 0 0 0 0 12 A 12 12 0 0 0 12 24 A 12 12 0 0 0 24 12 A 12 12 0 0 0 12 0 z M 3.6367188 5.7578125 L 18.576172 5.7578125 C 18.576172 5.7578125 21.911899 6.1728569 22.542969 9.5078125 C 23.174039 12.842768 20.666213 15.350231 17.113281 15.154297 C 17.133691 16.107841 16.933719 17.85339 14.943359 18.201172 C 11.92353 18.222392 5.1757812 18.242188 5.1757812 18.242188 C 5.1757812 18.242188 3.1983412 18.039478 3.0644531 16.060547 C 3.0154701 12.388422 3.0820312 6.4101562 3.0820312 6.4101562 C 3.0820313 6.4101562 3.1436189 5.7578125 3.6367188 5.7578125 z M 17.177734 8.1484375 L 17.177734 12.787109 C 17.177734 12.787109 17.793171 12.858372 18.550781 12.763672 C 19.427585 12.479568 20.232422 11.864489 20.232422 10.302734 C 20.232422 8.5989271 18.623047 8.1484375 18.623047 8.1484375 L 17.177734 8.1484375 z M 11.822266 8.6953125 C 10.807505 8.8224016 10.089844 9.640625 10.089844 9.640625 C 8.9811854 8.4217537 7.3037312 8.4840393 6.5273438 9.3085938 C 5.7517727 10.133149 6.0227415 11.550074 6.6015625 12.337891 C 7.1452786 13.076725 9.53287 15.204427 9.8945312 15.564453 C 9.8945312 15.564453 9.922329 15.592142 9.984375 15.638672 C 10.138676 15.717042 10.236328 15.619141 10.236328 15.619141 C 10.236328 15.619141 12.494496 13.559262 13.511719 12.373047 C 14.417096 11.311739 14.476282 9.5229559 12.921875 8.8535156 C 12.533477 8.6863596 12.160519 8.6529495 11.822266 8.6953125 z "></path></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80" version="1.1" id="svg8"><path id="path839" d="M 39.923828 0 A 40 40 0 0 0 0 40 A 40 40 0 0 0 40 80 A 40 40 0 0 0 80 40 A 40 40 0 0 0 40 0 A 40 40 0 0 0 39.923828 0 z M 36.083984 7.4335938 L 26.664062 46.466797 C 26.482557 47.279978 26.381839 48.025623 26.359375 48.703125 C 26.336013 49.380627 26.461062 49.978689 26.732422 50.498047 C 27.003782 51.018303 27.466056 51.436564 28.121094 51.751953 C 28.776132 52.069139 29.68994 52.271474 30.865234 52.361328 L 28.832031 60.699219 L 28.832031 60.703125 C 25.623334 60.703125 23.105723 60.282911 21.275391 59.447266 C 19.445058 58.61162 18.136421 57.472045 17.345703 56.025391 C 16.554985 54.579635 16.169997 52.920181 16.193359 51.044922 C 16.215823 49.170561 16.473965 47.171031 16.972656 45.046875 L 25.580078 9.0585938 L 36.083984 7.4335938 z M 52.289062 23.570312 C 54.818462 23.570312 56.998691 23.9553 58.828125 24.722656 C 60.658457 25.490911 62.160955 26.54246 63.339844 27.875 C 64.51424 29.208438 65.383137 30.766274 65.949219 32.550781 C 66.512605 34.336187 66.794922 36.243941 66.794922 38.277344 L 66.787109 38.275391 C 66.787109 41.573943 66.244698 44.590694 65.160156 47.322266 C 64.075615 50.056533 62.572999 52.416719 60.658203 54.404297 C 58.737118 56.392773 56.433636 57.93987 53.746094 59.046875 C 51.057653 60.152982 48.130723 60.707031 44.96875 60.707031 C 43.432241 60.707031 41.896938 60.572141 40.361328 60.300781 L 37.310547 72.566406 L 27.28125 72.566406 L 38.53125 25.671875 C 40.337322 25.130053 42.405195 24.645246 44.732422 24.214844 C 47.05875 23.786239 49.578158 23.570312 52.289062 23.570312 z M 51.005859 32.041016 C 49.559205 32.041016 48.203703 32.177859 46.939453 32.449219 L 42.195312 52.169922 C 42.962668 52.351428 43.911547 52.441406 45.041016 52.441406 C 46.803059 52.441406 48.405807 52.114921 49.851562 51.458984 C 51.297318 50.804845 52.529724 49.888185 53.546875 48.712891 C 54.563127 47.538495 55.351887 46.127186 55.917969 44.476562 C 56.482254 42.827736 56.765625 41.00996 56.765625 39.021484 C 56.765625 37.079733 56.335726 35.429222 55.478516 34.074219 C 54.619508 32.719216 53.129117 32.041016 51.005859 32.041016 z "></path><g transform="matrix(0.89854318,0,0,0.89854318,-64.867477,-182.89262)" fill="#1a171b" id="g6" style="fill:#ff0000;stroke-width:1.11292"></g></svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

35
site/images/mastodon.svg Normal file
View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
width="48"
height="48"
viewBox="0 0 12.7 12.7"
version="1.1"
id="svg8">
<defs
id="defs2" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
transform="translate(0,-284.3)">
<path
d="m 3.4726562,291.73196 h 1.0394344 c 0.1307706,0 -0.2500688,-3.16793 0.5669643,-3.07106 0.9003476,0.10675 0.7795759,2.19699 0.7795759,2.19699 h 0.9449406 c 0,0 -0.2434252,-2.16263 0.7559523,-2.19699 0.8838304,-0.0304 0.443143,2.89722 0.5905877,3.09468 h 0.9921875 c 0.040682,-0.97389 0.3049493,-2.78548 -0.3307277,-3.61439 -0.7372059,-0.96132 -1.9459544,-0.57133 -2.4804687,0.35435 -0.4855,-1.29664 -2.562423,-1.29672 -2.8348212,0.18898 -0.2142541,1.16858 -0.023625,3.08038 -0.023625,3.04744 z M 6.3499999,284.3 A 6.3499999,6.3499999 0 0 0 0,290.65 6.3499999,6.3499999 0 0 0 6.3499999,297 6.3499999,6.3499999 0 0 0 12.7,290.65 6.3499999,6.3499999 0 0 0 6.3499999,284.3 Z m -1.3079304,1.78594 h 2.4939046 c 1.7275399,0 3.1181559,0.99031 3.1181559,2.22053 v 2.78743 c 0,1.23022 -1.390616,2.22105 -3.1181559,2.22105 -1.081989,0 -2.2374185,0.20529 -3.2137572,-0.25528 -3e-7,0.19138 0.1371179,2.14239 3.615283,1.27073 v 0.87436 c -1.1318325,0.13241 -5.8105021,1.55576 -6.009969,-3.48971 l -0.00362,-3.40858 c -0.00138,-1.23022 1.3906157,-2.22053 3.1181559,-2.22053 z"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path891" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

2
site/images/tipeee.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

2
site/images/twitter.svg Normal file
View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 300 300" height="300" width="300"><path id="path832" d="M 150 0 A 150 150.00002 0 0 0 0 150 A 150 150.00002 0 0 0 150 300 A 150 150.00002 0 0 0 300 150 A 150 150.00002 0 0 0 150 0 z M 193.81445 57.443359 C 207.25784 57.443359 219.39782 63.123286 227.92578 72.207031 C 238.57208 70.106934 248.57248 66.216039 257.60156 60.863281 C 254.10745 71.773803 246.69941 80.927345 237.05078 86.712891 C 246.50353 85.583113 255.51364 83.077345 263.88672 79.355469 C 257.63196 88.726218 249.70091 96.958276 240.57617 103.55469 C 240.66689 105.55913 240.70898 107.57108 240.70898 109.59375 C 240.70898 171.3436 193.70528 242.55555 107.74805 242.55664 C 81.354012 242.55626 56.794924 234.82075 36.113281 221.56445 C 39.771381 221.99706 43.492327 222.21289 47.259766 222.21289 C 69.158237 222.21289 89.308224 214.74581 105.30273 202.20898 C 84.84835 201.83085 67.596012 188.31837 61.646484 169.75 C 64.493691 170.29684 67.423031 170.59375 70.429688 170.59375 C 74.693668 170.59375 78.82508 170.01978 82.751953 168.94922 C 61.368253 164.66702 45.259766 145.77058 45.259766 123.13867 C 45.259766 122.92912 45.260678 122.73709 45.267578 122.54102 C 51.563339 126.04423 58.764677 128.14984 66.431641 128.38672 C 53.88569 120.01364 45.636719 105.6995 45.636719 89.486328 C 45.636719 80.926471 47.949456 72.904244 51.962891 65.998047 C 75.009355 94.274278 109.4505 112.8699 148.29102 114.82422 C 147.48923 111.40302 147.07812 107.83713 147.07812 104.16992 C 147.07812 78.371914 168.00732 57.443359 193.81445 57.443359 z "></path></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -24,23 +24,28 @@
<link rel="icon" type="image/x-icon" href="/images/nek0net_lynx.ico">
</head>
<body itemscope itemtype="https://schema.org/Blog">
<ul class="inlinks">
<li><a href="/about.html">About</a></li>
<li><a href="/contact.html">Contact</a></li>
<li><a href="/archive.html">Archive</a></li>
</ul>
<div class="inlinks">
<ul>
<li><a href="/about.html">About</a></li>
<li><a href="/contact.html">Contact</a></li>
<li><a href="/archive.html">Archive</a></li>
</ul>
<hr>
</div>
<div class="logo">
<img src="/images/nek0arts_logo.svg" />
</div>
<ul class="outlinks">
<li>
<a href="https://art.nek0.eu/">Art Gallery</a>
</li>
<li>
<a href="https://comics.nek0.eu/">Comics</a>
</li>
</ul>
<hr>
<div class="outlinks">
<ul>
<li>
<a href="https://art.nek0.eu/">Gallery</a>
</li>
<li>
<a href="https://comics.nek0.eu/">Comics</a>
</li>
</ul>
<hr>
</div>
$if(datetime)$
<article itemprop="blogPost mainEntityOfPage" itemscope itemtype="https://schema.org/BlogPosting">
<h1 itemprop="headline">$title$</h1>
@ -49,19 +54,44 @@
<h1 itemprop="headline">$title$</h1>
$endif$
$body$
</article>
<hr>
</article>
<ul class="plugs">
<li class="plug-container">
Tip Jar:
<ul>
<li><a href="https://ko-fi.com/ostrovid"><img src="/images/ko-fi.svg" title="Support me on Ko-Fi" target="_blank" rel="noopener noreferrer" /></a></li>
<li><a href="https://liberapay.com/nek0/donate"><img src="/images/liberapay.svg" title="Support me on Liberapay" target="_blank" rel="noopener noreferrer" /></a></li>
<li><a href="https://en.tipeee.com/nek0"><img src="/images/tipeee.svg" title="Support me on Tipeee" target="_blank" rel="noopener noreferrer" /></a></li>
</ul>
</li>
<li class="plug-container">
Socials:
<ul>
<li><a href="https://chaos.social/@nek0"><img src="/images/mastodon.svg" title="Find me on Mastodon" target="_blank" rel="noopener noreferrer" /></a></li>
<li><a href="https://twitter.com/rys_ostrovid"><img src="/images/twitter.svg" title="Find me on Twitter" target="_blank" rel="noopener noreferrer" /></a></li>
<li><a href="https://gitea.nek0.eu/nek0"><img src="/images/gitea.svg" title="Find me on Gitea" target="_blank" rel="noopener noreferrer" /></a></li>
</ul>
</li>
</ul>
<ul class="extras">
<li>
Feeds:<a href="/atom.xml"> <svg class="feed" id="feed" width="1em" height="1em" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M576 1344q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm512 123q2 28-17 48-18 21-47 21h-135q-25 0-43-16.5t-20-41.5q-22-229-184.5-391.5t-391.5-184.5q-25-2-41.5-20t-16.5-43v-135q0-29 21-47 17-17 43-17h5q160 13 306 80.5t259 181.5q114 113 181.5 259t80.5 306zm512 2q2 27-18 47-18 20-46 20h-143q-26 0-44.5-17.5t-19.5-42.5q-12-215-101-408.5t-231.5-336-336-231.5-408.5-102q-25-1-42.5-19.5t-17.5-43.5v-143q0-28 20-46 18-18 44-18h3q262 13 501.5 120t425.5 294q187 186 294 425.5t120 501.5z"/></svg>Atom</a> |
<a href="/rss.xml"> <svg class="feed" width="1em" height="1em" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M576 1344q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm512 123q2 28-17 48-18 21-47 21h-135q-25 0-43-16.5t-20-41.5q-22-229-184.5-391.5t-391.5-184.5q-25-2-41.5-20t-16.5-43v-135q0-29 21-47 17-17 43-17h5q160 13 306 80.5t259 181.5q114 113 181.5 259t80.5 306zm512 2q2 27-18 47-18 20-46 20h-143q-26 0-44.5-17.5t-19.5-42.5q-12-215-101-408.5t-231.5-336-336-231.5-408.5-102q-25-1-42.5-19.5t-17.5-43.5v-143q0-28 20-46 18-18 44-18h3q262 13 501.5 120t425.5 294q187 186 294 425.5t120 501.5z"/></svg>RSS</a>
<li class="extras-container">
Feeds:
<ul>
<li><a href="/atom.xml"> <svg class="feed" id="feed" width="1em" height="1em" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M576 1344q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm512 123q2 28-17 48-18 21-47 21h-135q-25 0-43-16.5t-20-41.5q-22-229-184.5-391.5t-391.5-184.5q-25-2-41.5-20t-16.5-43v-135q0-29 21-47 17-17 43-17h5q160 13 306 80.5t259 181.5q114 113 181.5 259t80.5 306zm512 2q2 27-18 47-18 20-46 20h-143q-26 0-44.5-17.5t-19.5-42.5q-12-215-101-408.5t-231.5-336-336-231.5-408.5-102q-25-1-42.5-19.5t-17.5-43.5v-143q0-28 20-46 18-18 44-18h3q262 13 501.5 120t425.5 294q187 186 294 425.5t120 501.5z"/></svg>Atom</a></li>
<li><a href="/rss.xml"> <svg class="feed" width="1em" height="1em" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M576 1344q0 80-56 136t-136 56-136-56-56-136 56-136 136-56 136 56 56 136zm512 123q2 28-17 48-18 21-47 21h-135q-25 0-43-16.5t-20-41.5q-22-229-184.5-391.5t-391.5-184.5q-25-2-41.5-20t-16.5-43v-135q0-29 21-47 17-17 43-17h5q160 13 306 80.5t259 181.5q114 113 181.5 259t80.5 306zm512 2q2 27-18 47-18 20-46 20h-143q-26 0-44.5-17.5t-19.5-42.5q-12-215-101-408.5t-231.5-336-336-231.5-408.5-102q-25-1-42.5-19.5t-17.5-43.5v-143q0-28 20-46 18-18 44-18h3q262 13 501.5 120t425.5 294q187 186 294 425.5t120 501.5z"/></svg>RSS</a></li>
</ul>
<li class="extras-container">
Site generated by:
<ul>
<li><a href="http://jaspervdj.be/hakyll" target="_blank" rel="noopener noreferrer">Hakyll</a></li>
</ul>
</li>
<li>
Site proudly generated by
<a href="http://jaspervdj.be/hakyll" target="_blank" rel="noopener noreferrer">Hakyll</a>
</li>
<li>
<a href="/imprint.html">Impressum / Datenschutz</a>
<li class="extras-container">
Legalese:
<ul>
<li><a href="/imprint.html">Imprint/GDPR</a></li>
</ul>
</li>
</ul>
</body>