diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index c89f95a..b4c6fb6 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -200,7 +200,7 @@
- {#if sections.resume} + {#key sections.resume}
@@ -242,12 +242,12 @@ Download Resume
- {/if} + {/key}
- {#if sections.projects} + {#key sections.projects}
@@ -277,31 +277,31 @@
- {/if} + {/key}
- {#if sections.about} + {#key sections.about}
-

+

Matthew Moran is a Software Engineer with a strong background in software development, data visualization, automation testing, and leading projects across various industries. He holds a Bachelor of Science in Computer Science and Art from the University of Wisconsin–Madison. With experience in both contract and full-time roles, Matthew focuses on building innovative solutions and refining digital tools to enhance efficiency and performance. Beyond development, he also applies his design expertise to create intuitive and visually compelling user experiences.

- {/if} + {/key}