Add branding

This commit is contained in:
2026-01-05 14:19:55 +01:00
parent 7b0bf0989f
commit 134a1fc6ed
9 changed files with 15 additions and 8 deletions

View File

@@ -3,13 +3,14 @@
<head>
<meta charset="UTF-8" />
<title>Imgfloat Dashboard</title>
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="/css/styles.css" />
</head>
<body class="dashboard-body">
<div class="dashboard-shell">
<header class="dashboard-topbar">
<div class="brand">
<div class="brand-mark">IF</div>
<img class="brand-mark" src="/img/brand.png"/>
<div>
<div class="brand-title">Imgfloat</div>
<div class="brand-subtitle">Twitch overlay manager</div>
@@ -122,7 +123,7 @@
<a
class="button block"
th:href="'https://github.com/Kruhlmann/imgfloat-j/releases/download/' + ${releaseVersion} + '/Imgfloat-' + ${releaseVersion} + '-arm64.dmg'"
>Download .dmg</a
>Download DMG</a
>
</div>
<div class="download-card" data-platform="windows">
@@ -134,7 +135,7 @@
<a
class="button block"
th:href="'https://github.com/Kruhlmann/imgfloat-j/releases/download/' + ${releaseVersion} + '/Imgfloat.Setup.' + ${releaseVersion} + '.exe'"
>Download .exe</a
>Download EXE</a
>
</div>
<div class="download-card" data-platform="linux">