Files
nexus/landing/index.html
T
devops 1a024eef96
CI - Build & Test / Backend (.NET) (push) Successful in 27s
CI - Build & Test / Frontend (Vue/TS) (push) Successful in 16s
CI - Build & Test / Security Check (push) Successful in 3s
feat: noveria.net landingpage template
2026-06-14 15:45:23 +02:00

74 lines
2.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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 &amp; 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 &amp; 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">&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>