Skip to content

Commit

Permalink
Update AisheIbrahim.ts (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
aisheibrahim authored Oct 3, 2024
1 parent 1024943 commit 34c4bd8
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions src/content/members/members/AisheIbrahim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,23 @@ export const AisheIbrahim: MemberObject = {
//
// Links - You can add one of each type, except website - you can add as many `website` accounts as you wish.
accounts: [
// { type: 'linkedin', username: 'yourlinkedinUserName' },
// { type: 'dev', username: 'yourUserName' },
{ type: 'linkedin', username: 'aisheibrahim' },
{ type: 'dev', username: 'aisheibrahim' },
// { type: 'codenewbie', username: 'yourUserName' },
// { type: 'twitter', username: 'yourUserName' },
// { type: 'twitch', username: 'yourUserName' },
{ type: 'twitter', username: 'aisheibrahim404' },
{ type: 'twitch', username: 'adnerdable' },
// { type: 'youtube', channelId: 'yourChannelId' }, OR { type: 'youtube', customUrl: 'https://www.youtube.com/c/yourCustomUrl' },
// { type: 'polywork', username: 'yourUserName' },
// { type: 'medium', username: 'yourUserName' },
// { type: 'hashnode', username: 'yourUserName' },
// { type: 'website', url: 'https://virtualcoffee.io', title: 'Title of link' },
],
badges: [],
badges: ['Hacktoberfest2023', 'Hacktoberfest2024'],
// Add your location to our member map at https://virtualcoffee.io/members (optional)
// Feel free to be as specific or vague as you're comfortable with.
// location: {
// latitude: 41.48266891706046,
// longitude: -81.80009779282766,
// title: 'Lakewood, OH', // optional
// },
};

0 comments on commit 34c4bd8

Please sign in to comment.