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

Adding Jennifer Lynn's profile to the Member page #1

Merged
merged 1 commit into from
Oct 2, 2024
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
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