mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-04-20 09:46:53 +00:00
Done login page skeleton
This commit is contained in:
parent
27d71e3829
commit
11f96c0821
@ -1,27 +1,47 @@
|
||||
<script>
|
||||
|
||||
</script>
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="flex justify-center items-center">
|
||||
<h1 class='text-3xl'>Honesty</h1>
|
||||
</div>
|
||||
</div>
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="flex justify-center items-center flex-col my-10">
|
||||
<h1 class="text-5xl font-bold">Honesty</h1>
|
||||
<p class="text-sm fint-bold">by fishie</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex justify-center items-center">
|
||||
<img src="" alt="placeholder" class="my-10" />
|
||||
</div>
|
||||
<div class="flex justify-center items-center mt-30 mb-20">
|
||||
<div class="avatar">
|
||||
<div class="w-60 rounded-full ring ring-primary ring-offset-base-100 ring-offset-2">
|
||||
<img src="https://images.unsplash.com/photo-1578507065211-1c4e99a5fd24?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80" alt="sample image" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex justify-center items-center flex-col">
|
||||
<input label="Username" placeholder="Username" class="my-2" />
|
||||
<button class="my-2">Submit</button>
|
||||
</div>
|
||||
</section>
|
||||
<div class="flex items-center justify-center">
|
||||
<div class="form-control w-full max-w-xs">
|
||||
<label class="label">
|
||||
<span class="label-text">What is your Username?</span>
|
||||
</label>
|
||||
<input type="text" placeholder="@UserName" class="input input-bordered w-full max-w-xs" />
|
||||
<label class="label">
|
||||
<span class="label-text-alt text-green-500 text-xl">Username is available</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.container {
|
||||
max-width: 640px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
</style>
|
||||
<div class='container'>
|
||||
<div class="flex items-center justify-center mt-10">
|
||||
<button class="btn btn-secondary">
|
||||
Submit
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<style>
|
||||
.container {
|
||||
max-width: 640px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user