Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add hacktoberfest 2023 badge and location object to pedaars.ts #1021

Merged
merged 1 commit into from
Oct 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
},
};
Loading