Compare commits
22 Commits
mai/cronus
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 92e04b2bef | |||
| ed7d97def0 | |||
| 98da15dcb6 | |||
| 368f7032c0 | |||
| 9ba5fd1a23 | |||
| 754926050e | |||
| 10e778453a | |||
| 3cb1af4c17 | |||
| c7c3094cb6 | |||
| 1f462e6b98 | |||
| 7d8d9870fe | |||
| bbd268cb02 | |||
| 9ebb801542 | |||
| 0321a9cdfb | |||
| 075c37ba38 | |||
| 0dadacf707 | |||
| d6c579527a | |||
|
|
8e23f5eed4 | ||
| 88814630b3 | |||
|
|
794dd17696 | ||
|
|
315161531a | ||
|
|
e48a77bba0 |
20
Caddyfile
20
Caddyfile
@@ -74,6 +74,16 @@
|
||||
root * /srv/fragina.de
|
||||
file_server
|
||||
}
|
||||
@freakifeierabend_de host freakifeierabend.de
|
||||
handle @freakifeierabend_de {
|
||||
root * /srv/freakifeierabend.de
|
||||
file_server
|
||||
}
|
||||
@freakifraiday_de host freakifraiday.de freakyfriday.msbls.de
|
||||
handle @freakifraiday_de {
|
||||
root * /srv/freakifraiday.de
|
||||
file_server
|
||||
}
|
||||
@frenchkis_de host frenchkis.de
|
||||
handle @frenchkis_de {
|
||||
root * /srv/frenchkis.de
|
||||
@@ -94,6 +104,11 @@
|
||||
root * /srv/heygoldi.de
|
||||
file_server
|
||||
}
|
||||
@hlpat_msbls_de host hlpat.msbls.de
|
||||
handle @hlpat_msbls_de {
|
||||
root * /srv/hlpat.msbls.de
|
||||
file_server
|
||||
}
|
||||
@ichbinaufbali_de host ichbinaufbali.de
|
||||
handle @ichbinaufbali_de {
|
||||
root * /srv/ichbinaufbali.de
|
||||
@@ -264,6 +279,11 @@
|
||||
root * /srv/patentonkel.de
|
||||
file_server
|
||||
}
|
||||
@politki_de host politki.de
|
||||
handle @politki_de {
|
||||
root * /srv/politki.de
|
||||
file_server
|
||||
}
|
||||
@schulfrai_de host schulfrai.de
|
||||
handle @schulfrai_de {
|
||||
root * /srv/schulfrai.de
|
||||
|
||||
164
sites/freakifeierabend.de/index.html
Normal file
164
sites/freakifeierabend.de/index.html
Normal file
@@ -0,0 +1,164 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>freaKIfeierabend.</title>
|
||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🪩</text></svg>">
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
|
||||
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
:root {
|
||||
--bg: #0a0510; --text: #f5e6f0; --text-dim: #c2a8b8; --text-muted: #8a7282;
|
||||
--accent: #ff2d78; --accent-glow: rgba(255, 45, 120, 0.25);
|
||||
--border: rgba(255, 45, 120, 0.18);
|
||||
}
|
||||
body {
|
||||
font-family: 'Space Grotesk', -apple-system, sans-serif;
|
||||
background: var(--bg); color: var(--text);
|
||||
min-height: 100vh; display: flex; align-items: center; justify-content: center;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
background-image:
|
||||
radial-gradient(ellipse at 30% 20%, rgba(255, 45, 120, 0.18) 0%, transparent 50%),
|
||||
radial-gradient(ellipse at 70% 80%, rgba(255, 200, 50, 0.10) 0%, transparent 50%);
|
||||
}
|
||||
body::before {
|
||||
content: ''; position: fixed; inset: 0;
|
||||
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
|
||||
pointer-events: none; z-index: 9999;
|
||||
}
|
||||
.container { text-align: center; padding: 3rem 2rem; max-width: 760px; position: relative; z-index: 1; }
|
||||
.icon { font-size: 4rem; margin-bottom: 32px; filter: drop-shadow(0 0 24px var(--accent-glow)); }
|
||||
h1 {
|
||||
font-size: clamp(2.4rem, 7vw, 4.4rem); font-weight: 700;
|
||||
letter-spacing: -0.04em; line-height: 1.05; margin-bottom: 24px;
|
||||
}
|
||||
h1 .accent { color: var(--accent); text-shadow: 0 0 30px var(--accent-glow); }
|
||||
.divider {
|
||||
width: 60px; height: 2px; background: var(--accent);
|
||||
margin: 0 auto 32px; opacity: 0.6;
|
||||
box-shadow: 0 0 12px var(--accent-glow);
|
||||
}
|
||||
.subtitle {
|
||||
font-size: 1.4rem; color: var(--text); font-weight: 500;
|
||||
line-height: 1.4; max-width: 520px; margin: 0 auto 8px;
|
||||
letter-spacing: -0.01em;
|
||||
}
|
||||
.subtitle-alt {
|
||||
font-size: 0.95rem; color: var(--text-dim); font-weight: 300;
|
||||
line-height: 1.5; max-width: 520px; margin: 0 auto 32px;
|
||||
font-style: italic; opacity: 0.75;
|
||||
}
|
||||
.when {
|
||||
font-size: 0.95rem; color: var(--text); font-weight: 500;
|
||||
letter-spacing: 0.18em; text-transform: uppercase;
|
||||
padding: 14px 24px;
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 999px;
|
||||
display: inline-block;
|
||||
background: rgba(255, 45, 120, 0.05);
|
||||
box-shadow: 0 0 24px rgba(255, 45, 120, 0.08) inset;
|
||||
}
|
||||
.when .sep { color: var(--accent); margin: 0 10px; }
|
||||
|
||||
.cta-row { margin-top: 28px; }
|
||||
.cta-btn {
|
||||
display: inline-block;
|
||||
padding: 12px 28px;
|
||||
font-size: 0.9rem; font-weight: 500;
|
||||
letter-spacing: 0.08em;
|
||||
color: var(--text);
|
||||
background: var(--accent);
|
||||
border-radius: 999px;
|
||||
text-decoration: none;
|
||||
box-shadow: 0 0 32px var(--accent-glow);
|
||||
transition: transform 0.15s ease, box-shadow 0.15s ease;
|
||||
}
|
||||
.cta-btn:hover { transform: translateY(-1px); box-shadow: 0 0 48px rgba(255, 45, 120, 0.4); }
|
||||
.cta-hint {
|
||||
margin-top: 10px; font-size: 0.78rem;
|
||||
color: var(--text-muted); letter-spacing: 0.05em;
|
||||
}
|
||||
|
||||
.recap {
|
||||
margin-top: 80px;
|
||||
padding: 32px 24px;
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 16px;
|
||||
background: rgba(255, 45, 120, 0.03);
|
||||
text-align: left;
|
||||
}
|
||||
.recap h2 {
|
||||
font-size: 0.78rem; font-weight: 600;
|
||||
letter-spacing: 0.18em; text-transform: uppercase;
|
||||
color: var(--accent); margin-bottom: 18px;
|
||||
}
|
||||
.recap-empty {
|
||||
font-size: 0.95rem; color: var(--text-muted); font-weight: 300;
|
||||
font-style: italic;
|
||||
}
|
||||
.recap-list { list-style: none; padding: 0; }
|
||||
.recap-list li {
|
||||
padding: 14px 0;
|
||||
border-bottom: 1px solid rgba(255, 45, 120, 0.08);
|
||||
display: flex; gap: 16px; align-items: baseline;
|
||||
}
|
||||
.recap-list li:last-child { border-bottom: none; }
|
||||
.recap-list .date {
|
||||
font-size: 0.78rem; color: var(--accent);
|
||||
letter-spacing: 0.1em; min-width: 88px; flex: 0 0 auto;
|
||||
}
|
||||
.recap-list .topic {
|
||||
font-size: 0.95rem; color: var(--text-dim); font-weight: 400;
|
||||
}
|
||||
|
||||
.footer { margin-top: 64px; font-size: 0.72rem; color: var(--text-muted); }
|
||||
@keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
|
||||
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
|
||||
.icon { display: inline-block; animation: spin 16s linear infinite, fadeIn 0.8s ease forwards; opacity: 0; animation-delay: 0s, 0.1s; }
|
||||
.container > *:not(.icon) { animation: fadeIn 0.8s ease forwards; opacity: 0; }
|
||||
.container > *:nth-child(2) { animation-delay: 0.3s; }
|
||||
.container > *:nth-child(3) { animation-delay: 0.5s; }
|
||||
.container > *:nth-child(4) { animation-delay: 0.7s; }
|
||||
.container > *:nth-child(5) { animation-delay: 0.9s; }
|
||||
.container > *:nth-child(6) { animation-delay: 1.1s; }
|
||||
.container > *:nth-child(7) { animation-delay: 1.3s; }
|
||||
.container > *:nth-child(8) { animation-delay: 1.5s; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="icon">🪩</div>
|
||||
<h1>frea<span class='accent'>KI</span>feierabend.</h1>
|
||||
<div class="divider"></div>
|
||||
<p class="subtitle">Lokal. Radikal. Egal.</p>
|
||||
<p class="subtitle-alt">Get up. Get here. Get freaki.</p>
|
||||
<p class="when" data-de="Do 25.06.2026<span class='sep'>·</span>17 Uhr<span class='sep'>·</span>HL Düsseldorf<span class='sep'>·</span>Open End" data-en="Thu 25 Jun 2026<span class='sep'>·</span>5pm<span class='sep'>·</span>HL Düsseldorf<span class='sep'>·</span>Open end">Do 25.06.2026<span class="sep">·</span>17 Uhr<span class="sep">·</span>HL Düsseldorf<span class="sep">·</span>Open End</p>
|
||||
|
||||
<div class="cta-row">
|
||||
<a class="cta-btn" href="mailto:freaki@msbls.de?subject=Themen-Vorschlag%20freaKIfeierabend" data-de="Themen-Vorschlag" data-en="Pitch a topic">Themen-Vorschlag</a>
|
||||
<p class="cta-hint" data-de="freaki@msbls.de" data-en="freaki@msbls.de">freaki@msbls.de</p>
|
||||
</div>
|
||||
|
||||
<section class="recap">
|
||||
<h2 data-de="Recap" data-en="Recap">Recap</h2>
|
||||
<p class="recap-empty" data-de="Sessions kommen hier rein." data-en="Sessions land here.">Sessions kommen hier rein.</p>
|
||||
<!--
|
||||
Wenn Sessions stattgefunden haben, recap-empty entfernen und
|
||||
eine Liste anlegen — Pattern:
|
||||
|
||||
<ul class="recap-list">
|
||||
<li><span class="date">2026-05-30</span><span class="topic">Thema · 1-Liner-Recap.</span></li>
|
||||
</ul>
|
||||
-->
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<p class="footer">freakifeierabend.de</p>
|
||||
<p class="footer" style="margin-top:12px;"><button data-i18n-toggle title="Maschinell übersetzt / Machine-translated — German is the original." style="background:none;border:1px solid var(--text-muted);color:var(--text-muted);font-size:0.65rem;letter-spacing:0.1em;padding:4px 12px;border-radius:4px;cursor:pointer;">EN</button><br><small data-de="Maschinell übersetzt" data-en="Machine-translated" style="font-size:0.6rem;opacity:0.5;">Maschinell übersetzt</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
<script src="/shared/ai-disclosure.js" data-tone="playful"></script>
|
||||
<script src="/shared/i18n.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
4
sites/freakifeierabend.de/site.yaml
Normal file
4
sites/freakifeierabend.de/site.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
domain: freakifeierabend.de
|
||||
template: custom
|
||||
title: "freaKIfeierabend."
|
||||
description: "Lokal. Radikal. Egal."
|
||||
157
sites/freakifraiday.de/index.html
Normal file
157
sites/freakifraiday.de/index.html
Normal file
@@ -0,0 +1,157 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>freaKIfrAIday.</title>
|
||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🪩</text></svg>">
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
|
||||
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
:root {
|
||||
--bg: #0a0510; --text: #f5e6f0; --text-dim: #c2a8b8; --text-muted: #8a7282;
|
||||
--accent: #ff2d78; --accent-glow: rgba(255, 45, 120, 0.25);
|
||||
--border: rgba(255, 45, 120, 0.18);
|
||||
}
|
||||
body {
|
||||
font-family: 'Space Grotesk', -apple-system, sans-serif;
|
||||
background: var(--bg); color: var(--text);
|
||||
min-height: 100vh; display: flex; align-items: center; justify-content: center;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
background-image:
|
||||
radial-gradient(ellipse at 30% 20%, rgba(255, 45, 120, 0.18) 0%, transparent 50%),
|
||||
radial-gradient(ellipse at 70% 80%, rgba(255, 200, 50, 0.10) 0%, transparent 50%);
|
||||
}
|
||||
body::before {
|
||||
content: ''; position: fixed; inset: 0;
|
||||
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
|
||||
pointer-events: none; z-index: 9999;
|
||||
}
|
||||
.container { text-align: center; padding: 3rem 2rem; max-width: 760px; position: relative; z-index: 1; }
|
||||
.icon { font-size: 4rem; margin-bottom: 32px; filter: drop-shadow(0 0 24px var(--accent-glow)); }
|
||||
h1 {
|
||||
font-size: clamp(2.4rem, 7vw, 4.4rem); font-weight: 700;
|
||||
letter-spacing: -0.04em; line-height: 1.05; margin-bottom: 24px;
|
||||
}
|
||||
h1 .accent { color: var(--accent); text-shadow: 0 0 30px var(--accent-glow); }
|
||||
.divider {
|
||||
width: 60px; height: 2px; background: var(--accent);
|
||||
margin: 0 auto 32px; opacity: 0.6;
|
||||
box-shadow: 0 0 12px var(--accent-glow);
|
||||
}
|
||||
.subtitle {
|
||||
font-size: 1.2rem; color: var(--text-dim); font-weight: 300;
|
||||
line-height: 1.7; max-width: 520px; margin: 0 auto 32px;
|
||||
}
|
||||
.when {
|
||||
font-size: 0.95rem; color: var(--text); font-weight: 500;
|
||||
letter-spacing: 0.18em; text-transform: uppercase;
|
||||
padding: 14px 24px;
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 999px;
|
||||
display: inline-block;
|
||||
background: rgba(255, 45, 120, 0.05);
|
||||
box-shadow: 0 0 24px rgba(255, 45, 120, 0.08) inset;
|
||||
}
|
||||
.when .sep { color: var(--accent); margin: 0 10px; }
|
||||
|
||||
.cta-row { margin-top: 28px; }
|
||||
.cta-btn {
|
||||
display: inline-block;
|
||||
padding: 12px 28px;
|
||||
font-size: 0.9rem; font-weight: 500;
|
||||
letter-spacing: 0.08em;
|
||||
color: var(--text);
|
||||
background: var(--accent);
|
||||
border-radius: 999px;
|
||||
text-decoration: none;
|
||||
box-shadow: 0 0 32px var(--accent-glow);
|
||||
transition: transform 0.15s ease, box-shadow 0.15s ease;
|
||||
}
|
||||
.cta-btn:hover { transform: translateY(-1px); box-shadow: 0 0 48px rgba(255, 45, 120, 0.4); }
|
||||
.cta-hint {
|
||||
margin-top: 10px; font-size: 0.78rem;
|
||||
color: var(--text-muted); letter-spacing: 0.05em;
|
||||
}
|
||||
|
||||
.recap {
|
||||
margin-top: 80px;
|
||||
padding: 32px 24px;
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 16px;
|
||||
background: rgba(255, 45, 120, 0.03);
|
||||
text-align: left;
|
||||
}
|
||||
.recap h2 {
|
||||
font-size: 0.78rem; font-weight: 600;
|
||||
letter-spacing: 0.18em; text-transform: uppercase;
|
||||
color: var(--accent); margin-bottom: 18px;
|
||||
}
|
||||
.recap-empty {
|
||||
font-size: 0.95rem; color: var(--text-muted); font-weight: 300;
|
||||
font-style: italic;
|
||||
}
|
||||
.recap-list { list-style: none; padding: 0; }
|
||||
.recap-list li {
|
||||
padding: 14px 0;
|
||||
border-bottom: 1px solid rgba(255, 45, 120, 0.08);
|
||||
display: flex; gap: 16px; align-items: baseline;
|
||||
}
|
||||
.recap-list li:last-child { border-bottom: none; }
|
||||
.recap-list .date {
|
||||
font-size: 0.78rem; color: var(--accent);
|
||||
letter-spacing: 0.1em; min-width: 88px; flex: 0 0 auto;
|
||||
}
|
||||
.recap-list .topic {
|
||||
font-size: 0.95rem; color: var(--text-dim); font-weight: 400;
|
||||
}
|
||||
|
||||
.footer { margin-top: 64px; font-size: 0.72rem; color: var(--text-muted); }
|
||||
@keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
|
||||
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
|
||||
.icon { display: inline-block; animation: spin 16s linear infinite, fadeIn 0.8s ease forwards; opacity: 0; animation-delay: 0s, 0.1s; }
|
||||
.container > *:not(.icon) { animation: fadeIn 0.8s ease forwards; opacity: 0; }
|
||||
.container > *:nth-child(2) { animation-delay: 0.3s; }
|
||||
.container > *:nth-child(3) { animation-delay: 0.5s; }
|
||||
.container > *:nth-child(4) { animation-delay: 0.7s; }
|
||||
.container > *:nth-child(5) { animation-delay: 0.9s; }
|
||||
.container > *:nth-child(6) { animation-delay: 1.1s; }
|
||||
.container > *:nth-child(7) { animation-delay: 1.3s; }
|
||||
.container > *:nth-child(8) { animation-delay: 1.5s; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="icon">🪩</div>
|
||||
<h1>frea<span class='accent'>KI</span>fr<span class='accent'>AI</span>day.</h1>
|
||||
<div class="divider"></div>
|
||||
<p class="subtitle" data-de="Endlich frAI. Endlich Wochenende." data-en="Finally frAI. Finally weekend.">Endlich frAI. Endlich Wochenende.</p>
|
||||
<p class="when" data-de="Letzter Freitag im Monat<span class='sep'>·</span>17 Uhr<span class='sep'>·</span>Open End" data-en="Last Friday of the month<span class='sep'>·</span>5pm<span class='sep'>·</span>Open end">Letzter Freitag im Monat<span class="sep">·</span>17 Uhr<span class="sep">·</span>Open End</p>
|
||||
|
||||
<div class="cta-row">
|
||||
<a class="cta-btn" href="mailto:freaki@msbls.de?subject=Themen-Vorschlag%20freaKIfrAIday" data-de="Themen-Vorschlag" data-en="Pitch a topic">Themen-Vorschlag</a>
|
||||
<p class="cta-hint" data-de="freaki@msbls.de" data-en="freaki@msbls.de">freaki@msbls.de</p>
|
||||
</div>
|
||||
|
||||
<section class="recap">
|
||||
<h2 data-de="Recap" data-en="Recap">Recap</h2>
|
||||
<p class="recap-empty" data-de="Sessions kommen hier rein." data-en="Sessions land here.">Sessions kommen hier rein.</p>
|
||||
<!--
|
||||
Wenn Sessions stattgefunden haben, recap-empty entfernen und
|
||||
eine Liste anlegen — Pattern:
|
||||
|
||||
<ul class="recap-list">
|
||||
<li><span class="date">2026-05-30</span><span class="topic">Thema · 1-Liner-Recap.</span></li>
|
||||
</ul>
|
||||
-->
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<p class="footer">freakifraiday.de</p>
|
||||
<p class="footer" style="margin-top:12px;"><button data-i18n-toggle title="Maschinell übersetzt / Machine-translated — German is the original." style="background:none;border:1px solid var(--text-muted);color:var(--text-muted);font-size:0.65rem;letter-spacing:0.1em;padding:4px 12px;border-radius:4px;cursor:pointer;">EN</button><br><small data-de="Maschinell übersetzt" data-en="Machine-translated" style="font-size:0.6rem;opacity:0.5;">Maschinell übersetzt</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
<script src="/shared/ai-disclosure.js" data-tone="playful"></script>
|
||||
<script src="/shared/i18n.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
6
sites/freakifraiday.de/site.yaml
Normal file
6
sites/freakifraiday.de/site.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
domain: freakifraiday.de
|
||||
template: custom
|
||||
title: "freaKIfrAIday."
|
||||
description: ""
|
||||
aliases:
|
||||
- freakyfriday.msbls.de
|
||||
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "v0.260416",
|
||||
"dotm_url": "https://hlpat.msbls.de/8dd55f4d-fc14-4980-be6d-efdf093187dd/HL-Patents-Style.dotm",
|
||||
"sha256": "26F750FC35078DC8CF4D053CCD0423FFE10CAE881D5AF20586CC08394BDF38CA"
|
||||
}
|
||||
3
sites/hlpat.msbls.de/index.html
Normal file
3
sites/hlpat.msbls.de/index.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html><head><meta charset="utf-8"><title>404</title></head>
|
||||
<body><p>Not found.</p></body></html>
|
||||
4
sites/hlpat.msbls.de/site.yaml
Normal file
4
sites/hlpat.msbls.de/site.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
domain: hlpat.msbls.de
|
||||
template: custom
|
||||
title: "HLpat Update Server"
|
||||
description: "Internal endpoint for HL Patents Style auto-update."
|
||||
107
sites/politki.de/index.html
Normal file
107
sites/politki.de/index.html
Normal file
@@ -0,0 +1,107 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>politKI. — KI & Politik.</title>
|
||||
<meta name="description" content="KI ist nicht neutral. Eine Seite, die zur Kritik verlinkt.">
|
||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚖️</text></svg>">
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;1,400&family=Inter:wght@400;500;600&display=swap');
|
||||
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
:root {
|
||||
--bg: #0a0a0c; --text: #ece6dc; --text-dim: #a8a094; --text-muted: #6f685e;
|
||||
--accent: #c89545; --accent-glow: rgba(200, 149, 69, 0.18);
|
||||
--border: rgba(200, 149, 69, 0.20);
|
||||
}
|
||||
body {
|
||||
font-family: 'EB Garamond', Georgia, serif;
|
||||
background: var(--bg); color: var(--text);
|
||||
min-height: 100vh; display: flex; align-items: center; justify-content: center;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
background-image:
|
||||
radial-gradient(ellipse at 50% 0%, rgba(200, 149, 69, 0.08) 0%, transparent 60%);
|
||||
}
|
||||
body::before {
|
||||
content: ''; position: fixed; inset: 0;
|
||||
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");
|
||||
pointer-events: none; z-index: 9999;
|
||||
}
|
||||
.container { text-align: center; padding: 4rem 2rem; max-width: 640px; position: relative; z-index: 1; }
|
||||
.icon { font-size: 3rem; margin-bottom: 28px; filter: drop-shadow(0 0 18px var(--accent-glow)); }
|
||||
h1 {
|
||||
font-size: clamp(2.6rem, 7vw, 4.2rem); font-weight: 600;
|
||||
letter-spacing: -0.02em; line-height: 1.05; margin-bottom: 18px;
|
||||
}
|
||||
h1 .accent { color: var(--accent); }
|
||||
.divider {
|
||||
width: 48px; height: 1px; background: var(--accent);
|
||||
margin: 0 auto 28px; opacity: 0.55;
|
||||
}
|
||||
.subtitle {
|
||||
font-size: 1.35rem; color: var(--text-dim); font-weight: 400;
|
||||
line-height: 1.5; font-style: italic; margin-bottom: 40px;
|
||||
}
|
||||
.claim {
|
||||
font-family: 'Inter', -apple-system, sans-serif;
|
||||
font-size: 1.05rem; color: var(--text); font-weight: 400;
|
||||
line-height: 1.65; max-width: 520px; margin: 0 auto 36px;
|
||||
}
|
||||
.claim strong { color: var(--accent); font-weight: 600; }
|
||||
|
||||
.cta-row { margin-top: 8px; }
|
||||
.cta-btn {
|
||||
display: inline-block;
|
||||
padding: 14px 30px;
|
||||
font-family: 'Inter', -apple-system, sans-serif;
|
||||
font-size: 0.92rem; font-weight: 500;
|
||||
letter-spacing: 0.05em;
|
||||
color: var(--bg);
|
||||
background: var(--accent);
|
||||
border-radius: 4px;
|
||||
text-decoration: none;
|
||||
box-shadow: 0 0 28px var(--accent-glow);
|
||||
transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
|
||||
}
|
||||
.cta-btn:hover { transform: translateY(-1px); box-shadow: 0 0 40px rgba(200, 149, 69, 0.32); background: #d4a050; }
|
||||
.cta-hint {
|
||||
margin-top: 12px;
|
||||
font-family: 'Inter', -apple-system, sans-serif;
|
||||
font-size: 0.78rem; color: var(--text-muted); letter-spacing: 0.04em;
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 80px;
|
||||
font-family: 'Inter', -apple-system, sans-serif;
|
||||
font-size: 0.72rem; color: var(--text-muted); letter-spacing: 0.06em;
|
||||
}
|
||||
@keyframes fadeIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
|
||||
.container > * { animation: fadeIn 0.8s ease forwards; opacity: 0; }
|
||||
.container > *:nth-child(1) { animation-delay: 0.05s; }
|
||||
.container > *:nth-child(2) { animation-delay: 0.25s; }
|
||||
.container > *:nth-child(3) { animation-delay: 0.40s; }
|
||||
.container > *:nth-child(4) { animation-delay: 0.55s; }
|
||||
.container > *:nth-child(5) { animation-delay: 0.70s; }
|
||||
.container > *:nth-child(6) { animation-delay: 0.85s; }
|
||||
.container > *:nth-child(7) { animation-delay: 1.00s; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="icon">⚖️</div>
|
||||
<h1>polit<span class="accent">KI</span>.</h1>
|
||||
<div class="divider"></div>
|
||||
<p class="subtitle">KI & Politik.</p>
|
||||
<p class="claim">KI ist nicht neutral. Wer eine Sprache für die Kritik sucht — Modelle, Macht, Plattformen, Arbeit, Demokratie —, fängt hier an:</p>
|
||||
|
||||
<div class="cta-row">
|
||||
<a class="cta-btn" href="https://tante.cc" target="_blank" rel="noopener">tante.cc lesen</a>
|
||||
<p class="cta-hint">Jürgen Geuter · KI-Kritik in voller Länge</p>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p class="footer">politki.de</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
4
sites/politki.de/site.yaml
Normal file
4
sites/politki.de/site.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
domain: politki.de
|
||||
template: custom
|
||||
title: "politKI. — KI & Politik."
|
||||
description: "KI ist nicht neutral. Eine Seite, die zur Kritik verlinkt."
|
||||
Reference in New Issue
Block a user