-
-
Notifications
You must be signed in to change notification settings - Fork 579
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
32 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,10 @@ import type { BuildInfo } from '~~/types' | |
export interface Team { | ||
github: string | ||
display: string | ||
twitter: string | ||
twitter?: string | ||
mastodon: string | ||
link: string | ||
sponsors?: string | ||
} | ||
|
||
export const elkTeamMembers: Team[] = [ | ||
|
@@ -13,24 +15,43 @@ export const elkTeamMembers: Team[] = [ | |
display: 'Anthony Fu', | ||
twitter: 'antfu7', | ||
mastodon: '[email protected]', | ||
link: '/m.webtoo.ls/@antfu', | ||
}, | ||
{ | ||
github: 'patak-dev', | ||
display: 'Patak', | ||
twitter: 'patak_dev', | ||
mastodon: '[email protected]', | ||
link: '/m.webtoo.ls/@patak', | ||
}, | ||
{ | ||
github: 'danielroe', | ||
display: 'Daniel Roe', | ||
twitter: 'danielcroe', | ||
mastodon: '[email protected]', | ||
link: '/mastodon.roe.dev/@daniel', | ||
}, | ||
{ | ||
github: 'sxzz', | ||
display: '三咲智子 Kevin Deng', | ||
twitter: 'sanxiaozhizi', | ||
mastodon: '[email protected]', | ||
link: '/m.webtoo.ls/@sxzz', | ||
}, | ||
{ | ||
github: 'userquin', | ||
display: 'Joaquín Sánchez', | ||
twitter: 'userquin', | ||
mastodon: '[email protected]', | ||
link: '/m.webtoo.ls/@userquin', | ||
sponsors: 'elk-zone', // sponsors/userquin isn't enabled | ||
}, | ||
{ | ||
github: 'shuuji3', | ||
display: 'TAKAHASHI Shuuji', | ||
mastodon: '[email protected]', | ||
link: '/m.webtoo.ls/@shuuji3', | ||
sponsors: 'elk-zone', // sponsors/shuuji3 isn't enabled | ||
}, | ||
].sort(() => Math.random() - 0.5) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.