Skip to content

Commit ef6b1f7

Browse files
NN708mirkobrombin
authored andcommitted
feat: add NN708 to the team
1 parent 88c2c51 commit ef6b1f7

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

74.9 KB
Loading

src/views/Team.vue

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,26 @@ export default defineComponent({
213213
],
214214
},
215215
},
216+
{
217+
name: "NN708",
218+
description: "Software Engineer and Maintainer",
219+
image: "/assets/images/pics/nn708.png",
220+
links: {
221+
githubUsername: "NN708",
222+
twitterUsername: "nn708cn",
223+
mastodonLink: "https://qoto.org/@nn708",
224+
externalSponsors: [
225+
{
226+
link: "https://liberapay.com/NN708",
227+
text: "Liberapay",
228+
},
229+
{
230+
link: "https://ko-fi.com/nn708",
231+
text: "Ko-fi",
232+
},
233+
],
234+
},
235+
},
216236
];
217237
218238
const createFooterAction = (icon: string, url: string) => ({

0 commit comments

Comments
 (0)