Skip to content

Commit

Permalink
fixed build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrunix committed Dec 19, 2023
1 parent 5ef3698 commit 83bf0b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/components/AboutSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ const AboutSection = () => {
return (
<section className="text-white" id="about">
<div className="md:grid md:grid-cols-2 gap-8 items-center py-8 px-4 xl:gap-16 sm:py-16 xl:px-16">
<Image src="/images/about-me.jpg" width={500} height={500} />
<Image src="/images/about-me.jpg" width={500} height={500}/>
<div className="mt-4 md:mt-0 text-left flex flex-col h-full">
<h2 className="text-4xl font-bold text-white mb-4">About Me</h2>
<p className="text-base lg:text-lg">
I am a full-time 3rd year student at the University of Toronto Scarborough, studying Computer Science and
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
programming is that I really enjoy a nice cup of coffee. I&apos;m constantly searching
for opportunities to learn and expand my skillset, and I hope to learn from you as well!
</p>
<div className="flex flex-row justify-start mt-8">
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/HeroSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const HeroSection = () => {
/>
</h1>
<p className="text-[#ADB7BE] text-base sm:text-lg mb-6 lg:text-xl">
My name's Darren Trieu, a 3rd year CS student specializing in Software Engineering at the University of Toronto Scarborough.
My name&apos;s Darren Trieu, a 3rd year CS student specializing in Software Engineering at the University of Toronto Scarborough.

</p>
<div>
Expand Down

0 comments on commit 83bf0b9

Please sign in to comment.