Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update member page #1054

Merged
merged 2 commits into from
Oct 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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',
},
};
Loading