aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Wandzio <contact@philw.dev>2025-10-05 22:31:20 +0200
committerFilip Wandzio <contact@philw.dev>2025-10-05 22:31:20 +0200
commit6f79c2a981d4d0c236d079b3d3ad9659d5a1da9a (patch)
tree84b8f24b7c73ec5711e3a74a878c43bf9e9c6917
parentda9a6f8bc2fb7b390f54ed67419616fe4c193d8b (diff)
downloadphilw.dev-6f79c2a981d4d0c236d079b3d3ad9659d5a1da9a.tar.gz
philw.dev-6f79c2a981d4d0c236d079b3d3ad9659d5a1da9a.zip
Description adjustments
-rw-r--r--src/lib/components/Main.svelte6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/components/Main.svelte b/src/lib/components/Main.svelte
index ba0675d..4739bd2 100644
--- a/src/lib/components/Main.svelte
+++ b/src/lib/components/Main.svelte
@@ -2,7 +2,9 @@
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’m a <strong>software engineer</strong> and 5 I am a <strong>software engineer</strong> with almost
6 <strong>2 years</strong>
7 of <strong>experience</strong> and
6 <strong>CS major</strong>(ongoing <strong>master's degree</strong>) 8 <strong>CS major</strong>(ongoing <strong>master's degree</strong>)
7 currently working on web, mobile and embedded software. My tech 9 currently working on web, mobile and embedded software. My tech
8 stack mostly includes <strong>Rust</strong> and 10 stack mostly includes <strong>Rust</strong> and
@@ -13,7 +15,7 @@
13 <section id="projects" aria-labelledby="projects-heading"> 15 <section id="projects" aria-labelledby="projects-heading">
14 <h2 id="projects-heading">Projects</h2> 16 <h2 id="projects-heading">Projects</h2>
15 <p> 17 <p>
16 My side projects are on my <a 18 Side projects are on my <a
17 href="https://git.philw.dev" 19 href="https://git.philw.dev"
18 target="_blank" 20 target="_blank"
19 rel="noopener noreferrer" 21 rel="noopener noreferrer"