Skip to content

Commit

Permalink
Update resume, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielxu04 committed Jun 3, 2024
1 parent a19cb58 commit eff3126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Projects/ProjectSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function ProjectSection(){
<MobileGlassCard
title="Credit Card Approvals"
tempNum='06'
description="Machine learning model that predicts if acredit card application will get approved. Employs Logistic Regression
description="Machine learning model that predicts if a credit card application will get approved. Employs Logistic Regression
models to visualize how various attributes affect approval status."
linkTo = {creditCardApprovalsLink}
lf = {creditCardApprovalsLF}
Expand Down Expand Up @@ -178,7 +178,7 @@ function ProjectSection(){
<DesktopGlassCard
title="Credit Approvals"
tempNum='06'
description="Machine learning model that predicts if acredit card application will get approved. Employs Logistic Regression
description="Machine learning model that predicts if a credit card application will get approved. Employs Logistic Regression
models to visualize how various attributes affect approval status."
linkTo = {creditCardApprovalsLink}
lf = {creditCardApprovalsLF}
Expand Down
Binary file modified public/resume/resume-master.pdf
Binary file not shown.

0 comments on commit eff3126

Please sign in to comment.