feat: noveria.net landingpage template
This commit is contained in:
@@ -0,0 +1,73 @@
|
||||
<!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 – Moderne Tools, zuverlässige Infrastruktur und KI-Lösungen für deine Projekte.">
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- Hero -->
|
||||
<section class="hero">
|
||||
<div class="container hero-inner">
|
||||
<h1 class="hero-title">Noveria</h1>
|
||||
<p class="hero-subtitle">Tools, Infrastruktur & KI-Lösungen</p>
|
||||
<a href="https://nexus.noveria.net" class="btn">Zum Nexus Dashboard</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Features -->
|
||||
<section class="features">
|
||||
<div class="container">
|
||||
<h2 class="section-title">Unsere Plattform</h2>
|
||||
<div class="features-grid">
|
||||
<article class="card">
|
||||
<h3 class="card-title">Nexus</h3>
|
||||
<p class="card-text">
|
||||
Zentrale Projekt- und Ressourcenverwaltung mit intelligentem Task-Management und
|
||||
Echtzeit-Kollaboration – die Schaltzentrale deiner Workflows.
|
||||
</p>
|
||||
</article>
|
||||
<article class="card">
|
||||
<h3 class="card-title">OpenClaw Gateway</h3>
|
||||
<p class="card-text">
|
||||
Sicheres Gateway zur Steuerung und Orchestrierung von KI-Agenten,
|
||||
Bots und Automatisierungspipelines – skalierbar und erweiterbar.
|
||||
</p>
|
||||
</article>
|
||||
<article class="card">
|
||||
<h3 class="card-title">CI/CD Pipeline</h3>
|
||||
<p class="card-text">
|
||||
Vollautomatisierte Build-, Test- und Deployment-Pipelines für schnelle,
|
||||
zuverlässige Releases – von der Idee zur Produktion.
|
||||
</p>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Status -->
|
||||
<section class="status">
|
||||
<div class="container">
|
||||
<h2 class="section-title">Service-Status</h2>
|
||||
<div class="status-placeholder" id="status-indicators">
|
||||
<p class="status-hint">Status-Indikatoren werden hier live angezeigt.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="footer">
|
||||
<div class="container footer-inner">
|
||||
<p class="footer-copy">© 2026 Noveria</p>
|
||||
<nav class="footer-links">
|
||||
<a href="https://nexus.noveria.net">Dashboard</a>
|
||||
<a href="https://git.noveria.net">Git</a>
|
||||
</nav>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user