337 lines
8.2 KiB
HTML
337 lines
8.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>DvirLabs — Home Lab & DevOps Playground</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="description" content="DvirLabs — Kubernetes, GitOps and observability home lab." />
|
|
|
|
<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=Inter:wght@300;400;600;700&display=swap" rel="stylesheet">
|
|
|
|
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
|
|
<link rel="icon" type="image/png" href="./dvirlabs-logo-2.png" />
|
|
|
|
<style>
|
|
:root {
|
|
--bg: #020617;
|
|
--bg-gradient: radial-gradient(circle at 25% 20%, #0f172a 0%, #020617 70%);
|
|
--card-bg: rgba(2, 6, 23, 0.95);
|
|
--accent: #38bdf8;
|
|
--text-main: #e2e8f0;
|
|
--text-muted: #94a3b8;
|
|
--border-subtle: rgba(148, 163, 184, 0.22);
|
|
--radius-lg: 18px;
|
|
--transition: 160ms ease-out;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
min-height: 100vh;
|
|
font-family: "Inter", sans-serif;
|
|
background: var(--bg-gradient);
|
|
color: var(--text-main);
|
|
display: flex;
|
|
justify-content: center;
|
|
padding: 32px 16px;
|
|
}
|
|
|
|
.page {
|
|
width: 100%;
|
|
max-width: 960px;
|
|
background: var(--card-bg);
|
|
border-radius: 24px;
|
|
border: 1px solid rgba(30, 64, 175, 0.4);
|
|
box-shadow: 0 24px 60px rgba(15, 23, 42, 0.85);
|
|
padding: 22px 22px 18px;
|
|
}
|
|
|
|
/* Header */
|
|
.header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 22px;
|
|
}
|
|
|
|
.brand {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 4px;
|
|
}
|
|
|
|
.brand-logo {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
}
|
|
|
|
.brand-logo svg {
|
|
width: 38px;
|
|
height: 18px;
|
|
}
|
|
|
|
.brand-wordmark {
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
letter-spacing: 0.18em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.brand-text-sub {
|
|
font-size: 11px;
|
|
text-transform: uppercase;
|
|
color: var(--text-muted);
|
|
letter-spacing: 0.16em;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
.status-pill {
|
|
font-size: 11px;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.12em;
|
|
padding: 4px 10px 4px 8px;
|
|
border-radius: 999px;
|
|
border: 1px solid rgba(56, 189, 248, 0.7);
|
|
color: var(--accent);
|
|
background: radial-gradient(circle at left, rgba(56, 189, 248, 0.35), #020617);
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 6px;
|
|
}
|
|
|
|
.status-dot {
|
|
width: 7px;
|
|
height: 7px;
|
|
border-radius: 999px;
|
|
background: #22c55e;
|
|
box-shadow: 0 0 10px rgba(34, 197, 94, 0.9);
|
|
}
|
|
|
|
/* Content */
|
|
.hero-card {
|
|
background: #020617;
|
|
border-radius: var(--radius-lg);
|
|
border: 1px solid var(--border-subtle);
|
|
padding: 18px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.hero-eyebrow {
|
|
font-size: 11px;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.22em;
|
|
color: var(--accent);
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.hero-title {
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.hero-subtitle {
|
|
font-size: 14px;
|
|
color: var(--text-muted);
|
|
line-height: 1.6;
|
|
margin-bottom: 16px;
|
|
max-width: 40rem;
|
|
}
|
|
|
|
.hero-meta {
|
|
font-size: 11px;
|
|
color: var(--text-muted);
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.links-card {
|
|
background: #020617;
|
|
border-radius: var(--radius-lg);
|
|
border: 1px solid var(--border-subtle);
|
|
padding: 16px;
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.links-title {
|
|
font-size: 12px;
|
|
font-weight: 600;
|
|
letter-spacing: 0.16em;
|
|
text-transform: uppercase;
|
|
color: var(--text-muted);
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.links-list {
|
|
list-style: none;
|
|
margin-top: 12px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 8px;
|
|
}
|
|
|
|
.link-item a {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 9px 10px;
|
|
border-radius: 12px;
|
|
text-decoration: none;
|
|
color: var(--text-main);
|
|
border: 1px solid rgba(30, 64, 175, 0.4);
|
|
background: #020617;
|
|
transition: var(--transition);
|
|
}
|
|
|
|
.link-item a:hover {
|
|
transform: translateY(-1px);
|
|
border-color: rgba(56, 189, 248, 0.9);
|
|
box-shadow: 0 12px 24px rgba(8, 47, 73, 0.9);
|
|
}
|
|
|
|
.link-main {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.link-label {
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.link-desc {
|
|
font-size: 11px;
|
|
color: var(--text-muted);
|
|
}
|
|
|
|
.link-chip {
|
|
font-size: 10px;
|
|
padding: 3px 7px;
|
|
border-radius: 999px;
|
|
border: 1px solid rgba(56, 189, 248, 0.9);
|
|
background: rgba(8, 47, 73, 0.95);
|
|
color: #e0f2fe;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.link-arrow {
|
|
font-size: 14px;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
/* Footer */
|
|
.footer {
|
|
margin-top: 18px;
|
|
padding-top: 12px;
|
|
border-top: 1px solid rgba(51, 65, 85, 0.9);
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 11px;
|
|
color: var(--text-muted);
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.footer a {
|
|
color: var(--accent);
|
|
text-decoration: none;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.footer a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="page">
|
|
<header class="header">
|
|
<div class="brand">
|
|
<div class="brand-logo">
|
|
|
|
<!-- INLINE SVG LOGO HERE -->
|
|
<svg width="38" height="18" viewBox="0 0 38 18" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M9 1C4 1 1 5 1 9s3 8 8 8c4 0 7-3 10-6 3 3 6 6 10 6 5 0 8-4 8-8s-3-8-8-8c-4 0-7 3-10 6C16 4 13 1 9 1z"
|
|
fill="none" stroke="#38bdf8" stroke-width="2.4" stroke-linecap="round"/>
|
|
</svg>
|
|
|
|
<span class="brand-wordmark">DVIRLABS</span>
|
|
</div>
|
|
|
|
<div class="brand-text-sub">HOME LAB · DEVOPS · AUTOMATION</div>
|
|
</div>
|
|
|
|
<div class="status-pill">
|
|
<span class="status-dot"></span>
|
|
<span>LAB ONLINE</span>
|
|
</div>
|
|
</header>
|
|
|
|
<main>
|
|
<section class="hero-card">
|
|
<div class="hero-eyebrow">Self-Hosted Lab</div>
|
|
<h1 class="hero-title">Kubernetes, GitOps & Observability — all at home.</h1>
|
|
<p class="hero-subtitle">
|
|
DvirLabs is a personal infrastructure lab used for experimenting
|
|
with Kubernetes, CI/CD, monitoring, security, and cloud-native tools.
|
|
</p>
|
|
|
|
<div class="hero-meta">
|
|
<div><strong>Primary use:</strong> learning, demos & side projects</div>
|
|
<div><strong>Status:</strong> internal lab — not a production service provider</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="links-card">
|
|
<div class="links-title">
|
|
ENTRY POINTS
|
|
<span>Internal & public portals</span>
|
|
</div>
|
|
<ul class="links-list" id="links-list"></ul>
|
|
</section>
|
|
</main>
|
|
|
|
<footer class="footer">
|
|
<div>© <span id="year"></span> DvirLabs. Personal home lab environment.</div>
|
|
<div>Contact: <a href="mailto:lab@dvirlabs.com">lab@dvirlabs.com</a></div>
|
|
</footer>
|
|
</div>
|
|
|
|
<script>
|
|
document.getElementById("year").textContent = new Date().getFullYear();
|
|
|
|
const rawLinks = "__LAB_LINKS__";
|
|
let links = [];
|
|
|
|
try { links = JSON.parse(rawLinks); } catch {}
|
|
|
|
const listEl = document.getElementById("links-list");
|
|
|
|
if (Array.isArray(links)) {
|
|
links.forEach(link => {
|
|
const li = document.createElement("li");
|
|
li.className = "link-item";
|
|
li.innerHTML = `
|
|
<a href="${link.url}" target="_blank" rel="noreferrer">
|
|
<div class="link-main">
|
|
<span class="link-label">${link.label}</span>
|
|
<span class="link-desc">${link.desc}</span>
|
|
</div>
|
|
<span class="link-chip">${link.chip || ""}</span>
|
|
<span class="link-arrow">↗</span>
|
|
</a>`;
|
|
listEl.appendChild(li);
|
|
});
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|