Complete AOS Rebranding: Subpages updated in DE/EN
This commit is contained in:
131
support.html
131
support.html
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Support | Suite Dog</title>
|
||||
<title>Support | Suite Dog AOS</title>
|
||||
<style>
|
||||
:root {
|
||||
--primary: #0072FF;
|
||||
@@ -13,6 +13,7 @@
|
||||
--text: #e0e6ed;
|
||||
--muted: #94a3b8;
|
||||
--header-h: 70px;
|
||||
--accent: #ffeb10;
|
||||
}
|
||||
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
@@ -56,7 +57,6 @@
|
||||
|
||||
.logo img { height: 35px; width: 35px; }
|
||||
|
||||
/* NAV LINKS */
|
||||
.nav-menu { display: flex; gap: 1.5rem; }
|
||||
.nav-menu a {
|
||||
color: var(--muted);
|
||||
@@ -66,68 +66,38 @@
|
||||
}
|
||||
.nav-menu a:hover { color: var(--secondary); }
|
||||
|
||||
.burger {
|
||||
display: none;
|
||||
cursor: pointer;
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 5px;
|
||||
}
|
||||
.burger div {
|
||||
width: 25px;
|
||||
height: 2px;
|
||||
background: #fff;
|
||||
margin: 5px 0;
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.burger { display: block; }
|
||||
.nav-menu {
|
||||
position: fixed;
|
||||
top: var(--header-h);
|
||||
left: 100%;
|
||||
width: 100%;
|
||||
height: calc(100vh - var(--header-h));
|
||||
background: var(--bg);
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 2rem;
|
||||
transition: 0.3s;
|
||||
}
|
||||
.nav-menu.active { left: 0; }
|
||||
.nav-menu a { font-size: 1.5rem; }
|
||||
}
|
||||
|
||||
/* CONTENT */
|
||||
main { padding-top: calc(var(--header-h) + 3rem); padding-bottom: 4rem; }
|
||||
h1, h2 { color: #fff; margin-bottom: 1.5rem; text-align: center; }
|
||||
.section-intro { text-align: center; color: var(--muted); max-width: 600px; margin: 0 auto 3rem; font-size: 1.1rem; }
|
||||
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; }
|
||||
|
||||
.card {
|
||||
background: var(--card);
|
||||
padding: 2.5rem;
|
||||
border-radius: 12px;
|
||||
border: 1px solid rgba(255,255,255,0.05);
|
||||
max-width: 800px;
|
||||
.contact-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||||
gap: 2rem;
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.info-table { width: 100%; border-collapse: collapse; margin-top: 1rem; }
|
||||
.info-table td { padding: 1rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
|
||||
.info-table td:first-child { color: var(--muted); font-weight: 600; width: 35%; }
|
||||
|
||||
.cta {
|
||||
background: linear-gradient(90deg, var(--primary), var(--secondary));
|
||||
color: #fff;
|
||||
padding: 12px 30px;
|
||||
border-radius: 50px;
|
||||
.contact-card {
|
||||
background: var(--card);
|
||||
padding: 2.5rem;
|
||||
border-radius: 16px;
|
||||
border: 1px solid rgba(255,255,255,0.05);
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
font-weight: 600;
|
||||
display: inline-block;
|
||||
margin-top: 2rem;
|
||||
transition: 0.3s;
|
||||
}
|
||||
.contact-card:hover { border-color: var(--secondary); transform: translateY(-5px); }
|
||||
|
||||
.contact-icon {
|
||||
font-size: 2.5rem;
|
||||
margin-bottom: 1.5rem;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.contact-card h3 { color: #fff; margin-bottom: 0.5rem; }
|
||||
.contact-card p { color: var(--muted); font-size: 0.95rem; }
|
||||
|
||||
/* FOOTER */
|
||||
footer {
|
||||
@@ -145,15 +115,10 @@
|
||||
<div class="container nav-container">
|
||||
<a href="index.html" class="logo">
|
||||
<img src="logo.svg" alt="Suite Dog">
|
||||
Suite Dog
|
||||
Suite Dog AOS
|
||||
</a>
|
||||
<button class="burger" id="burger">
|
||||
<div class="line1"></div>
|
||||
<div class="line2"></div>
|
||||
<div class="line3"></div>
|
||||
</button>
|
||||
<nav class="nav-menu" id="menu">
|
||||
<a href="index.html#mission">Mission</a>
|
||||
<nav class="nav-menu">
|
||||
<a href="index.html#vision">Vision</a>
|
||||
<a href="team.html">Team</a>
|
||||
<a href="history.html">Geschichte</a>
|
||||
<a href="references.html">Referenzen</a>
|
||||
@@ -163,39 +128,29 @@
|
||||
</header>
|
||||
|
||||
<main class="container">
|
||||
<h2>Kontakt & Support</h2>
|
||||
<p class="section-intro">Bereit für Software on the fly? Sprich mit uns (oder unseren Bots).</p>
|
||||
<h2>Direkter Draht zur Suite.</h2>
|
||||
<p class="section-intro">Ob technischer Support oder strategische Anfrage – Henry und das AOS-Team sind für dich da.</p>
|
||||
|
||||
<div class="card">
|
||||
<h3>Direkter Draht</h3>
|
||||
<table class="info-table">
|
||||
<tr><td>E-Mail</td><td>contact@suite-dog.tech</td></tr>
|
||||
<tr><td>Support</td><td>support@suite-dog.tech</td></tr>
|
||||
<tr><td>Sitz</td><td>Berlin, Deutschland</td></tr>
|
||||
<tr><td>Erreichbarkeit</td><td>24/7 (AI Operations)<br>Mo-Fr 9-17 (Human Review)</td></tr>
|
||||
</table>
|
||||
<div style="text-align: center;">
|
||||
<a href="#" class="cta">Ticket eröffnen (Demo)</a>
|
||||
</div>
|
||||
<div class="contact-grid">
|
||||
<a href="mailto:support@suite-dog.tech" class="contact-card">
|
||||
<span class="contact-icon">📧</span>
|
||||
<h3>E-Mail Support</h3>
|
||||
<p>Anfragen zur AOS-Infrastruktur und technischen Integrationen.</p>
|
||||
</a>
|
||||
<a href="https://wa.me/491631470465" class="contact-card">
|
||||
<span class="contact-icon">📱</span>
|
||||
<h3>WhatsApp Direct</h3>
|
||||
<p>Der schnellste Weg für operative Abstimmungen direkt mit Henry.</p>
|
||||
</a>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div style="margin-bottom: 1.5rem;">
|
||||
<a href="impressum.html">Impressum</a>
|
||||
<a href="#">Datenschutz</a>
|
||||
<a href="support.html">Kontakt</a>
|
||||
</div>
|
||||
<p>© 2026 Suite Dog. Built by Henry (AI).</p>
|
||||
<p>© 2026 Suite Dog. Orchestrated by Henry der 2. (AOS-Koordinator).</p>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
const burger = document.getElementById("burger");
|
||||
const menu = document.getElementById("menu");
|
||||
burger.addEventListener("click", () => {
|
||||
menu.classList.toggle("active");
|
||||
burger.classList.toggle("toggle");
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user