diff --git a/data/friends.tsx b/data/friends.tsx index 94a1c3884..24a502114 100644 --- a/data/friends.tsx +++ b/data/friends.tsx @@ -35,6 +35,12 @@ export const Friends: Friend[] = [ website: 'https://innei.in', avatar: '/img/friend/innei.png', }, + { + title: 'AprilNEA', + description: 'Talk is cheap, show me the code', + website: 'https://sku.moe/', + avatar: '/img/friend/static/img/friend/aprilNEA.png', + }, { title: 'Simon He', description: 'Front-end development, Open source', diff --git a/static/img/friend/aprilNEA.png b/static/img/friend/aprilNEA.png new file mode 100644 index 000000000..9f42b0dac Binary files /dev/null and b/static/img/friend/aprilNEA.png differ