added metal-icons
This commit is contained in:
parent
9670ae3c9f
commit
8398cef5b1
|
|
@ -1 +1 @@
|
||||||
1.2.2
|
1.2.4
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
<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="manifest" href="/manifest.webmanifest" />
|
||||||
<link rel="apple-touch-icon" href="%sveltekit.assets%/icon-192.png" />
|
<link rel="apple-touch-icon" href="%sveltekit.assets%/icon-192.png" />
|
||||||
<meta name="theme-color" content="#1a1a22" />
|
<meta name="theme-color" content="#1a1a22" />
|
||||||
|
|
|
||||||
|
|
@ -127,12 +127,23 @@
|
||||||
<span class="text-muted">Loading...</span>
|
<span class="text-muted">Loading...</span>
|
||||||
</div>
|
</div>
|
||||||
{:else if !authenticated}
|
{:else if !authenticated}
|
||||||
<div class="flex h-screen items-center justify-center bg-bg">
|
<div
|
||||||
<div class="text-center">
|
class="flex h-screen items-center justify-center"
|
||||||
<h1 class="mb-4 text-2xl font-bold text-accent">KaNote</h1>
|
style="background: url('/login-bg.png') center/cover no-repeat, #0a0a0a;"
|
||||||
<p class="mb-6 text-muted">Sign in to access your notes</p>
|
>
|
||||||
|
<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
|
<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()}
|
onclick={() => login()}
|
||||||
>
|
>
|
||||||
Sign in with Microsoft
|
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.
Loading…
Reference in New Issue