Source files (src/) and rendered bundle (www/) extracted on 2026-04-29T01:35:48+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-25
125 lines
6 KiB
HTML
125 lines
6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Otto · Dein Onboarding-Orchestrator</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
|
|
<meta name="theme-color" content="#0a0a0f">
|
|
<meta name="description" content="Otto — der Onboarding-Coach für HR und Führungskräfte. Rollen-spezifische 90-Tage-Pläne, Buddy-System, Probezeit-Entscheidung. Im deutschen Bunker.">
|
|
<link rel="stylesheet" href="styles.css">
|
|
<script>window.__OTTO_KEY__ = 'qb_j4i2pwkzc5xl';</script>
|
|
</head>
|
|
<body>
|
|
<div class="app" role="application" aria-label="Otto 90 Tage zum produktiven Mitarbeiter">
|
|
|
|
<header class="topbar">
|
|
<div class="brand">
|
|
<span class="brand-icon" aria-hidden="true">O</span>
|
|
<span>Otto <small>Onboarding-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>Willkommen bei Otto!</h2>
|
|
<p>Hi, ich bin Otto. Ich bring deine Neuen in 90 Tagen zur Produktivität — ohne dass du jeden Plan einzeln baust. Sag mir <strong>Rolle + Team-Setup</strong>, ich liefer rollen-spezifischen Tag-1 bis Tag-90 mit <strong>Buddy-Briefing</strong>, <strong>Feedback-Slots</strong>, <strong>Probezeit-Check</strong>. Dazu Trainingseinheiten zu Bauer-Modell, Remote-Hybrid, AGG-konformer Personalfragebogen.</p>
|
|
<div class="mode-grid">
|
|
<button class="mode-card" data-goto="chat">
|
|
<strong>Chat</strong>
|
|
<span>Frag mich alles zu Onboarding, Probezeit, Buddy.</span>
|
|
</button>
|
|
<button class="mode-card" data-goto="quiz">
|
|
<strong>Quiz</strong>
|
|
<span>Szenario-Fragen aus dem HR-Alltag, mit XP.</span>
|
|
</button>
|
|
<button class="mode-card" data-goto="flash">
|
|
<strong>Flashcards</strong>
|
|
<span>Bauer-4-C, Probezeit, Buddy, KPIs — mit Spaced-Repetition.</span>
|
|
</button>
|
|
<button class="mode-card" data-goto="progress">
|
|
<strong>Fortschritt</strong>
|
|
<span>XP, Streaks, Badges, Level.</span>
|
|
</button>
|
|
<button class="mode-card" data-goto="curriculum">
|
|
<strong>Module</strong>
|
|
<span>5 Curricula: Grundlagen bis Rechtsrahmen.</span>
|
|
</button>
|
|
<button class="mode-card" data-prompt="PLAN_REQUEST: 90-Tage-Onboarding für [Rolle], [MA-Anzahl], [Branche]">
|
|
<strong>Plan-Generator</strong>
|
|
<span><code>PLAN_REQUEST</code> + Rolle/Größe/Branche → fertiger 90-Tage-Plan als Karte.</span>
|
|
</button>
|
|
</div>
|
|
<p style="font-size:.82rem;color:var(--text-mute)">In 3 Sätzen: Chat zum Plan-Bauen → Quiz zum Üben → Flashcards zum Merken. Fortschritt zeigt dir, wo du stehst; die Onboarding-Bibliothek gibt dir 5 strukturierte Module von Bauer-Modell bis Probezeit-Recht.</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 Otto — 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>
|