aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/components/Main.svelte
diff options
context:
space:
mode:
authorFilip Wandzio <contact@philw.dev>2025-10-05 22:26:27 +0200
committerFilip Wandzio <contact@philw.dev>2025-10-05 22:26:27 +0200
commitda9a6f8bc2fb7b390f54ed67419616fe4c193d8b (patch)
tree3bb8c3e8190214ae823bd20309b50facbf791347 /src/lib/components/Main.svelte
parent2dc9ab218ecf25235c234dde7187818995eb7c8b (diff)
downloadphilw.dev-da9a6f8bc2fb7b390f54ed67419616fe4c193d8b.tar.gz
philw.dev-da9a6f8bc2fb7b390f54ed67419616fe4c193d8b.zip
Emphasize informations in description, style social links
Diffstat (limited to 'src/lib/components/Main.svelte')
-rw-r--r--src/lib/components/Main.svelte11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/lib/components/Main.svelte b/src/lib/components/Main.svelte
index f29581c..ba0675d 100644
--- a/src/lib/components/Main.svelte
+++ b/src/lib/components/Main.svelte
@@ -2,7 +2,8 @@
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 software engineer and CS major(ongoing master's degree) 5 I’m a <strong>software engineer</strong> and
6 <strong>CS major</strong>(ongoing <strong>master's degree</strong>)
6 currently working on web, mobile and embedded software. My tech 7 currently working on web, mobile and embedded software. My tech
7 stack mostly includes <strong>Rust</strong> and 8 stack mostly includes <strong>Rust</strong> and
8 <strong>Svelte</strong>. 9 <strong>Svelte</strong>.
@@ -27,13 +28,11 @@
27 <section id="contact" aria-labelledby="contact-heading"> 28 <section id="contact" aria-labelledby="contact-heading">
28 <h2 id="contact-heading">Contact</h2> 29 <h2 id="contact-heading">Contact</h2>
29 <p> 30 <p>
30 To get in touch, send me an email: <a 31 To get in touch send me an email: <a
31 href="mailto:contact@philw.dev" 32 href="mailto:contact@philw.dev"
32 aria-label="email filip wandzio">contact@philw.dev</a 33 aria-label="email filip wandzio">contact@philw.dev</a
33 >. 34 >, or find me in the [matrix] network:
34 </p> 35 <a
35 <p>
36 Or find me in the [matrix] network: <a
37 href="https://matrix.to/#/@philw:matrix.philw.dev" 36 href="https://matrix.to/#/@philw:matrix.philw.dev"
38 target="_blank" 37 target="_blank"
39 rel="noopener noreferrer" 38 rel="noopener noreferrer"