Skip to content

Commit

Permalink
Update portfolio.js
Browse files Browse the repository at this point in the history
Added Projects Link
  • Loading branch information
kenhendricks00 authored Nov 8, 2023
1 parent 5fc6b98 commit 05ee026
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/data/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@ export default [
imgUrl: '/assets/partycord.jpg',
stack: ['Node.js', 'Discord.js', 'HTML', 'Bootstrap'],
link: 'https://partycord.xyz',
},
{
title: 'More Projects',
imgUrl: '/assets/projects.jpg',
stack: ['Fun', 'Useful', 'Interesting'],
link: 'https://kenhendricks.me/projects',
}
]

0 comments on commit 05ee026

Please sign in to comment.