mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-04-20 09:46:53 +00:00
commit
bf2993743f
@ -15,10 +15,7 @@
|
||||
<div />
|
||||
</div>
|
||||
|
||||
<h1 class="mr-10">
|
||||
@Username
|
||||
</h1>
|
||||
|
||||
<h1 class="mr-10">@Username</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
52
src/routes/bio/+page.svelte
Normal file
52
src/routes/bio/+page.svelte
Normal file
@ -0,0 +1,52 @@
|
||||
<script>
|
||||
|
||||
</script>
|
||||
|
||||
<section>
|
||||
<div class="text-center mt-5">
|
||||
<h1 class="text-3xl font-bold">Honesty</h1>
|
||||
<p class="text-sm font-bold">by Fishie</p>
|
||||
</div>
|
||||
|
||||
<div class="flex items-center justify-center mt-20">
|
||||
<!-- if you wanna show the user is offline, change the classname to offline using jscript -->
|
||||
<div class="avatar online">
|
||||
<div class="w-20 rounded-full">
|
||||
<!-- there is an issuee here that i will definetly deal with later....hopefully -->
|
||||
<img src='https://images.unsplash.com/photo-1517841905240-472988babdf9?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80' alt="profile pic" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="flex items-center justify-center my-10">
|
||||
<div class="card w-96 bg-base-100 shadow-xl">
|
||||
<div class="card-body">
|
||||
<h2 class="card-title">Bio</h2>
|
||||
<p class="text-gray-500">lorem ipsum something</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="flex justify-center items-center flex-col gap-1">
|
||||
<input type="text" placeholder="Youtube" class="input w-full max-w-xs" />
|
||||
<input type="text" placeholder="Twitch" class="input w-full max-w-xs" />
|
||||
<input type="text" placeholder="Instagram" class="input w-full max-w-xs" />
|
||||
<input type="text" placeholder="Discord" class="input w-full max-w-xs" />
|
||||
<input type="text" placeholder="Twitter" class="input w-full max-w-xs" />
|
||||
<input type="text" placeholder="Tik Tok" class="input w-full max-w-xs" />
|
||||
<input type="text" placeholder="SnapChat" class="input w-full max-w-xs" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex justify-center items-center">
|
||||
<button class='btn btn-secondary'>
|
||||
save
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</section>
|
50
src/routes/feed/+page.svelte
Normal file
50
src/routes/feed/+page.svelte
Normal file
@ -0,0 +1,50 @@
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<section>
|
||||
<div class="text-center mt-5">
|
||||
<h1 class="text-3xl font-bold">Honesty</h1>
|
||||
<p class="text-sm font-bold">by Fishie</p>
|
||||
</div>
|
||||
|
||||
<div class="flex items-center justify-center mt-10">
|
||||
<input
|
||||
type="text"
|
||||
placeholder="Search"
|
||||
class="input input-bordered input-md w-full max-w-xs rounded-md shadow-xl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="flex items-center justify-center my-10">
|
||||
<div class="card w-96 bg-base-100 shadow-xl">
|
||||
<div class="card-body">
|
||||
<h2 class="card-title">@Username</h2>
|
||||
<p class="text-gray-500">lorem ipsum something</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="flex items-center justify-center my-10">
|
||||
<div class="card w-96 bg-base-100 shadow-xl">
|
||||
<div class="card-body">
|
||||
<h2 class="card-title">@Username</h2>
|
||||
<p class="text-gray-500">lorem ipsum something</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="flex items-center justify-center my-10">
|
||||
<div class="card w-96 bg-base-100 shadow-xl">
|
||||
<div class="card-body">
|
||||
<h2 class="card-title">@Username</h2>
|
||||
<p class="text-gray-500">lorem ipsum something</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
65
src/routes/leaderboard/+page.svelte
Normal file
65
src/routes/leaderboard/+page.svelte
Normal file
@ -0,0 +1,65 @@
|
||||
<script>
|
||||
|
||||
</script>
|
||||
|
||||
<section>
|
||||
<div class="text-center mt-5">
|
||||
<h1 class="text-3xl font-bold">Honesty</h1>
|
||||
<p class="text-sm font-bold">by Fishie</p>
|
||||
</div>
|
||||
|
||||
<div class="mt-10 mb-10 flex justify-center items-center">
|
||||
<p class="text-sm font-bold">Leaderboard</p>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col gap-4 items-center justify-center">
|
||||
|
||||
<div class="card w-96 bg-base-100 shadow-xl">
|
||||
<div class="card-body p-10 rounded-lg">
|
||||
<div class="avatar">
|
||||
<div class="w-20 rounded-full">
|
||||
<img
|
||||
src="https://plus.unsplash.com/premium_photo-1679596990314-7296548d8acb?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80"
|
||||
alt="profile pic"
|
||||
/>
|
||||
<div />
|
||||
</div>
|
||||
|
||||
<h1 class="mr-10">@Username</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card w-96 bg-base-100 shadow-xl">
|
||||
<div class="card-body p-10 rounded-lg">
|
||||
<div class="avatar">
|
||||
<div class="w-20 rounded-full">
|
||||
<img
|
||||
src="https://plus.unsplash.com/premium_photo-1679596990314-7296548d8acb?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80"
|
||||
alt="profile pic"
|
||||
/>
|
||||
<div />
|
||||
</div>
|
||||
|
||||
<h1 class="mr-10">@Username</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card w-96 bg-base-100 shadow-xl">
|
||||
<div class="card-body p-10 rounded-lg">
|
||||
<div class="avatar">
|
||||
<div class="w-20 rounded-full">
|
||||
<img
|
||||
src="https://plus.unsplash.com/premium_photo-1679596990314-7296548d8acb?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80"
|
||||
alt="profile pic"
|
||||
/>
|
||||
<div />
|
||||
</div>
|
||||
|
||||
<h1 class="mr-10">@Username</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
@ -28,9 +28,9 @@
|
||||
|
||||
<div class="flex justify-center items-center flex-col mt-40">
|
||||
<p>anon</p>
|
||||
<div className="form-control">
|
||||
<label className="label cursor-pointer">
|
||||
<input type="checkbox" checked className="checkbox" />
|
||||
<div class="form-control">
|
||||
<label class="label cursor-pointer">
|
||||
<input type="checkbox" checked class="checkbox" />
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user