Finished with the layout for now!
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 2m0s

This commit is contained in:
ChrQR 2024-05-20 23:59:07 +02:00
parent 03970bbd95
commit 4c93cff666
3 changed files with 15 additions and 3 deletions

View File

@ -13,7 +13,7 @@
<CloudflareAnalytics />
<TopNav />
<div class="px-2 sm:px-0 mx-auto max-w-xs sm:max-w-md md:max-w-3xl text-center">
<div class="px-2 sm:px-0 mx-auto max-w-xs sm:max-w-md md:max-w-3xl text-center mb-20 md:mb-0">
<slot />
</div>
<BottomNavigation />

View File

@ -22,7 +22,7 @@
</h2>
<p class="py-2">
I like to explore many different technologies and frameworks mostly surrounding web development
or infrastructure.
and infrastructure.
</p>
<div class="hidden md:block py-2">
<VendorMarquee />

View File

@ -1 +1,13 @@
<h1>Under development</h1>
<script>
import PageHeader from '$lib/PageHeader.svelte';
const title = 'Coming soon!';
</script>
<PageHeader {title} />
<p class="py-6">
For now you can hit me up on <a
class="font-normal underline"
href="https://www.linkedin.com/in/christian-rannes/"
target="_blank">linkedin</a
>
</p>