From 855eb165ab423427a025594921e7c551d357f6f6 Mon Sep 17 00:00:00 2001 From: Aidan Date: Sun, 5 Jan 2025 14:40:57 -0500 Subject: [PATCH] fix w/ escapes --- app/components/AboutTmp.tsx | 8 ++++---- app/components/Bio.tsx | 10 +++++++--- app/components/ContactTmp.tsx | 6 +++--- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/app/components/AboutTmp.tsx b/app/components/AboutTmp.tsx index bfcf45e..48ec56b 100644 --- a/app/components/AboutTmp.tsx +++ b/app/components/AboutTmp.tsx @@ -10,16 +10,16 @@ export default function About() {

- Hey there! I'm Aidan, a web developer and student, and this is my website. I'm passionate about web development (although I'm not great with design) and I love building things with Node.js and Express. + Hey there! I'm Aidan, a web developer and student, and this is my website. I'm passionate about web development (although I'm not great with design) and I love building things with Node.js and Express.

- In terms of my academic background, I am currently persuing a degree in computer science at SNHU. I really enjoy learning, though it depends on the subject. I am mostly self-taught when it comes to programming. I prefer this style of learning, especially with programming, as it lets me learn faster and apply creativity much more. + In terms of my academic background, I am currently pursuing a degree in computer science at SNHU. I really enjoy learning, though it depends on the subject. I am mostly self-taught when it comes to programming. I prefer this style of learning, especially with programming, as it lets me learn faster and apply creativity much more.

- When I'm not programming, I can typically be found installing another Linux distro on my laptop or flashing a new ROM to my phone. I am also a passionate writer and I like to write creatively in my free time. + When I'm not programming, I can typically be found installing another Linux distro on my laptop or flashing a new ROM to my phone. I am also a passionate writer and I like to write creatively in my free time.

- I am almost always active on GitHub and make daily contributions to several of my repositories. I am a big fan of open source software and public domain software (which most of my repos are licensed under). In fact, the website you're currently on is free and open source. It's even under the public domain! + I am almost always active on GitHub and make daily contributions to several of my repositories. I am a big fan of open source software and public domain software (which most of my repos are licensed under). In fact, the website you're currently on is free and open source. It's even under the public domain!

diff --git a/app/components/Bio.tsx b/app/components/Bio.tsx index 74ba4e4..072c4c7 100644 --- a/app/components/Bio.tsx +++ b/app/components/Bio.tsx @@ -18,9 +18,13 @@ export default function Bio() {

Who I am

- Hey there! I'm Aidan, a web developer and student from the US.

- I am most interested in backend development and have experience with Node.js, Express, and Tailwind CSS.

- When I'm not programming, I can be found re-flashing my phone with a new custom ROM and telling everyone I use Arch. + Hey there! I'm Aidan, a web developer and student from the US. +

+

+ I am most interested in backend development and have experience with Node.js, Express, and Tailwind CSS. +

+

+ When I'm not programming, I can be found re-flashing my phone with a new custom ROM and telling everyone I use Arch.

diff --git a/app/components/ContactTmp.tsx b/app/components/ContactTmp.tsx index f9b8601..0b8ee9f 100644 --- a/app/components/ContactTmp.tsx +++ b/app/components/ContactTmp.tsx @@ -15,12 +15,12 @@ export default function Contact() {
-

I'm a busy person

+

I'm a busy person

- I do a lot of things during the day and I'm not always able to respond to messages right away. Please be patient and remember not to demand things from me... Somehow this is an issue for people :( + I do a lot of things during the day and I'm not always able to respond to messages right away. Please be patient and remember not to demand things from me... Somehow this is an issue for people :(

- For the best chance of a response, please send me a message on Telegram. If you've made a pull request on one of my repos, I will most likely respond by the next day. If you've sent me an email, I will most likely respond within three days or less. + For the best chance of a response, please send me a message on Telegram. If you've made a pull request on one of my repos, I will most likely respond by the next day. If you've sent me an email, I will most likely respond within three days or less.