diff --git a/src/main.svelte b/src/main.svelte
index 02f1179..97f8566 100644
--- a/src/main.svelte
+++ b/src/main.svelte
@@ -53,11 +53,14 @@
-
- {#await getJson('/json/me.json')}
-
Loading...
- {:then info}
-
+{#await getJson('/json/me.json')}
+
+
+
+{:then info}
+
- {:catch}
-
Unable to load portfolio overview data
- {/await}
-
\ No newline at end of file
+
+
+{:catch}
+
+
+
+{/await}
\ No newline at end of file
diff --git a/static/json/me.json b/static/json/me.json
index 0df92ab..faa5394 100644
--- a/static/json/me.json
+++ b/static/json/me.json
@@ -19,5 +19,5 @@
"mastery": 10
}
],
- "about": "Hello! I'm a enthusiastic, dedicated software engineer passionate about backend development, networking, and embedded systems. I am currently employed at Thales UK and thrive on architecting robust backend solutions, optimizing data transmission, and crafting efficient embedded software. I love tackling complex challenges, collaborating with fellow professionals, and staying up-to-date with tech trends such as my current venture in learning Rust-Lang."
+ "about": "Hello! I'm an enthusiastic, dedicated software engineer passionate about backend development, networking, and embedded systems. I am currently employed at Thales UK and thrive on architecting robust backend solutions, optimizing data transmission, and crafting efficient embedded software. I love tackling complex challenges, collaborating with fellow professionals, and staying up-to-date with tech trends such as my current venture in learning Rust-Lang."
}
\ No newline at end of file