UI redesign: condensed-sans ledger style with logo in the zero hero #18

Merged
claude-code merged 6 commits from feat/17-condensed-sans-redesign into main 2026-04-17 17:04:55 -06:00
2 changed files with 712 additions and 401 deletions
Showing only changes of commit 368a4d0741 - Show all commits

File diff suppressed because it is too large Load diff

View file

@ -4,14 +4,14 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<title>Quartermaster</title> <title>Quartermaster</title>
<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=Barlow+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600&family=Barlow:ital,wght@0,400;0,500;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="{{ url_for('static', path='app.css') }}"> <link rel="stylesheet" href="{{ url_for('static', path='app.css') }}">
<link rel="icon" type="image/png" href="{{ url_for('static', path='brand/logo-shield-wide.png') }}">
<script src="https://unpkg.com/htmx.org@2.0.3" defer></script> <script src="https://unpkg.com/htmx.org@2.0.3" defer></script>
</head> </head>
<body> <body>
<header>
<h1>Quartermaster</h1>
<p class="subtitle">Household budget</p>
</header>
<main> <main>
{% block content %}{% endblock %} {% block content %}{% endblock %}
</main> </main>