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, 3 insertions, 3 deletions
diff --git a/src/lib/components/Main.svelte b/src/lib/components/Main.svelte
index 3af385e..5eec1bd 100644
--- a/src/lib/components/Main.svelte
+++ b/src/lib/components/Main.svelte
@@ -1,6 +1,6 @@
1<main> 1<main>
2 <section id="about" aria-labelledby="about-heading"> 2 <section id="about" aria-labelledby="about-heading">
3 <h2 id="about-heading">About</h2> 3 <h1 id="about-heading">About</h1>
4 <p> 4 <p>
5 I am a <strong>software engineer</strong> and 5 I am a <strong>software engineer</strong> and
6 <strong>CS major</strong>(ongoing <strong>master's degree</strong>) 6 <strong>CS major</strong>(ongoing <strong>master's degree</strong>)
@@ -11,7 +11,7 @@
11 </section> 11 </section>
12 12
13 <section id="projects" aria-labelledby="projects-heading"> 13 <section id="projects" aria-labelledby="projects-heading">
14 <h2 id="projects-heading">Projects</h2> 14 <h1 id="projects-heading">Projects</h1>
15 <p> 15 <p>
16 Side projects are on my <a 16 Side projects are on my <a
17 href="https://git.philw.dev" 17 href="https://git.philw.dev"
@@ -26,7 +26,7 @@
26 </section> 26 </section>
27 27
28 <section id="contact" aria-labelledby="contact-heading"> 28 <section id="contact" aria-labelledby="contact-heading">
29 <h2 id="contact-heading">Contact</h2> 29 <h1 id="contact-heading">Contact</h1>
30 <p> 30 <p>
31 To get in touch send me an email: <a 31 To get in touch send me an email: <a
32 href="mailto:contact@philw.dev" 32 href="mailto:contact@philw.dev"