Files
truenas-stacks/home/doris-barbell/app/templates/base.html

70 lines
3.7 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ title or 'Doris Barbell' }}</title>
<link rel="stylesheet" href="/static/app.css?v=4">
</head>
<body class="doris-hot-fuzz app-barbell">
<div class="incident-tape" aria-hidden="true"></div>
<header class="page-header casefile-header app-casefile app-casefile-barbell">
<div class="film-grain" aria-hidden="true"></div>
<div class="cinematic-glow" aria-hidden="true"></div>
<div class="brand-row">
<div class="nav-brand">
<span class="nav-kicker">N.W.A. Case File</span>
<strong>Doris Constabulary</strong>
</div>
<nav class="nav-links" aria-label="Doris Barbell navigation">
<a class="nav-link" href="http://10.5.30.7:8787/">Dashboard</a>
<a class="nav-link" href="http://10.5.30.7:8092/">Kitchen</a>
<a class="nav-link" href="https://schoolhouse.paccoco.com">Schoolhouse</a>
<a class="nav-link" href="/">Barbell</a>
</nav>
</div>
<div class="casefile-title-row">
<div>
<p class="eyebrow">Station training desk</p>
<div class="casefile-stamp barbell-evidence-tag">Training Dossier</div>
<h1>Doris Barbell</h1>
<p class="lede">Reps, weight, BMI, and body metrics now look like a proper performance dossier instead of generic gym CRUD.</p>
<div class="brand-badges" aria-label="Theme badges">
<span class="pill badge-hotfuzz">For the Greater Good</span>
<span class="pill">Evidence locker: reps</span>
<span class="pill">Case type: Training Dossier</span>
</div>
</div>
<div class="hot-fuzz-art" aria-hidden="true">
<svg viewBox="0 0 320 220" class="poster-illustration" role="presentation">
<defs>
<linearGradient id="barbell-sunset" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#f2c14e"></stop>
<stop offset="50%" stop-color="#d53600"></stop>
<stop offset="100%" stop-color="#910f3f"></stop>
</linearGradient>
</defs>
<rect x="8" y="8" width="304" height="204" rx="24" class="poster-frame"></rect>
<circle cx="228" cy="72" r="58" class="poster-halo"></circle>
<path d="M18 170 L112 100 L134 124 L40 198 Z" class="poster-tape tape-left"></path>
<path d="M202 82 L302 32 L314 60 L214 112 Z" class="poster-tape tape-right"></path>
<path d="M112 180 C110 150 116 126 132 110 C140 100 148 94 154 90 C160 94 168 100 176 110 C192 126 198 150 196 180 Z" class="constable-silhouette lead"></path>
<path d="M174 184 C172 154 178 132 194 118 C202 110 210 104 218 100 C226 104 234 110 242 118 C258 132 264 154 262 184 Z" class="constable-silhouette partner"></path>
<circle cx="84" cy="60" r="28" class="swan-stamp"></circle>
<path d="M76 64 C80 54 91 48 101 53 C93 52 88 57 89 63 C90 69 101 68 103 76 C94 78 83 76 78 69 L71 76 L66 71 L74 64 Z" class="swan-mark"></path>
<rect x="122" y="110" width="86" height="8" rx="4" class="barbell-bar"></rect>
<circle cx="120" cy="114" r="16" class="plate-outer"></circle>
<circle cx="120" cy="114" r="8" class="plate-inner"></circle>
<circle cx="210" cy="114" r="16" class="plate-outer"></circle>
<circle cx="210" cy="114" r="8" class="plate-inner"></circle>
<text x="160" y="204" class="poster-callout">TRAINING DOSSIER</text>
</svg>
</div>
</div>
</header>
<main class="page-shell">
{% block content %}{% endblock %}
</main>
</body>
</html>