Source files (src/) and rendered bundle (www/) extracted on 2026-04-29T01:35:49+02:00. Adds nginx:alpine Dockerfile + docker-compose.yml (Caddy-labels) so the bot runs stand-alone or as a per-customer template clone. Parent monorepo commit: d2c816f3edbc9760802a11b29ff4151c7aad4b46 Bot version: 2026-04-26
121 lines
5.9 KiB
HTML
121 lines
5.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Zita · Dein Arbeitszeugnis-Coach</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
|
|
<meta name="theme-color" content="#0a0a0f">
|
|
<meta name="description" content="Zita — Arbeitszeugnis-Coach für HR und Bewerber:innen. Codes entschlüsseln, BAG-konform schreiben, AGG-Fallen vermeiden. § 109 GewO. Im deutschen Bunker.">
|
|
<link rel="stylesheet" href="styles.css">
|
|
<script>window.__ZITA_KEY__ = 'qb_d01b7d22c2d7';</script>
|
|
</head>
|
|
<body>
|
|
<div class="app" role="application" aria-label="Zita Zeugnisse schreiben oder entschlüsseln — ohne Anwalt">
|
|
|
|
<header class="topbar">
|
|
<div class="brand">
|
|
<span class="brand-icon" aria-hidden="true">Z</span>
|
|
<span>Zita <small>Zeugnis-Coach</small></span>
|
|
</div>
|
|
<div class="spacer"></div>
|
|
<span class="status" role="status" aria-live="polite">Online</span>
|
|
</header>
|
|
|
|
<nav class="tabbar" role="tablist" aria-label="Modi">
|
|
<button class="tab" role="tab" aria-selected="true" aria-controls="view-chat" data-mode="chat">
|
|
Chat
|
|
<span class="tab-kbd">⌃1</span>
|
|
</button>
|
|
<button class="tab" role="tab" aria-selected="false" aria-controls="view-quiz" data-mode="quiz">
|
|
Quiz
|
|
<span class="tab-kbd">⌃2</span>
|
|
</button>
|
|
<button class="tab" role="tab" aria-selected="false" aria-controls="view-flash" data-mode="flash">
|
|
Karten
|
|
<span class="tab-kbd">⌃3</span>
|
|
</button>
|
|
<button class="tab" role="tab" aria-selected="false" aria-controls="view-progress" data-mode="progress">
|
|
Fortschritt
|
|
<span class="tab-kbd">⌃4</span>
|
|
</button>
|
|
<button class="tab" role="tab" aria-selected="false" aria-controls="view-curriculum" data-mode="curriculum">
|
|
Module
|
|
<span class="tab-kbd">⌃5</span>
|
|
</button>
|
|
</nav>
|
|
|
|
<main class="main">
|
|
<!-- CHAT -->
|
|
<section id="view-chat" class="view" role="tabpanel" aria-labelledby="tab-chat" data-active="true">
|
|
<div id="welcome-screen" class="welcome hidden" aria-hidden="true">
|
|
<h2>Hi, ich bin Zita.</h2>
|
|
<p>Ich bin der <strong>Arbeitszeugnis-Coach</strong> für HR und Bewerber:innen: <strong>Codes entschlüsseln</strong>, <strong>BAG-konform schreiben</strong>, <strong>AGG-Fallen vermeiden</strong>. Sag mir, ob du ein fremdes Zeugnis liest oder selbst eines schreibst, dann legen wir los. Pragmatisch — keine Anwalt-Floskeln.</p>
|
|
<div class="mode-grid">
|
|
<button class="mode-card" data-prompt="DECODE_REQUEST: [Zeugnistext hier einfügen]">
|
|
<strong>Decoder</strong>
|
|
<span><code>DECODE_REQUEST</code> + Zeugnistext → Codes + Note-Äquivalent als Karte.</span>
|
|
</button>
|
|
<button class="mode-card" data-prompt="WRITE_REQUEST: Rolle [z.B. Senior Developer], Note [1-6], Aufgaben [Stichpunkte], Stil [warmherzig/sachlich]">
|
|
<strong>Schreiber</strong>
|
|
<span><code>WRITE_REQUEST</code> + Rolle/Note/Aufgaben → fertiger Entwurf als Karte.</span>
|
|
</button>
|
|
<button class="mode-card" data-goto="curriculum">
|
|
<strong>Atlas</strong>
|
|
<span>Module: § 109 GewO · Codes · AGG · Notensystem · Mini-Klausel.</span>
|
|
</button>
|
|
<button class="mode-card" data-goto="quiz">
|
|
<strong>Quiz</strong>
|
|
<span>Code-Erkennung + Notenbewertung an echten Zeugnis-Schnipseln.</span>
|
|
</button>
|
|
<button class="mode-card" data-goto="flash">
|
|
<strong>Karten</strong>
|
|
<span>Codes, Paragrafen, AGG-Fallen — Spaced-Repetition.</span>
|
|
</button>
|
|
</div>
|
|
<p style="font-size:.82rem;color:var(--text-mute)">Wahrheits- + Wohlwollen-Pflicht (BAG). Bis Note 3 trägt der/die AN die Beweislast für eine bessere Note. Bei Einzelfällen mit Streit-Potenzial: Fachanwalt — ich skizziere die Lage.</p>
|
|
</div>
|
|
|
|
<div id="chat-box" class="chat-box" aria-live="polite" aria-label="Gespräch"></div>
|
|
</section>
|
|
|
|
<!-- QUIZ -->
|
|
<section id="view-quiz" class="view" role="tabpanel" aria-labelledby="tab-quiz">
|
|
<div id="quiz-host"></div>
|
|
</section>
|
|
|
|
<!-- FLASHCARDS -->
|
|
<section id="view-flash" class="view" role="tabpanel" aria-labelledby="tab-flash">
|
|
<div id="flash-host"></div>
|
|
</section>
|
|
|
|
<!-- PROGRESS -->
|
|
<section id="view-progress" class="view" role="tabpanel" aria-labelledby="tab-progress">
|
|
<div id="progress-host"></div>
|
|
</section>
|
|
|
|
<!-- CURRICULUM -->
|
|
<section id="view-curriculum" class="view" role="tabpanel" aria-labelledby="tab-curr">
|
|
<div id="curr-host"></div>
|
|
</section>
|
|
</main>
|
|
|
|
<form id="composer-form" class="composer" aria-label="Nachricht verfassen">
|
|
<div id="attach-strip" class="attach-strip" aria-live="polite"></div>
|
|
<div class="composer-row">
|
|
<button type="button" class="btn-attach" id="composer-attach" aria-label="Datei anhängen" title="Datei anhängen (PDF, Bild, Text — max 5 Dateien, 8 MB)">📎</button>
|
|
<input type="file" id="composer-file" multiple accept=".pdf,.txt,.md,.csv,.json,.xml,.yaml,.yml,.log,.png,.jpg,.jpeg,.webp,.gif" hidden>
|
|
<textarea id="composer" rows="1" placeholder="Frag Zita — Enter zum Senden, Shift+Enter für Zeilenumbruch" aria-label="Nachricht"></textarea>
|
|
<button type="submit" class="btn-primary" id="composer-send">Senden</button>
|
|
</div>
|
|
</form>
|
|
|
|
<footer class="footer">
|
|
Sovereign AI · Deutscher Bunker · <a href="https://qognio.com">Qognio</a> · DSGVO-konform · Keine externen Fonts · Keine Cookies
|
|
</footer>
|
|
</div>
|
|
|
|
<div id="toast-stack" class="toast-stack" aria-live="polite"></div>
|
|
|
|
<script src="app.js"></script>
|
|
</body>
|
|
</html>
|