added metal-icons

This commit is contained in:
beo3000 2026-03-01 19:56:34 +01:00
parent 9670ae3c9f
commit 8398cef5b1
9 changed files with 18 additions and 7 deletions

View File

@ -1 +1 @@
1.2.2
1.2.4

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<link rel="icon" href="%sveltekit.assets%/favicon.svg" />
<link rel="icon" type="image/png" href="%sveltekit.assets%/icon-192.png" />
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="apple-touch-icon" href="%sveltekit.assets%/icon-192.png" />
<meta name="theme-color" content="#1a1a22" />

View File

@ -127,12 +127,23 @@
<span class="text-muted">Loading...</span>
</div>
{:else if !authenticated}
<div class="flex h-screen items-center justify-center bg-bg">
<div class="text-center">
<h1 class="mb-4 text-2xl font-bold text-accent">KaNote</h1>
<p class="mb-6 text-muted">Sign in to access your notes</p>
<div
class="flex h-screen items-center justify-center"
style="background: url('/login-bg.png') center/cover no-repeat, #0a0a0a;"
>
<div class="flex flex-col items-center text-center px-6">
<img
src="/ka-logo-large.png"
alt="KA-Note"
class="w-32 h-32 mb-6 drop-shadow-2xl rounded-2xl"
/>
<h1 class="mb-2 text-3xl font-extrabold text-white tracking-wide drop-shadow-lg">
KA-Note
</h1>
<p class="mb-8 text-sm text-gray-400">Sign in to access your notes</p>
<button
class="rounded bg-accent px-6 py-3 font-semibold text-white transition-colors hover:bg-accent/80"
class="rounded-lg px-8 py-3 font-semibold text-white transition-all duration-200 shadow-lg hover:shadow-xl hover:scale-105"
style="background: linear-gradient(135deg, #e65100, #bf360c);"
onclick={() => login()}
>
Sign in with Microsoft

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 776 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 781 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 KiB

Binary file not shown.

Binary file not shown.