aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/components')
-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"