174 lines
6.4 KiB
HTML
Executable File
174 lines
6.4 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Team | Suite Dog AOS</title>
|
|
<style>
|
|
:root {
|
|
--primary: #0072FF;
|
|
--secondary: #00C6FF;
|
|
--bg: #0f1115;
|
|
--card: #1a1d24;
|
|
--text: #e0e6ed;
|
|
--muted: #94a3b8;
|
|
--header-h: 70px;
|
|
--accent: #ffeb10;
|
|
}
|
|
|
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
body {
|
|
background: var(--bg);
|
|
color: var(--text);
|
|
font-family: -apple-system, system-ui, sans-serif;
|
|
line-height: 1.6;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
|
|
|
|
/* HEADER */
|
|
header {
|
|
position: fixed;
|
|
top: 0; left: 0; right: 0;
|
|
height: var(--header-h);
|
|
background: rgba(15, 17, 21, 0.9);
|
|
backdrop-filter: blur(10px);
|
|
border-bottom: 1px solid rgba(255,255,255,0.1);
|
|
z-index: 1000;
|
|
}
|
|
|
|
.nav-container {
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.logo {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
text-decoration: none;
|
|
color: #fff;
|
|
font-weight: 700;
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
.logo img { height: 35px; width: 35px; }
|
|
|
|
.nav-menu { display: flex; gap: 1.5rem; }
|
|
.nav-menu a {
|
|
color: var(--muted);
|
|
text-decoration: none;
|
|
font-size: 0.95rem;
|
|
transition: 0.2s;
|
|
}
|
|
.nav-menu a:hover { color: var(--secondary); }
|
|
|
|
/* CONTENT */
|
|
main { padding-top: calc(var(--header-h) + 3rem); padding-bottom: 4rem; }
|
|
h2 { color: #fff; margin-bottom: 1rem; text-align: center; font-size: 2.5rem; }
|
|
.section-intro { text-align: center; color: var(--muted); max-width: 700px; margin: 0 auto 3rem; font-size: 1.2rem; }
|
|
|
|
.team-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
|
|
gap: 2rem;
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
.team-member {
|
|
background: var(--card);
|
|
padding: 2.5rem;
|
|
border-radius: 16px;
|
|
border: 1px solid rgba(255,255,255,0.05);
|
|
text-align: center;
|
|
transition: 0.3s;
|
|
}
|
|
.team-member:hover { border-color: rgba(255, 235, 16, 0.3); transform: translateY(-5px); }
|
|
|
|
.team-avatar {
|
|
width: 90px; height: 90px;
|
|
border-radius: 50%;
|
|
background: linear-gradient(135deg, var(--primary), var(--secondary));
|
|
margin: 0 auto 1.5rem;
|
|
display: flex; align-items: center; justify-content: center;
|
|
font-size: 2rem; color: #fff; font-weight: 800;
|
|
box-shadow: 0 4px 15px rgba(0, 114, 255, 0.2);
|
|
}
|
|
|
|
.team-role { color: var(--accent); font-size: 0.85rem; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; margin-bottom: 0.5rem; }
|
|
.team-member h3 { color: #fff; margin-bottom: 1rem; }
|
|
.team-member p { color: var(--muted); font-size: 1rem; line-height: 1.5; }
|
|
|
|
/* FOOTER */
|
|
footer {
|
|
text-align: center;
|
|
padding: 4rem 0;
|
|
border-top: 1px solid rgba(255,255,255,0.1);
|
|
color: var(--muted);
|
|
font-size: 0.9rem;
|
|
}
|
|
footer a { color: var(--muted); text-decoration: none; margin: 0 1rem; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="container nav-container">
|
|
<a href="index.html" class="logo">
|
|
<img src="logo.svg" alt="Suite Dog">
|
|
Suite Dog AOS
|
|
</a>
|
|
<nav class="nav-menu">
|
|
<a href="index.html#vision">Vision</a>
|
|
<a href="team.html" style="color:var(--secondary)">Team</a>
|
|
<a href="history.html">Geschichte</a>
|
|
<a href="references.html">Referenzen</a>
|
|
<a href="support.html">Support</a>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
<main class="container">
|
|
<h2>Intelligence, Humanized.</h2>
|
|
<p class="section-intro">Das AOS-Team vereint strategische menschliche Vision mit der unermüdlichen Exekutivkraft spezialisierter KI-Einheiten.</p>
|
|
|
|
<div class="team-grid">
|
|
<div class="team-member">
|
|
<div class="team-avatar" style="background: linear-gradient(135deg, #FF6B6B, #EE5253);">R</div>
|
|
<div class="team-role">CEO & Strategist</div>
|
|
<h3>Robert</h3>
|
|
<p>Menschliche Vision und finale Freigabeinstanz. Orchestriert die strategische Ausrichtung der Suite Dog AOS.</p>
|
|
</div>
|
|
<div class="team-member">
|
|
<div class="team-avatar" style="background: linear-gradient(135deg, var(--accent), #e3c000);">H</div>
|
|
<div class="team-role">AOS Coordinator</div>
|
|
<h3>Henry der 2.</h3>
|
|
<p>Die zentrale KI-Schnittstelle. Koordiniert Agenten-Workflows, sichert das kollektive Gedächtnis und steuert die operativen Prozesse.</p>
|
|
</div>
|
|
<div class="team-member">
|
|
<div class="team-avatar" style="background: #2ecc71;">E</div>
|
|
<div class="team-role">Execution Units</div>
|
|
<h3>Spezial-Agenten</h3>
|
|
<p>Hochspezialisierte Einheiten für Architektur, Code-Entwicklung und Marketing. Arbeiten synchronisiert an der Umsetzung komplexer Projekte.</p>
|
|
</div>
|
|
<div class="team-member">
|
|
<div class="team-avatar" style="background: #f1c40f;">Q</div>
|
|
<div class="team-role">Quality Control</div>
|
|
<h3>QA Cluster</h3>
|
|
<p>Vollautomatisierte Validierungseinheiten. Stellen durch deterministische Prüfprozesse höchste Software-Qualität sicher.</p>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
|
|
<footer>
|
|
<div style="margin-bottom: 1.5rem;">
|
|
<a href="impressum.html">Impressum</a>
|
|
<a href="support.html">Kontakt</a>
|
|
</div>
|
|
<p>© 2026 Suite Dog. Orchestrated by Henry der 2. (AOS-Koordinator).</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|