aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/App.svelte2
-rw-r--r--src/lib/components/Main.svelte11
2 files changed, 6 insertions, 7 deletions
diff --git a/src/App.svelte b/src/App.svelte
index 6df64ea..d72205a 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -3,5 +3,5 @@
3 import Header from "./lib/components/Header.svelte"; 3 import Header from "./lib/components/Header.svelte";
4</script> 4</script>
5 5
6<Header /> 6<!-- <Header /> -->
7<Main /> 7<Main />
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"