Skip to content

Commit

Permalink
feat: update member page (#1054)
Browse files Browse the repository at this point in the history
* feat: update member page

* update: remove hacktoberfest2022
  • Loading branch information
raaynaldo authored Oct 9, 2023
1 parent 23f4201 commit 9decf1e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions members/members/raaynaldo.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 raaynaldo: MemberObject = {
// GitHub username (required)
Expand All @@ -26,7 +26,7 @@ export const raaynaldo: 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,
},
//
// Links - You can add one of each type, except website - you can add as many `website` accounts as you wish.
Expand All @@ -46,5 +46,10 @@ export const raaynaldo: MemberObject = {
title: 'Leetcode',
},
],
badges: [],
badges: ['Hacktoberfest2023'],
location: {
latitude: 38.997662,
longitude: -77.027023,
title: 'Silver Spring, Maryland',
},
};

0 comments on commit 9decf1e

Please sign in to comment.