Skip to content

Commit

Permalink
Added location for shiftyp (#1019)
Browse files Browse the repository at this point in the history
* Added location for shiftyp

* Update shiftyp.ts

* Prettified Code!

---------

Co-authored-by: shiftyp <[email protected]>
  • Loading branch information
shiftyp and shiftyp authored Oct 4, 2023
1 parent 68379d6 commit 9fcafdb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions members/members/shiftyp.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { MemberObject } from '../types';
// import { profileMasks } from '../flare';
import { profileMasks } from '../flare';

export const shiftyp: MemberObject = {
// GitHub username (required)
Expand All @@ -26,7 +26,12 @@ export const shiftyp: MemberObject = {
// 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.circle,
},
location: {
latitude: 40.826916,
longitude: -73.954319,
title: 'NYC',
},
//
// Links - You can add one of each type, except website - you can add as many `website` accounts as you wish.
Expand All @@ -42,5 +47,5 @@ export const shiftyp: MemberObject = {
// { type: 'hashnode', username: 'yourUserName' },
// { type: 'website', url: 'https://virtualcoffee.io', title: 'Title of link' },
],
badges: [],
badges: ['Hacktoberfest2023'],
};

0 comments on commit 9fcafdb

Please sign in to comment.