mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-04-20 09:46:53 +00:00
post page+rating system that works on static site
This commit is contained in:
parent
64d1f714eb
commit
dd956c82f8
@ -3,28 +3,40 @@
|
|||||||
|
|
||||||
<section>
|
<section>
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
|
<h1 class="text-3xl font-bold">Honesty</h1>
|
||||||
<h1 class='text-3xl font-bold'>Honesty</h1>
|
<p class="text-sm font-bold">by Fishie</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class='mt-40 mb-10'>
|
||||||
<div class='border-black'>
|
<div class="flex justify-center items-center">
|
||||||
<textarea name="cool" id="" cols="30" rows="10"></textarea>
|
<textarea
|
||||||
|
placeholder="Post contents here"
|
||||||
|
class="textarea textarea-bordered textarea-lg w-full max-w-xs shadow-md"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div class="flex justify-center items-center">
|
||||||
<!-- star rating thing here, probab;y first JS script thing i gotta write this project -->
|
<div class="rating">
|
||||||
|
<input type="radio" name="rating-2" class="mask mask-star-2 bg-orange-400" />
|
||||||
|
<input type="radio" name="rating-2" class="mask mask-star-2 bg-orange-400" checked />
|
||||||
|
<input type="radio" name="rating-2" class="mask mask-star-2 bg-orange-400" />
|
||||||
|
<input type="radio" name="rating-2" class="mask mask-star-2 bg-orange-400" />
|
||||||
|
<input type="radio" name="rating-2" class="mask mask-star-2 bg-orange-400" />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="flex justify-center items-center flex-col mt-40">
|
||||||
<div>
|
<p>anon</p>
|
||||||
<input type="checkbox">
|
<div className="form-control">
|
||||||
<p>Anon</p>
|
<label className="label cursor-pointer">
|
||||||
|
<input type="checkbox" checked className="checkbox" />
|
||||||
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="flex justify-center items-center my-10">
|
||||||
<div class="btn btn-secondary">
|
<div class="btn btn-secondary">
|
||||||
<button>Submit</button>
|
<button>Submit</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user