icon
This commit is contained in:
BIN
app/web/static/apple-touch-icon.png
Normal file
BIN
app/web/static/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
app/web/static/favicon-16.png
Normal file
BIN
app/web/static/favicon-16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 647 B |
BIN
app/web/static/favicon-32.png
Normal file
BIN
app/web/static/favicon-32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
app/web/static/favicon-48.png
Normal file
BIN
app/web/static/favicon-48.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
BIN
app/web/static/favicon.ico
Normal file
BIN
app/web/static/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 669 B |
BIN
app/web/static/logo.png
Normal file
BIN
app/web/static/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.2 KiB |
@@ -51,11 +51,19 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.topbar .brand {
|
.topbar .brand {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 0.6rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 1.05rem;
|
font-size: 1.05rem;
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.brand-logo {
|
||||||
|
display: block;
|
||||||
|
border-radius: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
.topbar nav {
|
.topbar nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 1.25rem;
|
gap: 1.25rem;
|
||||||
|
|||||||
@@ -4,11 +4,15 @@
|
|||||||
<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>{% block title %}MyWhoosh Garmin Sync{% endblock %}</title>
|
<title>{% block title %}MyWhoosh Garmin Sync{% endblock %}</title>
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16.png">
|
||||||
|
<link rel="shortcut icon" href="/static/favicon.ico">
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
|
||||||
<link rel="stylesheet" href="/static/style.css">
|
<link rel="stylesheet" href="/static/style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="topbar">
|
<header class="topbar">
|
||||||
<span class="brand">MyWhoosh → Garmin Sync</span>
|
<span class="brand"><img src="/static/logo.png" alt="" class="brand-logo" width="28" height="28">MyWhoosh → Garmin Sync</span>
|
||||||
<nav>
|
<nav>
|
||||||
{% if request.session.get('admin_authenticated') %}
|
{% if request.session.get('admin_authenticated') %}
|
||||||
<a href="/">Dashboard</a>
|
<a href="/">Dashboard</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user