rough first draft of v2!

This commit is contained in:
ari melody 2026-07-06 19:09:56 +01:00
parent 103bf3f1c3
commit dd04d44f47
Signed by: ari
GPG key ID: CF99829C92678188
29 changed files with 430 additions and 389 deletions

View file

@ -1,6 +1,6 @@
{{define "head"}}
<title>Artists - ari melody 💫</title>
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="/img/favicon.webp" type="image/x-icon">
<link rel="stylesheet" href="/admin/static/artists.css">
{{end}}

View file

@ -1,6 +1,6 @@
{{define "head"}}
<title>Account Settings - ari melody 💫</title>
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="/img/favicon.webp" type="image/x-icon">
<link rel="stylesheet" href="/admin/static/edit-account.css">
{{end}}

View file

@ -1,6 +1,6 @@
{{define "head"}}
<title>Editing Track - ari melody 💫</title>
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="/img/favicon.webp" type="image/x-icon">
<link rel="stylesheet" href="/admin/static/edit-track.css">
<link rel="stylesheet" href="/admin/static/tracks.css">
<link rel="stylesheet" href="/admin/static/releases.css">

View file

@ -1,6 +1,6 @@
{{define "head"}}
<title>Admin - ari melody 💫</title>
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="/img/favicon.webp" type="image/x-icon">
<link rel="stylesheet" href="/admin/static/releases.css">
<link rel="stylesheet" href="/admin/static/artists.css">
<link rel="stylesheet" href="/admin/static/tracks.css">

View file

@ -18,7 +18,7 @@
<header>
<nav id="navbar">
<a href="/" class="nav icon" aria-label="ari melody" title="Return to Home">
<img src="/img/favicon.png" alt="" width="64" height="64">
<img src="/img/favicon.webp" alt="" width="64" height="64">
</a>
<div class="nav-item{{if eq .Path "/"}} active{{end}}">
<a href="/admin">home</a>

View file

@ -1,6 +1,6 @@
{{define "head"}}
<title>Login - ari melody 💫</title>
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="/img/favicon.webp" type="image/x-icon">
<style>
form#login-totp {
width: 100%;

View file

@ -1,6 +1,6 @@
{{define "head"}}
<title>Login - ari melody 💫</title>
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="/img/favicon.webp" type="image/x-icon">
<style>
@media screen and (max-width: 720px) {
h1 {

View file

@ -1,6 +1,6 @@
{{define "head"}}
<title>Admin - ari melody 💫</title>
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="/img/favicon.webp" type="image/x-icon">
<style>
p a {

View file

@ -1,6 +1,6 @@
{{define "head"}}
<title>Audit Logs - ari melody 💫</title>
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="/img/favicon.webp" type="image/x-icon">
<link rel="stylesheet" href="/admin/static/logs.css">
{{end}}

View file

@ -1,6 +1,6 @@
{{define "head"}}
<title>Register - ari melody 💫</title>
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="/img/favicon.webp" type="image/x-icon">
<style>
p a {
color: #2a67c8;

View file

@ -1,6 +1,6 @@
{{define "head"}}
<title>Releases - ari melody 💫</title>
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="/img/favicon.webp" type="image/x-icon">
<link rel="stylesheet" href="/admin/static/releases.css">
{{end}}

View file

@ -1,6 +1,6 @@
{{define "head"}}
<title>TOTP Confirmation - ari melody 💫</title>
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="/img/favicon.webp" type="image/x-icon">
<style>
.qr-code {
border: 1px solid #8888;

View file

@ -1,6 +1,6 @@
{{define "head"}}
<title>TOTP Setup - ari melody 💫</title>
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="/img/favicon.webp" type="image/x-icon">
{{end}}
{{define "content"}}

View file

@ -1,6 +1,6 @@
{{define "head"}}
<title>Releases - ari melody 💫</title>
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="/img/favicon.webp" type="image/x-icon">
<link rel="stylesheet" href="/admin/static/tracks.css">
{{end}}