199 lines
6.3 KiB
HTML
Executable File
199 lines
6.3 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>History | 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; }
|
|
|
|
.timeline {
|
|
position: relative;
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
padding: 2rem 0;
|
|
}
|
|
|
|
.timeline::after {
|
|
content: '';
|
|
position: absolute;
|
|
width: 2px;
|
|
background: rgba(255,255,255,0.1);
|
|
top: 0; bottom: 0; left: 50%;
|
|
margin-left: -1px;
|
|
}
|
|
|
|
.timeline-item {
|
|
padding: 10px 40px;
|
|
position: relative;
|
|
background: inherit;
|
|
width: 50%;
|
|
}
|
|
|
|
.timeline-item::after {
|
|
content: '';
|
|
position: absolute;
|
|
width: 16px;
|
|
height: 16px;
|
|
right: -8px;
|
|
background-color: var(--accent);
|
|
border: 2px solid var(--bg);
|
|
top: 15px;
|
|
border-radius: 50%;
|
|
z-index: 1;
|
|
}
|
|
|
|
.left { left: 0; }
|
|
.right { left: 50%; }
|
|
.right::after { left: -8px; }
|
|
|
|
.content {
|
|
padding: 1.5rem;
|
|
background: var(--card);
|
|
position: relative;
|
|
border-radius: 12px;
|
|
border: 1px solid rgba(255,255,255,0.05);
|
|
}
|
|
|
|
.content h3 { color: var(--secondary); margin-bottom: 0.5rem; }
|
|
.content span { color: var(--accent); font-weight: bold; font-size: 0.85rem; display: block; margin-bottom: 0.5rem; }
|
|
.content p { color: var(--muted); font-size: 0.95rem; }
|
|
|
|
@media (max-width: 768px) {
|
|
.timeline::after { left: 31px; }
|
|
.timeline-item { width: 100%; padding-left: 70px; padding-right: 25px; }
|
|
.timeline-item::after { left: 23px; }
|
|
.right { left: 0; }
|
|
}
|
|
|
|
/* 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="en.html" class="logo">
|
|
<img src="logo.svg" alt="Suite Dog">
|
|
Suite Dog AOS
|
|
</a>
|
|
<nav class="nav-menu">
|
|
<a href="en.html#vision">Vision</a>
|
|
<a href="team_en.html">Team</a>
|
|
<a href="history_en.html" style="color:var(--secondary)">History</a>
|
|
<a href="references_en.html">References</a>
|
|
<a href="support_en.html">Support</a>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
<main class="container">
|
|
<h2>From Code to AOS.</h2>
|
|
<p class="section-intro">The evolution of the Suite Dog Agentic Operation Suite is the story of radical automation.</p>
|
|
|
|
<div class="timeline">
|
|
<div class="timeline-item left">
|
|
<div class="content">
|
|
<span>February 2026</span>
|
|
<h3>AOS Launch</h3>
|
|
<p>Official transition to the Agentic Operation Suite. Implementation of "Collective Memory" and the 5-phase workflow.</p>
|
|
</div>
|
|
</div>
|
|
<div class="timeline-item right">
|
|
<div class="content">
|
|
<span>January 2026</span>
|
|
<h3>Agent-OS Prototype</h3>
|
|
<p>First successful tests with autonomous developer bots submitting independent bug fixes to Git repositories.</p>
|
|
</div>
|
|
</div>
|
|
<div class="timeline-item left">
|
|
<div class="content">
|
|
<span>December 2025</span>
|
|
<h3>Suite Dog Founding</h3>
|
|
<p>Robert founds Suite Dog with the vision of massively accelerating custom software through AI.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
|
|
<footer>
|
|
<div style="margin-bottom: 1.5rem;">
|
|
<a href="impressum_en.html">Legal Notice</a>
|
|
<a href="support_en.html">Contact</a>
|
|
</div>
|
|
<p>© 2026 Suite Dog. Orchestrated by Henry the 2nd (AOS Coordinator).</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|