mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-08 13:55:23 +02:00
feat: added name to auth pages for clarity
This commit is contained in:
@@ -7,6 +7,10 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="min-h-screen container mx-auto px-4 sm:px-0 sm:max-w-md flex justify-center flex-col">
|
<div class="min-h-screen container mx-auto px-4 sm:px-0 sm:max-w-md flex justify-center flex-col">
|
||||||
|
<h1
|
||||||
|
class="text-5xl sm:text-6xl py-4 pt-10 font-bold bg-gradient-to-r from-primary to-secondary text-center text-transparent bg-clip-text">
|
||||||
|
Minne
|
||||||
|
</h1>
|
||||||
<h2 class="text-2xl font-bold text-center mb-8">Login to your account</h2>
|
<h2 class="text-2xl font-bold text-center mb-8">Login to your account</h2>
|
||||||
|
|
||||||
<form hx-post="/signin" hx-target="#login-result">
|
<form hx-post="/signin" hx-target="#login-result">
|
||||||
|
|||||||
@@ -8,6 +8,10 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="min-h-screen container mx-auto px-4 sm:px-0 sm:max-w-md flex justify-center flex-col">
|
<div class="min-h-screen container mx-auto px-4 sm:px-0 sm:max-w-md flex justify-center flex-col">
|
||||||
|
<h1
|
||||||
|
class="text-5xl sm:text-6xl py-4 pt-10 font-bold bg-gradient-to-r from-primary to-secondary text-center text-transparent bg-clip-text">
|
||||||
|
Minne
|
||||||
|
</h1>
|
||||||
<h2 class="text-2xl font-bold text-center mb-8">Create your account</h2>
|
<h2 class="text-2xl font-bold text-center mb-8">Create your account</h2>
|
||||||
|
|
||||||
<form hx-post="/signup" hx-target="#signup-result" class="">
|
<form hx-post="/signup" hx-target="#signup-result" class="">
|
||||||
|
|||||||
@@ -38,8 +38,8 @@
|
|||||||
<!-- CTA -->
|
<!-- CTA -->
|
||||||
<div class="space-y-4">
|
<div class="space-y-4">
|
||||||
<div class="flex justify-center gap-4">
|
<div class="flex justify-center gap-4">
|
||||||
<button class="btn btn-primary btn-lg">Get Started</button>
|
<a class="btn btn-primary btn-lg" hx-boost="true" href="/signup">Get Started</a>
|
||||||
<button class="btn btn-outline btn-lg">Learn More</button>
|
<a class="btn btn-outline btn-lg">Learn More</a>
|
||||||
</div>
|
</div>
|
||||||
<p class="text-sm text-base-content/60">
|
<p class="text-sm text-base-content/60">
|
||||||
Currently processing {{queue_length}} items in queue
|
Currently processing {{queue_length}} items in queue
|
||||||
|
|||||||
Reference in New Issue
Block a user