Skip to content

Commit

Permalink
add blog
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanChaudhary committed Aug 23, 2024
1 parent 76db5ef commit 5971cee
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,18 @@
class="mr-auto ml-auto max-w-5xl min-h-dvh bg-orange-50 px-4 shadow-[0_0_30px_5px] shadow-gray-400 relative pb-10"
>
<slot />
<div class="flex justify-center absolute bottom-0 h-10 items-center left-0 right-0">
<div class="flex justify-center absolute bottom-0 h-10 items-center left-0 right-0 gap-0.5">
<a
href="https://github.com/ArhanChaudhary/iconic-computing-numbers"
class="text-blue-600 underline mx-1">Source</a
>
&#x2022;
<a href="https://arhan.sh" class="text-blue-600 underline mx-1"
>My website</a
<a
href="https://arhan.sh/blog/how-many-iconic-computing-numbers-can-you-recognize/"
class="text-blue-600 underline mx-1">Blog</a
>
&#x2022;
<a href="https://arhan.sh" class="text-blue-600 underline mx-1">My website</a>
</div>
</div>
</main>

0 comments on commit 5971cee

Please sign in to comment.