lenitnes / index.html
Papajams's picture
Instrument-first positioning: same loop, two verticals
af9ba1a verified
Raw
History Blame Contribute Delete
1.39 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>LENITNES — Scientific Software Integrity Sentinel</title>
<style>
html, body { margin: 0; padding: 0; height: 100%; background: #0a0e14; font-family: 'Inter', system-ui, sans-serif; }
.bar {
display: flex; align-items: center; gap: 12px;
padding: 8px 16px; background: #111820; color: #e2e8f0;
border-bottom: 1px solid #1e293b; font-size: 13px;
}
.bar .title { font-weight: 700; letter-spacing: .04em; }
.bar .sub { color: #22d3ee; font-style: italic; }
.bar .spacer { flex: 1; }
.bar a { color: #94a3b8; text-decoration: none; }
.bar a:hover { color: #34d399; }
iframe { display: block; width: 100%; height: calc(100vh - 37px); border: 0; }
</style>
</head>
<body>
<div class="bar">
<span class="title">🔬 LENITNES</span>
<span class="sub">software-change judgments, committed before the outcome</span>
<span class="spacer"></span>
<a href="https://lenitnes.persidian.com" target="_blank" rel="noopener">open full dashboard ↗</a>
<a href="https://github.com/sneldao/lenitnes" target="_blank" rel="noopener">code ↗</a>
</div>
<iframe src="https://lenitnes.persidian.com" title="LENITNES live dashboard"
allow="clipboard-write" loading="eager"></iframe>
</body>
</html>