Skip to content

Commit

Permalink
Update gitprofile.config.ts
Browse files Browse the repository at this point in the history
Blanked out 'My Projects' sections
  • Loading branch information
krish-134 committed Aug 28, 2024
1 parent eb69bfa commit 3ee1237
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions gitprofile.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,12 @@ const CONFIG = {
// To hide the `External Projects` section, keep it empty.
projects: [
{
title: 'Audio Speed-Changer and Reverb',
title: '',
description:
'Create slowed, sped-up, and reverbed versions of your favourite songs',
imageUrl:
'',
link: 'https://github.com/krish-134/Audio-Speed-Changer-and-Reverb',
},
{
title: 'Music-Listening Tracker',
description:
'Record musicians and songs into a music library and view the time you have spent listening to them!',
imageUrl:
'',
link: 'https://github.com/krish-134/Music-Listening-Tracker',
},
{
title: 'Pong-Game',
description:
'Enjoy a classic gaming experience with this recreation of Pong in java!',
imageUrl:
'',
link: 'https://github.com/krish-134/Pong-Game',
link: '',
},
],
},
Expand Down

0 comments on commit 3ee1237

Please sign in to comment.