165 lines
7.7 KiB
HTML
165 lines
7.7 KiB
HTML
<!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>
|