Finished with the layout for now!
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 2m0s
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 2m0s
This commit is contained in:
parent
03970bbd95
commit
4c93cff666
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<CloudflareAnalytics />
|
<CloudflareAnalytics />
|
||||||
<TopNav />
|
<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 />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
<BottomNavigation />
|
<BottomNavigation />
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
</h2>
|
</h2>
|
||||||
<p class="py-2">
|
<p class="py-2">
|
||||||
I like to explore many different technologies and frameworks mostly surrounding web development
|
I like to explore many different technologies and frameworks mostly surrounding web development
|
||||||
or infrastructure.
|
and infrastructure.
|
||||||
</p>
|
</p>
|
||||||
<div class="hidden md:block py-2">
|
<div class="hidden md:block py-2">
|
||||||
<VendorMarquee />
|
<VendorMarquee />
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user