34 lines
1.8 KiB
HTML
34 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Homelab Demo Artifacts</title>
|
|
<link rel="stylesheet" href="shared.css">
|
|
</head>
|
|
<body>
|
|
<main class="shell">
|
|
<nav class="topline">
|
|
<a href="/demos.php">Back to website</a>
|
|
<a href="/demo-apps/">Demo artifacts</a>
|
|
</nav>
|
|
|
|
<section class="hero">
|
|
<p class="kicker">Separate artifacts</p>
|
|
<h1>Homelab Demo Apps</h1>
|
|
<p>Each demo is served from the dedicated demos-static image instead of the PHP website image.</p>
|
|
</section>
|
|
|
|
<section class="grid">
|
|
<a class="catalog-card" href="media-cruncher/"><span>Demo 01</span><h2>Media Cruncher</h2><p>Local image compression and conversion.</p></a>
|
|
<a class="catalog-card" href="network-quality/"><span>Demo 02</span><h2>Internet Quality</h2><p>Latency, jitter, and stability graph.</p></a>
|
|
<a class="catalog-card" href="dev-toolbelt/"><span>Demo 03</span><h2>Log and JSON Toolbelt</h2><p>JSON, JWT, URL, and log utilities.</p></a>
|
|
<a class="catalog-card" href="architecture-simulator/"><span>Demo 04</span><h2>Architecture Simulator</h2><p>Load, failure, and self-healing canvas.</p></a>
|
|
<a class="catalog-card" href="traveler-tools/"><span>Demo 05</span><h2>Traveler Converter</h2><p>Offline-capable timezone and unit tools.</p></a>
|
|
<a class="catalog-card" href="privacy-redactor/"><span>Demo 06</span><h2>Privacy Redactor</h2><p>Local image redaction prototype.</p></a>
|
|
<a class="catalog-card" href="sentiment-sandbox/"><span>Demo 07</span><h2>Sentiment Sandbox</h2><p>Local-first text analytics prototype.</p></a>
|
|
<a class="catalog-card" href="model-drift/"><span>Demo 08</span><h2>Model Drift Simulator</h2><p>MLOps drift and retraining playground.</p></a>
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html>
|