Skip to content

Commit

Permalink
Merge pull request #1 from jmslynn/Add-Jennifer-Lynn-to-member-list
Browse files Browse the repository at this point in the history
Adding Jennifer Lynn's profile to the Member page
  • Loading branch information
jmslynn authored Oct 2, 2024
2 parents 0717e6c + 1f262c7 commit 3f9afc1
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { MemberObject } from '../types';
// Change _EXAMPLE to `yourGitHubUserName` and add your info below
export const _EXAMPLE: MemberObject = {
// GitHub username (required)
github: 'yourGitHubUserName',
github: 'jmslynn',
//
// 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.
//
Expand Down Expand Up @@ -32,7 +32,7 @@ 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: 'yourlinkedinUserName' },
{ type: 'linkedin', username: 'jennifer-s-lynn' },
// { type: 'dev', username: 'yourUserName' },
// { type: 'codenewbie', username: 'yourUserName' },
// { type: 'twitter', username: 'yourUserName' },
Expand All @@ -42,7 +42,8 @@ export const _EXAMPLE: MemberObject = {
// { type: 'medium', username: 'yourUserName' },
// { type: 'hashnode', username: 'yourUserName' },
// { type: 'mastodon', url: 'https://mastodon.server/@username' },
// { type: 'website', url: 'https://virtualcoffee.io', title: 'Title of link' },
{ type: 'website', url: 'https://jenniferslynn.com/', title: 'Portfolio' },

],
badges: [],
// Add your location to our member map at https://virtualcoffee.io/members (optional)
Expand Down

0 comments on commit 3f9afc1

Please sign in to comment.