Skip to content

Commit

Permalink
Add MATLAB-face-training project to projects.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Kwan committed Feb 24, 2024
1 parent ea0dade commit d807b64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const projectsWithDescriptions = [
'GlimpseShare',
'UCLA-CS31-Project-2-Winter-2024',
'UCLA-CS31-Project-3-Winter-2024',
'MATLAB-face-training',
];

// function LoadingCard() {
Expand Down Expand Up @@ -218,6 +219,11 @@ function Projects({ descriptions }: ProjectsProps) {
demoLink="https://github.com/Kevin-Kwan/Arkanoid/releases"
demoText="Releases"
/>
<ProjectCard
name="Facial Recognition with MATLAB"
description={descriptions['MATLAB-face-training'] || loadingMessage}
githubLink="https://github.com/Kevin-Kwan/MATLAB-face-training"
/>
<ProjectCard
name='"Triggering Insanity" (2D Platformer)'
description={descriptions['Triggering-Insanity'] || loadingMessage}
Expand Down

0 comments on commit d807b64

Please sign in to comment.