added socials card
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m4s
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m4s
This commit is contained in:
parent
96b0a07ff3
commit
16f5ace75e
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
@ -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>
|
|
0
src/routes/socials/+layout.svelte
Normal file
0
src/routes/socials/+layout.svelte
Normal file
3
src/routes/socials/+page.svelte
Normal file
3
src/routes/socials/+page.svelte
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<div>
|
||||||
|
<img src="$lib/images/portfolio-card.webp" alt="Socials Card" />
|
||||||
|
</div>
|
Loading…
Reference in New Issue
Block a user