From 784786a03ef7c4e1c47d5da7722fe8f3cdb450cb Mon Sep 17 00:00:00 2001 From: Kirk Shillingford Date: Thu, 5 Oct 2023 08:43:37 -0600 Subject: [PATCH 1/3] Adding to Membership map --- members/core/tkshill.ts | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/members/core/tkshill.ts b/members/core/tkshill.ts index e8f51aa4..04e1a8cf 100644 --- a/members/core/tkshill.ts +++ b/members/core/tkshill.ts @@ -25,8 +25,7 @@ export const tkshill: MemberObject = { // 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, + profileMask: profileMasks.star, }, // // Links - You can add one of each type, except website - you can add as many `website` accounts as you wish. @@ -42,5 +41,10 @@ export const tkshill: MemberObject = { // { type: 'hashnode', username: 'yourUserName' }, // { type: 'website', url: 'https://virtualcoffee.io', title: 'Title of link' }, ], - badges: [], + badges: ['Hacktoberfest2022', 'Hacktoberfest2023'], + location: { + latitude: 54.267990, + longitude: -110.730217, + title: 'Bonnyville, AB', + }, }; From ee001e303ddabb8a59164bce268e69d199237f6c Mon Sep 17 00:00:00 2001 From: tkshill Date: Thu, 5 Oct 2023 14:44:56 +0000 Subject: [PATCH 2/3] Prettified Code! --- members/core/tkshill.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/members/core/tkshill.ts b/members/core/tkshill.ts index 04e1a8cf..4fd4d0f8 100644 --- a/members/core/tkshill.ts +++ b/members/core/tkshill.ts @@ -43,7 +43,7 @@ export const tkshill: MemberObject = { ], badges: ['Hacktoberfest2022', 'Hacktoberfest2023'], location: { - latitude: 54.267990, + latitude: 54.26799, longitude: -110.730217, title: 'Bonnyville, AB', }, From fcfec79c014bc90b4d09aa39ca37f93861a26201 Mon Sep 17 00:00:00 2001 From: Kirk Shillingford Date: Thu, 5 Oct 2023 08:49:49 -0600 Subject: [PATCH 3/3] Update tkshill.ts --- members/core/tkshill.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/members/core/tkshill.ts b/members/core/tkshill.ts index 4fd4d0f8..fa4d0af6 100644 --- a/members/core/tkshill.ts +++ b/members/core/tkshill.ts @@ -1,5 +1,5 @@ import type { MemberObject } from '../types'; -// import { profileMasks } from '../flare'; +import { profileMasks } from '../flare'; export const tkshill: MemberObject = { // GitHub username (required)