mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-02-23 01:32:19 +00:00
navbar Spam
This commit is contained in:
parent
1d76b6e724
commit
e10b74b003
@ -1,12 +1,11 @@
|
|||||||
<script>
|
<script>
|
||||||
import Icon from 'svelte-icons-pack/Icon.svelte'
|
import Icon from 'svelte-icons-pack/Icon.svelte';
|
||||||
import BiArrowBack from "svelte-icons-pack/bi/BiArrowBack";
|
import BiArrowBack from 'svelte-icons-pack/bi/BiArrowBack';
|
||||||
import BiSolidHome from "svelte-icons-pack/bi/BiSolidHome";
|
import BiSolidHome from 'svelte-icons-pack/bi/BiSolidHome';
|
||||||
import BsPerson from "svelte-icons-pack/bs/BsPerson";
|
import BsPerson from 'svelte-icons-pack/bs/BsPerson';
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class='border border-black rounded-lg'>
|
<div class="border border-black rounded-lg">
|
||||||
<div class="p-2">
|
<div class="p-2">
|
||||||
<ul class="flex flex-row gap-2 items-center justify-between">
|
<ul class="flex flex-row gap-2 items-center justify-between">
|
||||||
<li><Icon src={BiArrowBack} size={20} /></li>
|
<li><Icon src={BiArrowBack} size={20} /></li>
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
|
import Navbar from '../../lib/components/navbar.svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
@ -44,5 +45,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<footer class="justify-items-end">
|
||||||
|
<div class="container mt-20">
|
||||||
|
<Navbar />
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
|
import Navbar from '../../lib/components/navbar.svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
@ -13,7 +13,10 @@
|
|||||||
<div class="avatar online">
|
<div class="avatar online">
|
||||||
<div class="w-20 rounded-full">
|
<div class="w-20 rounded-full">
|
||||||
<!-- there is an issuee here that i will definetly deal with later....hopefully -->
|
<!-- 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" />
|
<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>
|
||||||
</div>
|
</div>
|
||||||
@ -42,11 +45,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex justify-center items-center">
|
<div class="flex justify-center items-center">
|
||||||
<button class='btn btn-secondary'>
|
<button class="btn btn-secondary"> save </button>
|
||||||
save
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<footer class="justify-items-end">
|
||||||
|
<div class="container mt-20">
|
||||||
|
<Navbar />
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
</section>
|
</section>
|
@ -1,4 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
|
import Navbar from '../../lib/components/navbar.svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
@ -47,4 +48,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<div class="container mt-10">
|
||||||
|
<Navbar />
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
|
import Navbar from '../../lib/components/navbar.svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
@ -35,8 +36,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="mb-10">
|
||||||
<div class='mb-10'>
|
|
||||||
<div class="flex justify-center items-center">
|
<div class="flex justify-center items-center">
|
||||||
<div class="rating">
|
<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" />
|
||||||
@ -48,15 +48,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="flex justify-center items-center">
|
<div class="flex justify-center items-center">
|
||||||
<!-- i will change all buttons colours to match scheme during debugging -->
|
<!-- i will change all buttons colours to match scheme during debugging -->
|
||||||
<button class="btn btn-secondary">
|
<button class="btn btn-secondary"> Share </button>
|
||||||
Share
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<div class="container mt-10">
|
||||||
|
<Navbar />
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
</section>
|
</section>
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
|
import Navbar from '../../lib/components/navbar.svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
@ -7,7 +8,7 @@
|
|||||||
<p class="text-sm font-bold">by Fishie</p>
|
<p class="text-sm font-bold">by Fishie</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='mt-40 mb-10'>
|
<div class="mt-40 mb-10">
|
||||||
<div class="flex justify-center items-center">
|
<div class="flex justify-center items-center">
|
||||||
<textarea
|
<textarea
|
||||||
placeholder="Post contents here"
|
placeholder="Post contents here"
|
||||||
@ -39,4 +40,10 @@
|
|||||||
<button>Submit</button>
|
<button>Submit</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<div class="container mt-5">
|
||||||
|
<Navbar />
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user