|
|
|
@ -3,18 +3,14 @@ import MenuItem from "./MenuItem.svelte";
|
|
|
|
|
import MenuTitle from "./MenuTitle.svelte";
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
<main class="flex flex-col lg:flex-row gap-3 lg:gap-5 justify-between w-full appear">
|
|
|
|
|
<main class="flex flex-col lg:flex-row gap-3 appear">
|
|
|
|
|
<MenuTitle text="AlexArcher" classes="w-full lg:w-fit" />
|
|
|
|
|
|
|
|
|
|
<section class="flex px-2 gap-3 items-end justify-start">
|
|
|
|
|
<section class="flex gap-3 items-end justify-start">
|
|
|
|
|
<MenuItem link="#about" text="About"/>
|
|
|
|
|
<MenuItem link="#socials" text="Socials"/>
|
|
|
|
|
<MenuItem link="#fursona" text="Fursona"/>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<!-- <section class="flex gap-3 items-end justify-end">
|
|
|
|
|
|
|
|
|
|
</section> -->
|
|
|
|
|
</main>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|