diff --git a/public/images/about-me.jpg b/public/images/about-me.jpg new file mode 100644 index 0000000..51226a1 Binary files /dev/null and b/public/images/about-me.jpg differ diff --git a/public/images/coffee-computer.jpg b/public/images/coffee-computer.jpg new file mode 100644 index 0000000..71badf9 Binary files /dev/null and b/public/images/coffee-computer.jpg differ diff --git a/public/images/projects/2dplatformer.gif b/public/images/projects/2dplatformer.gif new file mode 100644 index 0000000..81d1e2d Binary files /dev/null and b/public/images/projects/2dplatformer.gif differ diff --git a/public/images/projects/actitout-image.jpg b/public/images/projects/actitout-image.jpg new file mode 100644 index 0000000..f0cb739 Binary files /dev/null and b/public/images/projects/actitout-image.jpg differ diff --git a/public/images/projects/actitout.gif b/public/images/projects/actitout.gif new file mode 100644 index 0000000..7be65d7 Binary files /dev/null and b/public/images/projects/actitout.gif differ diff --git a/public/images/projects/passionpals-image.gif b/public/images/projects/passionpals-image.gif new file mode 100644 index 0000000..4b77f2f Binary files /dev/null and b/public/images/projects/passionpals-image.gif differ diff --git a/public/images/projects/powerplatform.gif b/public/images/projects/powerplatform.gif new file mode 100644 index 0000000..853b876 Binary files /dev/null and b/public/images/projects/powerplatform.gif differ diff --git a/public/resume/Darren_Trieu_Resume___January_2024.pdf b/public/resume/Darren_Trieu_Resume___January_2024.pdf new file mode 100644 index 0000000..660842c Binary files /dev/null and b/public/resume/Darren_Trieu_Resume___January_2024.pdf differ diff --git a/src/app/api/send/route.js b/src/app/api/send/route.js index 84bcbe4..49057bc 100644 --- a/src/app/api/send/route.js +++ b/src/app/api/send/route.js @@ -16,7 +16,7 @@ export async function POST(req, res) { <>

{subject}

Thank you for contacting me!

-

Your message was received:

+

I have received your email:

{message}

), diff --git a/src/app/components/AboutSection.jsx b/src/app/components/AboutSection.jsx index 2d8d0cc..87350e3 100644 --- a/src/app/components/AboutSection.jsx +++ b/src/app/components/AboutSection.jsx @@ -63,13 +63,14 @@ const AboutSection = () => { return (
- +

About Me

I am a full-time 3rd year student at the University of Toronto Scarborough, studying Computer Science and - specializing in Software Engineering. From both personal and academic work, I have experience in developing - web applications, mobile applications, some video games and lots of small programs. I'm constantly searching + specializing in Software Engineering. Through both personal and academic work, I have experience in developing + web applications, mobile applications, some video games and lots of small programs. A small tidbit about me aside from + programming is that I really enjoy a nice cup of coffee. I'm constantly searching for opportunities to learn and expand my skillset, and I hope to learn from you as well!

diff --git a/src/app/components/HeroSection.jsx b/src/app/components/HeroSection.jsx index dcb6a20..9754ecb 100644 --- a/src/app/components/HeroSection.jsx +++ b/src/app/components/HeroSection.jsx @@ -16,7 +16,7 @@ const HeroSection = () => { className="col-span-8 place-self-center text-center sm:text-left justify-self-start" >

- + Hello, I'm Darren{" "}

@@ -42,13 +42,13 @@ const HeroSection = () => {
Hire Me Download CV diff --git a/src/app/components/ProjectCard.jsx b/src/app/components/ProjectCard.jsx index adbf734..bc3c81d 100644 --- a/src/app/components/ProjectCard.jsx +++ b/src/app/components/ProjectCard.jsx @@ -7,7 +7,7 @@ const ProjectCard = ({ imgUrl, title, description, gitUrl, previewUrl }) => {
{ />
    diff --git a/tailwind.config.js b/tailwind.config.js index fee07c2..1a3b1d5 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -16,8 +16,8 @@ module.exports = { }, colors: { ...colors, - primary: colors.purple, - secondary: colors.pink, + primary: colors.blue, + secondary: colors.purple, }, }, plugins: [],