added socials card
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m4s

This commit is contained in:
christian 2024-06-10 09:59:21 +02:00
parent 96b0a07ff3
commit 16f5ace75e
4 changed files with 3 additions and 13 deletions

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -1,13 +0,0 @@
<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>

View File

View File

@ -0,0 +1,3 @@
<div>
<img src="$lib/images/portfolio-card.webp" alt="Socials Card" />
</div>