From 9fd6e9e1a64ba259aebc7f60c4b4eaad58e8c523 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 7 Jul 2024 15:32:38 +0200 Subject: [PATCH] Add socials and links --- src/components/atoms/Box.svelte | 149 +++++++++++------- .../atoms/ContainerDualColumn.svelte | 58 +++++++ src/components/atoms/ContainerMedium.svelte | 23 +++ src/components/organisms/Header.svelte | 2 +- src/routes/+page.svelte | 94 +++++++---- 5 files changed, 234 insertions(+), 92 deletions(-) create mode 100644 src/components/atoms/ContainerDualColumn.svelte create mode 100644 src/components/atoms/ContainerMedium.svelte diff --git a/src/components/atoms/Box.svelte b/src/components/atoms/Box.svelte index 8b04326..f2079cb 100644 --- a/src/components/atoms/Box.svelte +++ b/src/components/atoms/Box.svelte @@ -1,9 +1,15 @@ -
+
{#if title}
@@ -13,77 +19,100 @@
{/if} - +
diff --git a/src/components/atoms/ContainerDualColumn.svelte b/src/components/atoms/ContainerDualColumn.svelte new file mode 100644 index 0000000..01e8369 --- /dev/null +++ b/src/components/atoms/ContainerDualColumn.svelte @@ -0,0 +1,58 @@ + + +
+
+ +
+
+
+ +
+
+ + diff --git a/src/components/atoms/ContainerMedium.svelte b/src/components/atoms/ContainerMedium.svelte new file mode 100644 index 0000000..246c712 --- /dev/null +++ b/src/components/atoms/ContainerMedium.svelte @@ -0,0 +1,23 @@ +
+ +
+ + diff --git a/src/components/organisms/Header.svelte b/src/components/organisms/Header.svelte index 8155e33..ad7c4d3 100644 --- a/src/components/organisms/Header.svelte +++ b/src/components/organisms/Header.svelte @@ -5,7 +5,7 @@
- +
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 7b2f0f5..beccea7 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,26 +1,19 @@ - +

Welcome to my website

- -
-
- - Heyyy. I'm a software developer and tinkerer from Germany. I do a lot - of stuff so this website is an attempt in providing an overview. -

- Right now it's very much a work in progress as I'm figuring out how to - properly design a website (lol). But there's already some content to explore. -
-
-
+ + + -
-
-
-
+ + Heyyy. I'm a software developer and tinkerer from Germany. I do a lot + of stuff so this website is an attempt in providing an overview. +

+ Right now it's very much a work in progress as I'm figuring out how to + properly design a website (lol). But there's already some content to explore. +
+ + + +
+ + Fediverse: @trivernis@social.funkyfish.cool +
+ Matrix: @trivernis:trivernis.net + Email: me@trivernis.net +
+ +

My other Websites

+ - +

My selfhosted stuff

+ +
+
+ +