UI redesign: condensed-sans ledger style with logo in the zero hero #18
2 changed files with 712 additions and 401 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -4,14 +4,14 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<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="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>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Quartermaster</h1>
|
||||
<p class="subtitle">Household budget</p>
|
||||
</header>
|
||||
<main>
|
||||
{% block content %}{% endblock %}
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Reference in a new issue