From 9a314d74f097016e5e672f0d2e3399f5bc31649d Mon Sep 17 00:00:00 2001 From: HPHuerta Date: Tue, 3 Oct 2023 00:09:31 -0400 Subject: [PATCH 1/2] Added HpatricioH to the memeber list --- members/members/HpatricioH.ts | 51 +++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 members/members/HpatricioH.ts diff --git a/members/members/HpatricioH.ts b/members/members/HpatricioH.ts new file mode 100644 index 000000000..bc903974f --- /dev/null +++ b/members/members/HpatricioH.ts @@ -0,0 +1,51 @@ +import type { MemberObject } from '../types'; +// import { profileMasks } from '../flare'; + +export const HpatricioH: MemberObject = { + // GitHub username (required) + github: 'HpatricioH', + // + // Everything below here is optional. By default, we pull most profile data from your GitHub profile. You can override that data here, as well as provide some additional account links below. + // + // Name - If not defined here, it will default to your display name on GitHub. If that's not defined, then your GitHub username. + // name: 'Your Name', + // + // Main URL - If not defined here, it will default to the website displayed on your GitHub profile. If that's not defined, then a link to your GitHub profile will be displayed. + // 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: `This is _my_ **bio** and [here is a link](https://virtualcoffee.io)`, + // + // 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. + // So far all we have is a profile mask, which makes your profile picture a different shape from the default square. + // Leave this out if you prefer the default square. + // You can choose from the following profile masks: + // profileMasks.octogon, profileMasks.hexagon, profileMasks.triangle, + // profileMasks.circle, profileMasks.rabbet, profileMasks.star + // you can also use a custom string. the profileMask values are [css clipPath values](https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path) + flare: { + // example: + // profileMask: profileMasks.triangle, + }, + // + // 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: 'codenewbie', username: 'yourUserName' }, + // { type: 'twitter', username: 'yourUserName' }, + // { type: 'twitch', username: 'yourUserName' }, + // { 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: ['Hacktoberfest2023'], + location: { + latitude: 43.593040, + longitude: -80.560982, + title: 'Elmira, Ontario', // optional + }, +}; \ No newline at end of file From 06b4b8ea713578dd44f4a151d22331abb0bd264c Mon Sep 17 00:00:00 2001 From: HpatricioH Date: Tue, 3 Oct 2023 04:16:11 +0000 Subject: [PATCH 2/2] Prettified Code! --- members/members/HpatricioH.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/members/members/HpatricioH.ts b/members/members/HpatricioH.ts index bc903974f..e9d17827d 100644 --- a/members/members/HpatricioH.ts +++ b/members/members/HpatricioH.ts @@ -43,9 +43,9 @@ export const HpatricioH: MemberObject = { // { type: 'website', url: 'https://virtualcoffee.io', title: 'Title of link' }, ], badges: ['Hacktoberfest2023'], - location: { - latitude: 43.593040, - longitude: -80.560982, - title: 'Elmira, Ontario', // optional - }, -}; \ No newline at end of file + location: { + latitude: 43.59304, + longitude: -80.560982, + title: 'Elmira, Ontario', // optional + }, +};