We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c2c51 commit ef6b1f7Copy full SHA for ef6b1f7
2 files changed
public/assets/images/pics/nn708.png
74.9 KB
src/views/Team.vue
@@ -213,6 +213,26 @@ export default defineComponent({
213
],
214
},
215
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
236
];
237
238
const createFooterAction = (icon: string, url: string) => ({
0 commit comments