diff --git a/src/Contact.tsx b/src/Contact.tsx index 489b962..3701c03 100644 --- a/src/Contact.tsx +++ b/src/Contact.tsx @@ -22,48 +22,48 @@ function Contact({ scrollToIntro, scrollToProjects, scrollToHobbies }: ContactPr
-

isaac

+

isaac

- - isaachugh33@gmail.com + + isaachugh33@gmail.com
- - 310-707-7440 + + 310-707-7440
- -

Irvine, CA

+ +

Irvine, CA

-

pages

- - - - + resume
-

connect with me

+

connect with me

- + - + - +
diff --git a/src/ProjectTab.tsx b/src/ProjectTab.tsx index 36ec7c5..fe13677 100644 --- a/src/ProjectTab.tsx +++ b/src/ProjectTab.tsx @@ -9,9 +9,9 @@ type ProjectTabProps = { function ProjectTab({image, name, description, tags, link}: ProjectTabProps){ return( <> - +
- +
{name}

{description}

diff --git a/src/Projects.tsx b/src/Projects.tsx index affe147..298eefc 100644 --- a/src/Projects.tsx +++ b/src/Projects.tsx @@ -3,6 +3,7 @@ import fasterFashion from './assets/fasterfashion.png'; import personal_website from './assets/website.png'; import spotr from './assets/spotr.png'; import ProjectTab from './ProjectTab'; +import moove from './assets/moove.png'; function Projects() { @@ -14,30 +15,44 @@ function Projects() {

coding projects!

-
- - +
+ {/* column 1 */} +
+ + + + + +
- - +
+ + + - - + + +
diff --git a/src/assets/moove.png b/src/assets/moove.png new file mode 100644 index 0000000..c2045fa Binary files /dev/null and b/src/assets/moove.png differ