diff --git a/.gitignore b/.gitignore index 9966c13..72b6abe 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ Thumbs.db # Vite vite.config.js.timestamp-* vite.config.ts.timestamp-* + +.idea \ No newline at end of file diff --git a/src/components/skills.svelte b/src/components/skills.svelte index c535713..ee55fde 100644 --- a/src/components/skills.svelte +++ b/src/components/skills.svelte @@ -81,7 +81,7 @@ 'Nginx', 'Gin Web Framework', 'SSH', - 'PostgreSLQ', + 'PostgreSQL', 'Neovim' ]; diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 9270183..c177ffa 100755 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -3,10 +3,9 @@ -
+
My name is Hayden Hargreaves, and I am a software engineering student at I am also pursing a minor in Cyber Security. I am a freshmen who intends to graduate in Spring, 2028. I have a passion for building and seeing my ideas come to life.
-+
In my free time I like to workout, play airsoft, go mountain biking, and play video games. I have been playing airsoft for nearly two years and have loved it from day one! I own countless airsoft guns which include an @@ -35,15 +32,15 @@ Elite Force 1911 TAC, a JAG Arms Scattergun Super CQB, and many more.
-+
Back at home, I have a dog named Penny who is a mini golden-doodle. She was named after the character Penny from the show "The Big Bang Theory". She is a very energetic dog who loves to play and run around. She will be five years old this July!
-
@@ -52,8 +49,8 @@
+
I have been programming for nearly half a decade. I started programming in high school where I learned web development using HTML, CSS, and some basic JavaScript. From there, I started to learn software development basics using @@ -61,7 +58,7 @@ and have dipped my feet into the water of countless programming languages.
-+
In the past three years, I have moved from using Window to Linux exclusively. I have used countless distributions ranging from Ubuntu to Arch Linux, but I have @@ -74,7 +71,7 @@ />, I have discovered a love for software toolchain development and have been building many small Neovim plugins to help my day-to-day life as a developer.
-+
I have been employed as a Staff Accountant at Bottom Line Business Solutions (BLBS) since 2020. In 2023, following a hack at the previous data hosting company, I was tasked with developing @@ -87,7 +84,7 @@ storage, I was able to ensure that the data is safe and secure. This solution has been in use since 2024 and has been a great success.
-+
While working on the data hosting solution, I developed an interest in server management
and have since been managing the BLBS server, as well as my own
-
+
In September of 2023, I was hired by the
Backcountry Horsemen of California
@@ -108,7 +105,7 @@
opportunity was a great learning experience and helped me realize that I do not want to be
a front-end web developer.
+
My most recent endeavor is a research project sponsored by Embry Riddle. I am working with
to create an Acoustic Drone Detection Sensor Network.
@@ -124,7 +121,7 @@
- Here you can find my journal where I write all kinds of tech-related things. Some of them are about my - projects, some are about my thoughts, and some are about my experiences. I hope you enjoy! -
-- Uh oh! There are no posts to show. Check back later for more content! If you think this is a - mistake or have any interesting ideas, please let me know by sending me an - . +
+ Here you can find my journal where I write all kinds of tech-related things. Some of them are + about my projects, some are about my thoughts, and some are about my experiences. I hope you + enjoy!
- {/if} - {#each data.posts as post} -+ Uh oh! There are no posts to show. Check back later for more content! If you think this is a + mistake or have any interesting ideas, please let me know by sending me an + . +
+ {/if} + + {#each data.posts as post} +{post.description}
- -{post.description}
-