feat: noveria.net coming soon landingpage with galaxy theme
CI - Build & Test / Lint & Build (push) Successful in 8s
CI - Build & Test / Lint & Build (push) Successful in 8s
This commit is contained in:
+36
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Noveria – Coming Soon</title>
|
||||
<meta name="description" content="Noveria – Tools, Infrastruktur & KI-Lösungen. Coming soon.">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<!-- Content -->
|
||||
<main class="hero">
|
||||
<div class="hero-content">
|
||||
<h1 class="hero-title">Noveria</h1>
|
||||
<p class="hero-subtitle">Tools, Infrastruktur & KI-Lösungen</p>
|
||||
<div class="status-badge">Coming Soon</div>
|
||||
<div class="links">
|
||||
<a href="https://nexus.noveria.net" class="link">Nexus Dashboard</a>
|
||||
<span class="sep">·</span>
|
||||
<a href="https://git.noveria.net" class="link">Git</a>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="footer">
|
||||
<p>© 2026 Noveria</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user