aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/components
diff options
context:
space:
mode:
authorFilip Wandzio <contact@philw.dev>2025-10-05 22:49:00 +0200
committerFilip Wandzio <contact@philw.dev>2025-10-05 22:49:00 +0200
commit0b60c766401ba7f378b3f334e1fef69294848ccc (patch)
treecca3b66a518e768e0046fd3c5f9580e98ac7e3a9 /src/lib/components
parent6f79c2a981d4d0c236d079b3d3ad9659d5a1da9a (diff)
downloadphilw.dev-0b60c766401ba7f378b3f334e1fef69294848ccc.tar.gz
philw.dev-0b60c766401ba7f378b3f334e1fef69294848ccc.zip
Fix description
Diffstat (limited to '')
-rw-r--r--src/lib/components/Main.svelte8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/components/Main.svelte b/src/lib/components/Main.svelte
index 4739bd2..3af385e 100644
--- a/src/lib/components/Main.svelte
+++ b/src/lib/components/Main.svelte
@@ -2,12 +2,10 @@
2 <section id="about" aria-labelledby="about-heading"> 2 <section id="about" aria-labelledby="about-heading">
3 <h2 id="about-heading">About</h2> 3 <h2 id="about-heading">About</h2>
4 <p> 4 <p>
5 I am a <strong>software engineer</strong> with almost 5 I am a <strong>software engineer</strong> and
6 <strong>2 years</strong>
7 of <strong>experience</strong> and
8 <strong>CS major</strong>(ongoing <strong>master's degree</strong>) 6 <strong>CS major</strong>(ongoing <strong>master's degree</strong>)
9 currently working on web, mobile and embedded software. My tech 7 currently working on web, mobile and embedded software. My stack
10 stack mostly includes <strong>Rust</strong> and 8 mostly includes <strong>Rust</strong> and
11 <strong>Svelte</strong>. 9 <strong>Svelte</strong>.
12 </p> 10 </p>
13 </section> 11 </section>