diff --git a/src/lib/components/Cards/Card.svelte b/src/lib/components/Cards/Card.svelte index 0d5de39..52633d0 100644 --- a/src/lib/components/Cards/Card.svelte +++ b/src/lib/components/Cards/Card.svelte @@ -39,7 +39,7 @@ .card .card-content :global(div) { display: flex; align-items: center; - justify-content: space-between; + justify-content: center; max-width: 100%; } diff --git a/src/main.svelte b/src/main.svelte index 5dc18f5..bba7010 100644 --- a/src/main.svelte +++ b/src/main.svelte @@ -9,6 +9,47 @@ import Loading from "$lib/components/Loading.svelte"; +{#await getJson('/json/me.json')} + +{:then info} +
+
+

{info.name}

+

{info.job_title}

+
+
+
+ {info.name}'s Profile Photo +

{@html info.about}

+
+
+ +
+

Skills

+
+
+ +
+
+ +
+

Experience

+
+ + +
+ +
{addToast(new Toast("Click on a skill to open a prompt", ToastType.Info, true, 8_000))}
+
{addToast(new Toast("Welcome!", ToastType.Success, true, 7_000))}
+{:catch} +
+
+

Unable to load portfolio overview data

+
+
+
{addToast(new Toast("Unable to load me.json", ToastType.Error, true, 3000))}
+{/await} + - -{#await getJson('/json/me.json')} - -{:then info} -
-
-

{info.name}

-

{info.job_title}

-
-
-
- {info.name}'s Profile Photo -

{@html info.about}

-
-
- -
-

Skills

-
-
- -
-
- -
-

Experience

-
- - -
- -
{addToast(new Toast("Click on a skill to open a prompt", ToastType.Info, true, 8_000))}
-
{addToast(new Toast("Welcome!", ToastType.Success, true, 7_000))}
-{:catch} -
-
-

Unable to load portfolio overview data

-
-
-
{addToast(new Toast("Unable to load me.json", ToastType.Error, true, 3000))}
-{/await} \ No newline at end of file + \ No newline at end of file diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index be4dc11..ba62dbb 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -3,6 +3,18 @@ import ThemeSwitcher from "$lib/components/ThemeSwitcher.svelte"; + + +
+ + +
+ - - - -
- - -
+ \ No newline at end of file diff --git a/src/routes/contact/+page.svelte b/src/routes/contact/+page.svelte index 36ea25a..0897274 100644 --- a/src/routes/contact/+page.svelte +++ b/src/routes/contact/+page.svelte @@ -1,90 +1,149 @@ - -

Contact

-
-
- - - - + + + + +
+ + +
+
-
-
- +
+