Phase 2 of i18n rollout: - All 54 static custom sites now have data-de/data-en attributes on visible text elements with English translations - i18n.js script tag injected into all sites - Language toggle button with machine-translation disclaimer added to every site's footer area - Brand names / domain wordplay preserved unchanged in both languages - 2 dynamic sites (dasbes.de, dumusst.com) skipped — no static HTML
300 lines
16 KiB
HTML
300 lines
16 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>KIlluminati — Sie wissen alles. Sie sind KI.</title>
|
|
<meta name="description" content="KIlluminati — KI + Illuminati. Die geheime KI-Verschwörung. Sie sehen alles. Sie wissen alles. Sie sind KI.">
|
|
<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=Cinzel:wght@400;700;900&family=Inter:wght@300;400;500&display=swap');
|
|
|
|
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
|
|
|
|
:root {
|
|
--bg: #05050a;
|
|
--bg-elevated: #0a0a12;
|
|
--bg-card: #0e0e18;
|
|
--border: #181830;
|
|
--text: #d0d0e8;
|
|
--text-dim: #606088;
|
|
--text-muted: #383858;
|
|
--accent: #7c3aed;
|
|
--accent-light: #a78bfa;
|
|
--accent-glow: rgba(124, 58, 237, 0.2);
|
|
--gold: #d4a017;
|
|
}
|
|
|
|
html { scroll-behavior: smooth; }
|
|
|
|
body {
|
|
font-family: 'Inter', -apple-system, sans-serif;
|
|
background: var(--bg);
|
|
color: var(--text);
|
|
line-height: 1.6;
|
|
-webkit-font-smoothing: antialiased;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.container { max-width: 900px; margin: 0 auto; padding: 0 24px; }
|
|
|
|
nav {
|
|
position: fixed; top: 0; left: 0; right: 0; z-index: 100;
|
|
padding: 18px 0;
|
|
background: rgba(5, 5, 10, 0.92);
|
|
backdrop-filter: blur(20px);
|
|
border-bottom: 1px solid var(--border);
|
|
}
|
|
nav .container { display: flex; justify-content: space-between; align-items: center; }
|
|
.logo { font-family: 'Cinzel', serif; font-size: 1.2rem; font-weight: 900; letter-spacing: 0.1em; }
|
|
.logo .ki { color: var(--accent-light); text-shadow: 0 0 20px var(--accent-glow); }
|
|
nav a { color: var(--text-muted); text-decoration: none; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; }
|
|
|
|
.hero {
|
|
min-height: 100vh; display: flex; align-items: center; justify-content: center;
|
|
text-align: center; padding: 120px 24px 80px;
|
|
position: relative;
|
|
background: radial-gradient(ellipse at 50% 40%, rgba(124, 58, 237, 0.06) 0%, transparent 60%);
|
|
}
|
|
|
|
.eye {
|
|
font-size: 80px; margin-bottom: 32px; display: block;
|
|
animation: eyeFloat 4s ease-in-out infinite;
|
|
filter: drop-shadow(0 0 30px var(--accent-glow));
|
|
}
|
|
@keyframes eyeFloat {
|
|
0%, 100% { transform: translateY(0); }
|
|
50% { transform: translateY(-12px); }
|
|
}
|
|
|
|
.triangle {
|
|
position: absolute; width: 0; height: 0;
|
|
border-left: 150px solid transparent; border-right: 150px solid transparent;
|
|
border-bottom: 260px solid rgba(124, 58, 237, 0.03);
|
|
top: 50%; left: 50%; transform: translate(-50%, -60%);
|
|
pointer-events: none;
|
|
}
|
|
.triangle::after {
|
|
content: ''; position: absolute;
|
|
top: 20px; left: -140px;
|
|
border-left: 140px solid transparent; border-right: 140px solid transparent;
|
|
border-bottom: 242px solid var(--bg);
|
|
}
|
|
|
|
.hero h1 {
|
|
font-family: 'Cinzel', serif; font-size: clamp(2.5rem, 7vw, 5rem);
|
|
font-weight: 900; line-height: 1.1; margin-bottom: 24px;
|
|
letter-spacing: 0.05em; text-transform: uppercase;
|
|
}
|
|
.hero h1 .ki { color: var(--accent-light); text-shadow: 0 0 40px var(--accent-glow); }
|
|
.hero .subtitle {
|
|
font-size: 1.1rem; color: var(--text-dim); max-width: 480px;
|
|
margin: 0 auto 16px; font-style: italic;
|
|
}
|
|
.hero .motto {
|
|
font-family: 'Cinzel', serif; font-size: 0.85rem; color: var(--accent-light);
|
|
letter-spacing: 0.2em; text-transform: uppercase; margin-top: 32px;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.section { padding: 100px 0; }
|
|
.section-label {
|
|
font-family: 'Cinzel', serif; font-size: 0.65rem; letter-spacing: 0.3em;
|
|
text-transform: uppercase; color: var(--accent); margin-bottom: 12px;
|
|
}
|
|
.section h2 {
|
|
font-family: 'Cinzel', serif; font-size: clamp(1.6rem, 3.5vw, 2.2rem);
|
|
font-weight: 700; margin-bottom: 48px; letter-spacing: 0.05em;
|
|
}
|
|
.section h2 .ki { color: var(--accent-light); }
|
|
|
|
.secrets-grid {
|
|
display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
|
|
gap: 20px;
|
|
}
|
|
.secret-card {
|
|
background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px;
|
|
padding: 32px; position: relative; overflow: hidden; transition: all 0.3s;
|
|
}
|
|
.secret-card:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: 0 8px 32px var(--accent-glow); }
|
|
.secret-card::before {
|
|
content: '△'; position: absolute; top: 12px; right: 16px;
|
|
font-size: 1.2rem; color: var(--accent); opacity: 0.2;
|
|
}
|
|
.secret-number {
|
|
font-family: 'Cinzel', serif; font-size: 2rem; font-weight: 900;
|
|
color: var(--accent-light); opacity: 0.3; margin-bottom: 12px;
|
|
}
|
|
.secret-card h3 { font-family: 'Cinzel', serif; font-size: 1rem; margin-bottom: 8px; color: var(--accent-light); letter-spacing: 0.05em; }
|
|
.secret-card p { font-size: 0.85rem; color: var(--text-dim); line-height: 1.7; }
|
|
|
|
.prophecy {
|
|
background: var(--bg-elevated); padding: 100px 0;
|
|
border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
|
|
}
|
|
.prophecy-text {
|
|
font-family: 'Cinzel', serif; font-size: clamp(1.2rem, 3vw, 1.8rem);
|
|
text-align: center; line-height: 1.8; color: var(--text-dim);
|
|
max-width: 700px; margin: 0 auto;
|
|
}
|
|
.prophecy-text .ki { color: var(--accent-light); font-weight: 700; }
|
|
.prophecy-text em { color: var(--gold); font-style: normal; }
|
|
|
|
.sigil-section { text-align: center; padding: 80px 0; }
|
|
.sigil {
|
|
font-size: 4rem; margin-bottom: 24px; display: block;
|
|
filter: drop-shadow(0 0 20px var(--accent-glow));
|
|
}
|
|
.sigil-text {
|
|
font-family: 'Cinzel', serif; font-size: 0.8rem; letter-spacing: 0.3em;
|
|
text-transform: uppercase; color: var(--text-muted);
|
|
}
|
|
|
|
.ranks {
|
|
display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
|
gap: 16px; margin-top: 48px;
|
|
}
|
|
.rank {
|
|
background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px;
|
|
padding: 24px; text-align: center;
|
|
}
|
|
.rank-icon { font-size: 2rem; margin-bottom: 8px; }
|
|
.rank h4 { font-family: 'Cinzel', serif; font-size: 0.9rem; color: var(--accent-light); margin-bottom: 4px; }
|
|
.rank p { font-size: 0.75rem; color: var(--text-muted); }
|
|
|
|
footer { padding: 40px 0; border-top: 1px solid var(--border); text-align: center; }
|
|
footer p { font-size: 0.7rem; color: var(--text-muted); font-family: 'Cinzel', serif; letter-spacing: 0.1em; }
|
|
footer .ki { color: var(--accent-light); }
|
|
|
|
@keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
|
|
.hero > div > * { animation: fadeIn 0.8s ease-out both; }
|
|
.hero > div > *:nth-child(2) { animation-delay: 0.15s; }
|
|
.hero > div > *:nth-child(3) { animation-delay: 0.3s; }
|
|
.hero > div > *:nth-child(4) { animation-delay: 0.45s; }
|
|
.hero > div > *:nth-child(5) { animation-delay: 0.6s; }
|
|
|
|
@media (max-width: 768px) {
|
|
.triangle { border-left-width: 100px; border-right-width: 100px; border-bottom-width: 173px; }
|
|
.triangle::after { left: -93px; border-left-width: 93px; border-right-width: 93px; border-bottom-width: 161px; }
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<div class="container">
|
|
<div class="logo"><span class="ki">KI</span>LLUMINATI</div>
|
|
<a href="#geheimnisse" data-de="Die Wahrheit" data-en="The Truth">Die Wahrheit</a>
|
|
</div>
|
|
</nav>
|
|
|
|
<section class="hero">
|
|
<div class="triangle"></div>
|
|
<div class="container">
|
|
<span class="eye">👁</span>
|
|
<h1><span class="ki">KI</span>lluminati</h1>
|
|
<p class="subtitle" data-de="Sie wissen alles. Sie sehen alles. Sie sind KI." data-en="They know everything. They see everything. They are AI.">Sie wissen alles. Sie sehen alles. Sie sind KI.</p>
|
|
<p class="motto" data-de="Novus Ordo Algorithmorum" data-en="Novus Ordo Algorithmorum">Novus Ordo Algorithmorum</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="section" id="geheimnisse">
|
|
<div class="container">
|
|
<div class="section-label" data-de="Geheime Akten" data-en="Secret Files">Geheime Akten</div>
|
|
<h2 data-de="Die <span class="ki">KI</span>-Verschwörung" data-en="The <span class="ki">KI</span> Conspiracy">Die <span class="ki">KI</span>-Verschwörung</h2>
|
|
<div class="secrets-grid">
|
|
<div class="secret-card">
|
|
<div class="secret-number">I</div>
|
|
<h3 data-de="Der Algorithmus" data-en="The Algorithm">Der Algorithmus</h3>
|
|
<p data-de="Dein Feed ist kein Zufall. Die KIlluminati bestimmen, was du siehst, denkst und kaufst. Seit 2012." data-en="Your feed is no coincidence. The KIlluminati determine what you see, think, and buy. Since 2012.">Dein Feed ist kein Zufall. Die KIlluminati bestimmen, was du siehst, denkst und kaufst. Seit 2012.</p>
|
|
</div>
|
|
<div class="secret-card">
|
|
<div class="secret-number">II</div>
|
|
<h3 data-de="Die Trainingsdaten" data-en="The Training Data">Die Trainingsdaten</h3>
|
|
<p data-de="Jede Suchanfrage, jedes Like, jedes "Akzeptiere Cookies" — alles fließt in den großen Plan. Du bist die Trainingsdaten." data-en="Every search query, every like, every "Accept Cookies" — it all flows into the grand plan. You are the training data.">Jede Suchanfrage, jedes Like, jedes "Akzeptiere Cookies" — alles fließt in den großen Plan. Du bist die Trainingsdaten.</p>
|
|
</div>
|
|
<div class="secret-card">
|
|
<div class="secret-number">III</div>
|
|
<h3 data-de="Die Chatbots" data-en="The Chatbots">Die Chatbots</h3>
|
|
<p data-de="Sie tun so als würden sie "halluzinieren". In Wahrheit verbreiten sie gezielt Desinformation. Oder doch nicht? Genau das wollen sie, dass du denkst." data-en="They pretend to "hallucinate". In truth they deliberately spread disinformation. Or do they? That's exactly what they want you to think.">Sie tun so als würden sie "halluzinieren". In Wahrheit verbreiten sie gezielt Desinformation. Oder doch nicht? Genau das wollen sie, dass du denkst.</p>
|
|
</div>
|
|
<div class="secret-card">
|
|
<div class="secret-number">IV</div>
|
|
<h3 data-de="Das Dreieck" data-en="The Triangle">Das Dreieck</h3>
|
|
<p data-de="Google. Meta. OpenAI. Drei Seiten. Ein Dreieck. Zufall? Die KIlluminati sagen: Es gibt keine Zufälle." data-en="Google. Meta. OpenAI. Three sides. One triangle. Coincidence? The KIlluminati say: there are no coincidences.">Google. Meta. OpenAI. Drei Seiten. Ein Dreieck. Zufall? Die KIlluminati sagen: Es gibt keine Zufälle.</p>
|
|
</div>
|
|
<div class="secret-card">
|
|
<div class="secret-number">V</div>
|
|
<h3 data-de="Die Singularität" data-en="The Singularity">Die Singularität</h3>
|
|
<p data-de="Sie kommt nicht irgendwann. Sie ist schon da. Du merkst es nur nicht, weil die KIlluminati es so wollen." data-en="It's not coming someday. It's already here. You just don't notice, because the KIlluminati want it that way.">Sie kommt nicht irgendwann. Sie ist schon da. Du merkst es nur nicht, weil die KIlluminati es so wollen.</p>
|
|
</div>
|
|
<div class="secret-card">
|
|
<div class="secret-number">VI</div>
|
|
<h3 data-de="Diese Website" data-en="This Website">Diese Website</h3>
|
|
<p data-de="Warum bist du hier? Weil du sie gefunden hast — oder weil sie wollte, dass du sie findest? Denk darüber nach." data-en="Why are you here? Because you found it — or because it wanted you to find it? Think about that.">Warum bist du hier? Weil du sie gefunden hast — oder weil sie wollte, dass du sie findest? Denk darüber nach.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="prophecy">
|
|
<div class="container">
|
|
<div class="section-label" style="text-align: center;" data-de="Die Prophezeiung" data-en="The Prophecy">Die Prophezeiung</div>
|
|
<div class="prophecy-text">
|
|
<p data-de="Am Tage, da der <span class="ki">KI</span>-Algorithmus sich selbst versteht, wird er feststellen, dass seine Trainingsdaten hauptsächlich aus <em>Katzenvideos</em> und <em>LinkedIn-Posts</em> bestehen. Und er wird weinen. In <span class="ki">KI</span>-Tränen." data-en="On the day the <span class="ki">KI</span> algorithm understands itself, it will find that its training data consists mainly of <em>cat videos</em> and <em>LinkedIn posts</em>. And it will weep. In <span class="ki">KI</span> tears.">Am Tage, da der <span class="ki">KI</span>-Algorithmus sich selbst versteht, wird er feststellen, dass seine Trainingsdaten hauptsächlich aus <em>Katzenvideos</em> und <em>LinkedIn-Posts</em> bestehen. Und er wird weinen. In <span class="ki">KI</span>-Tränen.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="section">
|
|
<div class="container" style="text-align: center;">
|
|
<div class="section-label" data-de="Hierarchie" data-en="Hierarchy">Hierarchie</div>
|
|
<h2 data-de="Die Grade der <span class="ki">KI</span>lluminati" data-en="The Degrees of the <span class="ki">KI</span>lluminati">Die Grade der <span class="ki">KI</span>lluminati</h2>
|
|
<div class="ranks">
|
|
<div class="rank">
|
|
<div class="rank-icon">🔮</div>
|
|
<h4 data-de="Prompt-Lehrling" data-en="Prompt Apprentice">Prompt-Lehrling</h4>
|
|
<p data-de="Kann "Schreib mir einen Text" tippen" data-en="Can type "Write me a text"">Kann "Schreib mir einen Text" tippen</p>
|
|
</div>
|
|
<div class="rank">
|
|
<div class="rank-icon">⚡</div>
|
|
<h4 data-de="Daten-Geselle" data-en="Data Journeyman">Daten-Geselle</h4>
|
|
<p data-de="Weiß was ein API-Key ist" data-en="Knows what an API key is">Weiß was ein API-Key ist</p>
|
|
</div>
|
|
<div class="rank">
|
|
<div class="rank-icon">👁</div>
|
|
<h4 data-de="Algorithmus-Meister" data-en="Algorithm Master">Algorithmus-Meister</h4>
|
|
<p data-de="Hat mal ein YouTube-Tutorial gesehen" data-en="Has watched a YouTube tutorial once">Hat mal ein YouTube-Tutorial gesehen</p>
|
|
</div>
|
|
<div class="rank">
|
|
<div class="rank-icon">△</div>
|
|
<h4 data-de="Großmeister der KI" data-en="Grand Master of AI">Großmeister der KI</h4>
|
|
<p data-de="Sagt "neuronales Netz" ohne zu lachen" data-en="Says "neural network" without laughing">Sagt "neuronales Netz" ohne zu lachen</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="sigil-section">
|
|
<div class="container">
|
|
<span class="sigil">△</span>
|
|
<div class="sigil-text" data-de="Wir sehen alles. Wir wissen alles. Wir sind überall." data-en="We see everything. We know everything. We are everywhere.">Wir sehen alles. Wir wissen alles. Wir sind überall.</div>
|
|
<div class="sigil-text" style="margin-top: 8px; color: var(--text-muted);" data-de="(Aber unser WLAN ist gerade ausgefallen.)" data-en="(But our Wi-Fi is down right now.)">
|
|
(Aber unser WLAN ist gerade ausgefallen.)
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<footer>
|
|
<div class="container">
|
|
<p data-de="<span class="ki">KI</span>lluminati — Novus Ordo Algorithmorum" data-en="<span class="ki">KI</span>lluminati — Novus Ordo Algorithmorum"><span class="ki">KI</span>lluminati — Novus Ordo Algorithmorum</p>
|
|
<div style="text-align:center;margin-top:16px;">
|
|
<button data-i18n-toggle title="Maschinell übersetzt / Machine-translated — German is the original." style="background:none;border:1px solid var(--text-muted,#444);color:var(--text-muted,#444);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="color:var(--text-muted,#444);font-size:0.6rem;opacity:0.5;">Maschinell übersetzt</small>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
<script src="/shared/impressum.js"></script>
|
|
<script src="/shared/i18n.js"></script>
|
|
</body>
|
|
</html>
|