Skip to content

Commit

Permalink
Members/evagracesmith (#1072)
Browse files Browse the repository at this point in the history
* added my profile

* added badges and location

* Prettified Code!

---------

Co-authored-by: EvaGraceSmith <[email protected]>
Co-authored-by: Dan Ott <[email protected]>
  • Loading branch information
3 people authored Oct 24, 2023
1 parent 0af1075 commit 47c5e68
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion members/members/evagracesmith.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,10 @@ export const EvaGraceSmith: MemberObject = {
// { type: 'hashnode', username: 'yourUserName' },
// { type: 'website', url: 'https://virtualcoffee.io', title: 'Title of link' },
],
badges: [],
badges: ['Hacktoberfest2023'],
location: {
latitude: 41.661129,
longitude: -91.530167,
title: 'Iowa City, Iowa', // optional
},
};

0 comments on commit 47c5e68

Please sign in to comment.