oops - thought I got that one.

This commit is contained in:
2024-12-19 15:07:08 +02:00
parent db7357942a
commit 790d38fea8
4 changed files with 178 additions and 212 deletions

View File

@@ -1,4 +1,5 @@
@import url("colors.css");
@font-face {
font-family: 'Comic Mono';
src: url('/fonts/ComicMono.ttf') format('truetype'),
@@ -6,125 +7,157 @@ url("/fonts/ComicMono.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}
body {
font-family: "Comic Mono", monospace;
font-size: 1.1em;
background-color: var(--background);
color: var(--foreground);
word-wrap: break-word; /* maybe only to p since the donate page was the culprit */
font-family: "Comic Mono", monospace;
font-size: 1.1em;
background-color: var(--background);
color: var(--foreground);
word-wrap: break-word; /* maybe only to p since the donate page was the culprit */
}
p {
text-align: start; /* text-align: justify; */
overflow: auto;
/* text-justify: inter-word; */
line-height: 1.4em;
text-align: start; /* text-align: justify; */
overflow: auto;
/* text-justify: inter-word; */
line-height: 1.4em;
}
em {
font-family: "Comic Mono", monospace;
font-family: "Comic Mono", monospace;
}
h1,h2,h3 {
font-size: 1.1em;
font-size: 1.1em;
}
h1 {
color: var(--color4);
text-align: center;
color: var(--color4);
text-align: center;
}
h2 {
color: var(--color6);
color: var(--color6);
}
h3 {
color: var(--color5);
color: var(--color5);
}
h1:before {
content: "# ";
content: "# ";
}
h2:before {
content: "## ";
content: "## ";
}
h3:before {
content: "### ";
content: "### ";
}
section {
width: 50%;
margin: 5em auto 0% auto;
width: 50%;
margin: 5em auto 0% auto;
}
blockquote {
text-align: center;
margin:0 auto;
width:auto;
display:table
text-align: center;
margin:0 auto;
width:auto;
display:table
}
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
code, pre {
font-family: "Comic Mono", monospace;
font-size: 1.0em;
color: var(--color1);
text-align: center
font-family: "Comic Mono", monospace;
font-size: 1.0em;
color: var(--color1);
text-align: center
}
a {
font-size: .8em
display: inline-block;
text-align: left;
text-justify: none;
color: var(--color10);
text-decoration: none;
font-size: .8em
display: inline-block;
text-align: left;
text-justify: none;
color: var(--color10);
text-decoration: none;
}
section a:before {
content: "=> 🌍 ";
content: "=> 🌍 ";
}
section a.gem:before {
content: "=> 💎 ";
content: "=> 💎 ";
}
footer a:before {
content: "";
content: "";
}
a:hover {
transition: background-color 0.1s, color 1.1s;
background-color: var(--color9);
color: var(--background);
transition: background-color 0.1s, color 1.1s;
background-color: var(--color9);
color: var(--background);
}
span#url {
display: inline-block;
width: 27em;
display: inline-block;
width: 27em;
}
span#name {
color: var(--color9);
font-style: italic;
color: var(--color9);
font-style: italic;
}
button#mybtn {
color: var(--color15);
background-color: var(--color0);
font-family: "Comic Mono", monospace;
font-size: 1em;
border: 2px solid var(--color3);
color: var(--color15);
background-color: var(--color0);
font-family: "Comic Mono", monospace;
font-size: 1em;
border: 2px solid var(--color3);
}
button#mybtn:hover {
transition: background-color 0.1s, color 1.1s;
background-color: var(--color9);
color: var(--background);
font-family: "Comic Mono", monospace;
font-size: 1em;
transition: background-color 0.1s, color 1.1s;
background-color: var(--color9);
color: var(--background);
font-family: "Comic Mono", monospace;
font-size: 1em;
}
footer a#gemyo img {
image-rendering: optimizeSpeed;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: optimize-contrast;
image-rendering: crisp-edges;
image-rendering: pixelated;
width: 170px;
display: block;
margin: 3em auto 0em auto;
image-rendering: optimizeSpeed;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: optimize-contrast;
image-rendering: crisp-edges;
image-rendering: pixelated;
width: 170px;
display: block;
margin: 3em auto 0em auto;
}
@media screen and (max-width: 1600px) {
section {
width: 80%;
}
section {
width: 80%;
}
}
/* Adjust font size for small screens */
@media (max-width: 1300px) {
pre code {
display: none;
}
}

View File

@@ -1,22 +1,17 @@
i``` konsthol.eu 70
i ________ konsthol.eu 70
i( Gemini ) konsthol.eu 70
i -------- konsthol.eu 70
i o konsthol.eu 70
i o konsthol.eu 70
i .--. konsthol.eu 70
i |o_o | konsthol.eu 70
i |:_/ | konsthol.eu 70
i // \ \ konsthol.eu 70
i (| | ) konsthol.eu 70
i /'\_ _/`\ konsthol.eu 70
i \___)=(___/ konsthol.eu 70
i konsthol.eu 70
i``` konsthol.eu 70
i konsthol.eu 70
i# My Gemini Capsule konsthol.eu 70
i██╗ ██╗ ██████╗ ███╗ ██╗███████╗████████╗██╗ ██╗ ██████╗ ██╗ ███████╗██╗ ██╗ konsthol.eu 70
i██║ ██╔╝██╔═══██╗████╗ ██║██╔════╝╚══██╔══╝██║ ██║██╔═══██╗██║ ██╔════╝██║ ██║ konsthol.eu 70
i█████╔╝ ██║ ██║██╔██╗ ██║███████╗ ██║ ███████║██║ ██║██║ █████╗ ██║ ██║ konsthol.eu 70
i██╔═██╗ ██║ ██║██║╚██╗██║╚════██║ ██║ ██╔══██║██║ ██║██║ ██╔══╝ ██║ ██║ konsthol.eu 70
i██║ ██╗╚██████╔╝██║ ╚████║███████║ ██║ ██║ ██║╚██████╔╝███████╗██╗███████╗╚██████╔╝ konsthol.eu 70
i╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝╚══════╝ ╚═════╝ konsthol.eu 70
i konsthol.eu 70
i``` konsthol.eu 70
i konsthol.eu 70
iThis website follows a Gemini-first approach 🚀 using Drew's script 👌 konsthol.eu 70
i# Konstantinos Cholidis konsthol.eu 70
i konsthol.eu 70
iThis website follows a Gemini-first approach 🚀 konsthol.eu 70
i konsthol.eu 70
iEst. 5th of June 2021. konsthol.eu 70
i konsthol.eu 70
@@ -36,7 +31,16 @@ i* Code Tinkerer konsthol.eu 70
i* Tech Lover konsthol.eu 70
i* Command Liner konsthol.eu 70
i konsthol.eu 70
i### Such Coolness konsthol.eu 70
i## Where can you find me❓ konsthol.eu 70
i konsthol.eu 70
1Gemini 💎 gemini://konsthol.eu konsthol.eu 70
hTelegram 🗨 url:https://t.me/konsthol konsthol.eu 70
1Email ✉️ gemini://konsthol.eu/mailto:konsthol@konsthol.eu konsthol.eu 70
1Protonmail 📧 gemini://konsthol.eu/mailto:konsthol@pm.me konsthol.eu 70
hMy Git 📦 url:https://git.konsthol.eu/ konsthol.eu 70
hWebcall 📞 url:https://talk.konsthol.eu/user/14851851150 konsthol.eu 70
i konsthol.eu 70
i### Thesis konsthol.eu 70
i konsthol.eu 70
iMy Thesis can be found here konsthol.eu 70
i konsthol.eu 70
@@ -58,9 +62,8 @@ i konsthol.eu 70
125-08-2021 - The way to completion gemini://konsthol.eu/log/gemini_capsule_progress-25-08-2021.gmi konsthol.eu 70
i konsthol.eu 70
1Archive gemini://konsthol.eu/log_archive.gmi konsthol.eu 70
i> Hello World! konsthol.eu 70
i konsthol.eu 70
iWelcome to my Gemini capsule! konsthol.eu 70
i> Self hosted services konsthol.eu 70
i konsthol.eu 70
i## Searx konsthol.eu 70
i konsthol.eu 70
@@ -68,16 +71,6 @@ iYou can use my searx instance for a more private experience on the web 👀 ko
i konsthol.eu 70
hSearx 🔍 url:https://searx.konsthol.eu/ konsthol.eu 70
i konsthol.eu 70
i## Where can you find me❓ konsthol.eu 70
i konsthol.eu 70
1Gemini 💎 gemini://konsthol.eu konsthol.eu 70
hTelegram 🗨 url:https://t.me/konsthol konsthol.eu 70
1Email ✉️ gemini://konsthol.eu/mailto:konsthol@konsthol.eu konsthol.eu 70
1Protonmail 📧 gemini://konsthol.eu/mailto:konsthol@pm.me konsthol.eu 70
hMatrix 😎 (Not hosting at the moment) url:https://matrix.to/#/@konsthol:konsthol.eu konsthol.eu 70
hMy Git 📦 url:https://git.konsthol.eu/ konsthol.eu 70
hWebcall 📞 url:https://talk.konsthol.eu/user/14851851150 konsthol.eu 70
i konsthol.eu 70
i## Jitsi Meet konsthol.eu 70
i konsthol.eu 70
iIf you wish to video chat with me let me know so I can make a room at my Jitsi instance konsthol.eu 70
@@ -99,46 +92,18 @@ i konsthol.eu 70
iif you have no ssh client available. konsthol.eu 70
iNote: access from the url is shared across all users through an immutable Guest user account. That means that there will be no user settings persistance. konsthol.eu 70
i konsthol.eu 70
i## Etherpad 📔 konsthol.eu 70
i konsthol.eu 70
iWe can edit a document together at konsthol.eu 70
i konsthol.eu 70
hEtherpad (Not hosting at the moment) url:https://etherpad.konsthol.eu konsthol.eu 70
i konsthol.eu 70
i## Owncast 📺 konsthol.eu 70
i konsthol.eu 70
iI could be livestreaming at konsthol.eu 70
i konsthol.eu 70
hOwncast url:https://tv.konsthol.eu konsthol.eu 70
i konsthol.eu 70
i## Invidious 📹 konsthol.eu 70
i## Piped 📹 konsthol.eu 70
i konsthol.eu 70
iMy invidious instance which you can use resides at konsthol.eu 70
i konsthol.eu 70
hInvidious (Not hosting at the moment) url:https://invidious.konsthol.eu konsthol.eu 70
i konsthol.eu 70
iReplaced by Piped at konsthol.eu 70
iMy Piped instance which you can use resides at konsthol.eu 70
i konsthol.eu 70
hPiped url:https://piped.konsthol.eu/ konsthol.eu 70
i konsthol.eu 70
i## OpenSpeedTest 🏎 konsthol.eu 70
i konsthol.eu 70
iYou can use my OpenSpeedTest instance if you don't trust Ookla at konsthol.eu 70
i konsthol.eu 70
hOpenSpeedTest (Not hosting at the moment) url:https://speedtest.konsthol.eu konsthol.eu 70
i konsthol.eu 70
i## Gopher 🕳️ konsthol.eu 70
i konsthol.eu 70
iMy Gopher Hole which is a work in progress to get up and running will be at this url konsthol.eu 70
i konsthol.eu 70
hGopher 🦫 (Not hosting at the moment) url:gopher://konsthol.eu konsthol.eu 70
i konsthol.eu 70
i## Tor konsthol.eu 70
i konsthol.eu 70
iThis website is also available as a tor hidden service konsthol.eu 70
i konsthol.eu 70
hOnion Address 🧅 (Not hosting at the moment) url:http://jxkqtcekjwmoebh2sl2cmle5mh5ypivxz37j2l4y6iyaixf34pfscuid.onion konsthol.eu 70
i konsthol.eu 70
i## Croc 🐊 konsthol.eu 70
i konsthol.eu 70
iI have my own croc relay which you can use to send and receive files using this amazing tool by running konsthol.eu 70

View File

@@ -1,22 +1,17 @@
```
________
( Gemini )
--------
o
o
.--.
|o_o |
|:_/ |
// \ \
(| | )
/'\_ _/`\
\___)=(___/
```
# My Gemini Capsule
██╗ ██╗ ██████╗ ███╗ ██╗███████╗████████╗██╗ ██╗ ██████╗ ██╗ ███████╗██╗ ██╗
██║ ██╔╝██╔═══██╗████╗ ██║██╔════╝╚══██╔══╝██║ ██║██╔═══██╗██║ ██╔════╝██║ ██║
█████╔╝ ██║ ██║██╔██╗ ██║███████╗ ██║ ███████║██║ ██║██║ █████╗ ██║ ██║
██╔═██╗ ██║ ██║██║╚██╗██║╚════██║ ██║ ██╔══██║██║ ██║██║ ██╔══╝ ██║ ██║
██║ ██╗╚██████╔╝██║ ╚████║███████║ ██║ ██║ ██║╚██████╔╝███████╗██╗███████╗╚██████╔╝
╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝╚══════╝ ╚═════╝
```
This website follows a Gemini-first approach 🚀 using Drew's script 👌
# Konstantinos Cholidis
This website follows a Gemini-first approach 🚀
Est. 5th of June 2021.
@@ -36,7 +31,16 @@ Est. 5th of June 2021.
* Tech Lover
* Command Liner
### Such Coolness
## Where can you find me❓
=> gemini://konsthol.eu Gemini 💎
=> https://t.me/konsthol Telegram 🗨
=> mailto:konsthol@konsthol.eu Email ✉️
=> mailto:konsthol@pm.me Protonmail 📧
=> https://git.konsthol.eu/ My Git 📦
=> https://talk.konsthol.eu/user/14851851150 Webcall 📞
### Thesis
My Thesis can be found here
@@ -58,9 +62,8 @@ My Thesis can be found here
=> /log/gemini_capsule_progress-25-08-2021.gmi 25-08-2021 - The way to completion
=> log_archive.gmi Archive
> Hello World!
Welcome to my Gemini capsule!
> Self hosted services
## Searx
@@ -68,15 +71,6 @@ You can use my searx instance for a more private experience on the web 👀
=> https://searx.konsthol.eu/ Searx 🔍
## Where can you find me❓
=> gemini://konsthol.eu Gemini 💎
=> https://t.me/konsthol Telegram 🗨
=> mailto:konsthol@konsthol.eu Email ✉️
=> mailto:konsthol@pm.me Protonmail 📧
=> https://git.konsthol.eu/ My Git 📦
=> https://talk.konsthol.eu/user/14851851150 Webcall 📞
## Jitsi Meet
If you wish to video chat with me let me know so I can make a room at my Jitsi instance

View File

@@ -30,22 +30,16 @@
</head>
<body>
<section>
<pre><code> ________
( Gemini )
--------
o
o
.--.
|o_o |
|:_/ |
// \ \
(| | )
/&#39;\_ _/`\
\___)=(___/
</code></pre>
<h1 id="my-gemini-capsule">My Gemini Capsule</h1>
<p>This website follows a Gemini-first approach 🚀 using Drews script
👌</p>
<pre><code>
██╗ ██╗ ██████╗ ███╗ ██╗███████╗████████╗██╗ ██╗ ██████╗ ██╗ ███████╗██╗ ██╗
██║ ██╔╝██╔═══██╗████╗ ██║██╔════╝╚══██╔══╝██║ ██║██╔═══██╗██║ ██╔════╝██║ ██║
█████╔╝ ██║ ██║██╔██╗ ██║███████╗ ██║ ███████║██║ ██║██║ █████╗ ██║ ██║
██╔═██╗ ██║ ██║██║╚██╗██║╚════██║ ██║ ██╔══██║██║ ██║██║ ██╔══╝ ██║ ██║
██║ ██╗╚██████╔╝██║ ╚████║███████║ ██║ ██║ ██║╚██████╔╝███████╗██╗███████╗╚██████╔╝
╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝╚══════╝ ╚═════╝
</code></pre>
<h1 id="konstantinos-cholidis">Konstantinos Cholidis</h1>
<p>This website follows a Gemini-first approach 🚀</p>
<p>Est. 5th of June 2021.</p>
<h2 id="a-few-words-about-me">A few words about me</h2>
<ul>
@@ -63,7 +57,15 @@
<li>Tech Lover</li>
<li>Command Liner</li>
</ul>
<h3 id="such-coolness">Such Coolness</h3>
<h2 id="where-can-you-find-me">Where can you find me❓</h2>
<p><a class="gem" href="gemini://konsthol.eu">Gemini 💎</a><br /> <a
href="https://t.me/konsthol">Telegram 🗨</a><br /> <a
href="mailto:konsthol@konsthol.eu">Email ✉️</a><br /> <a
href="mailto:konsthol@pm.me">Protonmail 📧</a><br /> <a
href="https://git.konsthol.eu/">My Git 📦</a><br /> <a
href="https://talk.konsthol.eu/user/14851851150">Webcall
📞</a><br /></p>
<h3 id="thesis">Thesis</h3>
<p>My Thesis can be found here</p>
<p><a
href="https://hellanicus.lib.aegean.gr/handle/11610/26621">SecDep</a><br /></p>
@@ -84,21 +86,14 @@ href="/log/what_the_fuck_google-28-08-2021.html">28-08-2021 - Tracking
sucks in general but especially when it gets too invasive</a><br /> <a
href="/log/gemini_capsule_progress-25-08-2021.html">25-08-2021 - The way
to completion</a><br /></p>
<p><a href="log_archive.html">Archive</a><br /> &gt; Hello World!</p>
<p>Welcome to my Gemini capsule!</p>
<p><a href="log_archive.html">Archive</a><br /></p>
<blockquote>
<p>Self hosted services</p>
</blockquote>
<h2 id="searx">Searx</h2>
<p>You can use my searx instance for a more private experience on the
web 👀</p>
<p><a href="https://searx.konsthol.eu/">Searx 🔍</a><br /></p>
<h2 id="where-can-you-find-me">Where can you find me❓</h2>
<p><a class="gem" href="gemini://konsthol.eu">Gemini 💎</a><br /> <a
href="https://t.me/konsthol">Telegram 🗨</a><br /> <a
href="mailto:konsthol@konsthol.eu">Email ✉️</a><br /> <a
href="mailto:konsthol@pm.me">Protonmail 📧</a><br /> <a
href="https://matrix.to/#/@konsthol:konsthol.eu">Matrix 😎 (Not hosting
at the moment)</a><br /> <a href="https://git.konsthol.eu/">My Git
📦</a><br /> <a href="https://talk.konsthol.eu/user/14851851150">Webcall
📞</a><br /></p>
<h2 id="jitsi-meet">Jitsi Meet</h2>
<p>If you wish to video chat with me let me know so I can make a room at
my Jitsi instance</p>
@@ -111,33 +106,12 @@ my Jitsi instance</p>
<p>if you have no ssh client available. Note: access from the url is
shared across all users through an immutable Guest user account. That
means that there will be no user settings persistance.</p>
<h2 id="etherpad">Etherpad 📔</h2>
<p>We can edit a document together at</p>
<p><a href="https://etherpad.konsthol.eu">Etherpad (Not hosting at the
moment)</a><br /></p>
<h2 id="owncast">Owncast 📺</h2>
<p>I could be livestreaming at</p>
<p><a href="https://tv.konsthol.eu">Owncast</a><br /></p>
<h2 id="invidious">Invidious 📹</h2>
<p>My invidious instance which you can use resides at</p>
<p><a href="https://invidious.konsthol.eu">Invidious (Not hosting at the
moment)</a><br /></p>
<p>Replaced by Piped at</p>
<h2 id="piped">Piped 📹</h2>
<p>My Piped instance which you can use resides at</p>
<p><a href="https://piped.konsthol.eu/">Piped</a><br /></p>
<h2 id="openspeedtest">OpenSpeedTest 🏎</h2>
<p>You can use my OpenSpeedTest instance if you dont trust Ookla at</p>
<p><a href="https://speedtest.konsthol.eu">OpenSpeedTest (Not hosting at
the moment)</a><br /></p>
<h2 id="gopher">Gopher 🕳️</h2>
<p>My Gopher Hole which is a work in progress to get up and running will
be at this url</p>
<p><a href="gopher://konsthol.eu">Gopher 🦫 (Not hosting at the
moment)</a><br /></p>
<h2 id="tor">Tor</h2>
<p>This website is also available as a tor hidden service</p>
<p><a
href="http://jxkqtcekjwmoebh2sl2cmle5mh5ypivxz37j2l4y6iyaixf34pfscuid.onion">Onion
Address 🧅 (Not hosting at the moment)</a><br /></p>
<h2 id="croc">Croc 🐊</h2>
<p>I have my own croc relay which you can use to send and receive files
using this amazing tool by running</p>
@@ -164,8 +138,8 @@ callFrame.src=user_string;
<p>I accept donations for any reason</p>
<p><a href="donate.html">Donate</a><br /></p>
<h2>Daily Unique Visitors</h2><p>
Thursday 28/11/24 12:36:17
2
Thursday 19/12/24 15:06:23
9
</p>
<h2 id="also-on-the-web">Also on the web 🕸️</h2>
<p><a href="https://konsthol.eu">http website</a><br /></p>