56 lines
2.4 KiB
HTML
Executable File
56 lines
2.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>Noveria – Tools, Infrastruktur & KI-Lösungen</title>
|
||
<meta name="description" content="Noveria – Tools, Infrastruktur & KI-Lösungen von Bao.">
|
||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||
<link rel="stylesheet" href="css/style.css">
|
||
</head>
|
||
<body>
|
||
<!-- Galaxy Background -->
|
||
<div class="galaxy">
|
||
<div class="stars"></div>
|
||
<div class="stars2"></div>
|
||
<div class="stars3"></div>
|
||
<!-- Holographic gradient (Aya: Premium-Signal) -->
|
||
<div class="holographic"></div>
|
||
</div>
|
||
|
||
<!-- Floating ambient orbs (Aya: Floating Elements) -->
|
||
<div class="orb orb-1"></div>
|
||
<div class="orb orb-2"></div>
|
||
|
||
<!-- Content -->
|
||
<main class="hero">
|
||
<div class="hero-content">
|
||
<!-- Avatar/Monogram (Aya: Branding-Element) -->
|
||
<div class="avatar">N</div>
|
||
|
||
<h1 class="hero-title">Noveria</h1>
|
||
<p class="hero-subtitle">Tools, Infrastruktur & KI-Lösungen</p>
|
||
<div class="status-badge">Coming Soon</div>
|
||
|
||
<!-- CTA Buttons (Aya: Primär + Sekundär mit Pfeil) -->
|
||
<div class="cta-group">
|
||
<a href="https://nexus.noveria.net" class="cta cta-primary">
|
||
Nexus Dashboard
|
||
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
|
||
</a>
|
||
<a href="https://git.noveria.net" class="cta cta-ghost">
|
||
Git
|
||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="7" y1="17" x2="17" y2="7"/><polyline points="7 7 17 7 17 17"/></svg>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</main>
|
||
|
||
<footer class="footer">
|
||
<p>© 2026 Noveria — Built by Bao</p>
|
||
</footer>
|
||
</body>
|
||
</html>
|