From 58166a2961f0391ce39ee24f5354ff72cb72d145 Mon Sep 17 00:00:00 2001 From: Taryn McMillan <74480978+TarynMcMillan@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:02:33 -0400 Subject: [PATCH 1/5] Add tarynmcmillan to the member list --- members/members/tarynmcmillan | 53 +++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 members/members/tarynmcmillan diff --git a/members/members/tarynmcmillan b/members/members/tarynmcmillan new file mode 100644 index 000000000..218c829ac --- /dev/null +++ b/members/members/tarynmcmillan @@ -0,0 +1,53 @@ +import type { MemberObject } from '../types'; +// import { profileMasks } from '../flare'; + +export const _EXAMPLE: MemberObject = { + // GitHub username (required) + github: 'TarynMcMillan', + // + // 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: 'Taryn McMillan', + // + // 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://tarynmcmillan.com', + // + // 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: `Unity C# Developer | Educator | Writer | Canadian 🇨🇦 `, + // + // 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: 'taryn-mcmillan-7187b74b' }, + // { type: 'dev', username: 'tarynmcmillan' }, + // { type: 'codenewbie', username: 'yourUserName' }, + // { type: 'twitter', username: 'TarynWritesCode' }, + // { 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://tarynmcmillan.com', title: 'Portfolio' }, + ], + badges: ['Hacktoberfest2023'], + +location: +{ +longitude: -85.323212, +latitude: 51.253777, +title: 'Ontario, Canada', +}, +}; From ea8d1aeec1e3642387270664970844aa4f651b64 Mon Sep 17 00:00:00 2001 From: Dan Ott Date: Mon, 2 Oct 2023 14:30:44 -0400 Subject: [PATCH 2/5] Rename tarynmcmillan to tarynmcmillan.ts --- members/members/{tarynmcmillan => tarynmcmillan.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename members/members/{tarynmcmillan => tarynmcmillan.ts} (100%) diff --git a/members/members/tarynmcmillan b/members/members/tarynmcmillan.ts similarity index 100% rename from members/members/tarynmcmillan rename to members/members/tarynmcmillan.ts From 6bc5c5472cdb747f8f9f277e539ba1a91c752450 Mon Sep 17 00:00:00 2001 From: danieltott Date: Mon, 2 Oct 2023 18:31:14 +0000 Subject: [PATCH 3/5] Prettified Code! --- members/members/tarynmcmillan.ts | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/members/members/tarynmcmillan.ts b/members/members/tarynmcmillan.ts index 218c829ac..fffaee656 100644 --- a/members/members/tarynmcmillan.ts +++ b/members/members/tarynmcmillan.ts @@ -44,10 +44,9 @@ export const _EXAMPLE: MemberObject = { ], badges: ['Hacktoberfest2023'], -location: -{ -longitude: -85.323212, -latitude: 51.253777, -title: 'Ontario, Canada', -}, + location: { + longitude: -85.323212, + latitude: 51.253777, + title: 'Ontario, Canada', + }, }; From 1352cd8e7847a50b84b33f5a3fe4c5266d98de3d Mon Sep 17 00:00:00 2001 From: Julia Seidman <50395446+juliaseid@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:55:08 -0700 Subject: [PATCH 4/5] Update tarynmcmillan.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commenting in Taryn's hard work 😁 --- members/members/tarynmcmillan.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/members/members/tarynmcmillan.ts b/members/members/tarynmcmillan.ts index fffaee656..6a9c25345 100644 --- a/members/members/tarynmcmillan.ts +++ b/members/members/tarynmcmillan.ts @@ -8,13 +8,13 @@ export const _EXAMPLE: MemberObject = { // 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: 'Taryn McMillan', + name: 'Taryn McMillan', // // 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://tarynmcmillan.com', + mainUrl: 'https://tarynmcmillan.com', // // 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: `Unity C# Developer | Educator | Writer | Canadian 🇨🇦 `, + bio: `Unity C# Developer | Educator | Writer | Canadian 🇨🇦 `, // // 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. @@ -31,16 +31,16 @@ export const _EXAMPLE: 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: 'taryn-mcmillan-7187b74b' }, - // { type: 'dev', username: 'tarynmcmillan' }, + { type: 'linkedin', username: 'taryn-mcmillan-7187b74b' }, + { type: 'dev', username: 'tarynmcmillan' }, // { type: 'codenewbie', username: 'yourUserName' }, - // { type: 'twitter', username: 'TarynWritesCode' }, + { type: 'twitter', username: 'TarynWritesCode' }, // { 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://tarynmcmillan.com', title: 'Portfolio' }, + { type: 'website', url: 'https://tarynmcmillan.com', title: 'Portfolio' }, ], badges: ['Hacktoberfest2023'], From 33b9ed46e77ce1b943d935389efca9b7ff783488 Mon Sep 17 00:00:00 2001 From: Dan Ott Date: Mon, 2 Oct 2023 15:23:15 -0400 Subject: [PATCH 5/5] Update tarynmcmillan.ts --- members/members/tarynmcmillan.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/members/members/tarynmcmillan.ts b/members/members/tarynmcmillan.ts index 6a9c25345..9aaf73b05 100644 --- a/members/members/tarynmcmillan.ts +++ b/members/members/tarynmcmillan.ts @@ -1,7 +1,7 @@ import type { MemberObject } from '../types'; // import { profileMasks } from '../flare'; -export const _EXAMPLE: MemberObject = { +export const TarynMcMillan: MemberObject = { // GitHub username (required) github: 'TarynMcMillan', //