Skip to content

Commit

Permalink
add hacktoberfest 2023 badge and location object to pedaars.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pedaars committed Oct 3, 2023
1 parent 95b506b commit e12c556
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions members/members/pedaars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const pedaars: MemberObject = {
// mainUrl: 'https://virtualcoffee.io',
//
// Bio - Accepts [markdown](https://spec.commonmark.org/0.30/). Please keep your bio to a reasonable length. Refer to our [members page](https://virtualcoffee.io/members/) for examples.
bio: `Junior Front-End Developer | 1E Limited`,
bio: `Mid-level Front End Developer | 1E Limited`,
//
// flare - If you want to add a flare to your profile, you can do so here.
// Uncomment the `import { profileMasks } from '../flare';` line at the top of this file to use the profileMasks.
Expand Down Expand Up @@ -42,5 +42,10 @@ export const pedaars: MemberObject = {
// { type: 'hashnode', username: 'yourUserName' },
// { type: 'website', url: 'https://virtualcoffee.io', title: 'Title of link' },
],
badges: ['Hacktoberfest2022'],
badges: ['Hacktoberfest2022', 'Hacktoberfest2023'],
location: {
latitude: 51.27726,
longitude: 1.08046,
title: 'Canterbury, UK', // optional
},
};

0 comments on commit e12c556

Please sign in to comment.