diff --git a/composables/contributors.ts b/composables/contributors.ts index e6cbfeb..f5b9aaa 100644 --- a/composables/contributors.ts +++ b/composables/contributors.ts @@ -68,6 +68,13 @@ const plainTeamMembers: CoreTeam[] = [ orgLink: 'https://productdevbook.com', desc: 'Core team member of productdevbook & oku', }, + { + avatar: contributorsAvatars.kbrkiras, + name: 'Kubra KIRAS', + github: 'kbrkiras', + title: 'Full Stack Developer', + desc: 'Core team member of Oku', + }, { avatar: contributorsAvatars.dammy001, name: 'Anjorin Damilare', diff --git a/public/user-avatars/CharleeWa.png b/public/user-avatars/CharleeWa.png new file mode 100644 index 0000000..3da7ada Binary files /dev/null and b/public/user-avatars/CharleeWa.png differ diff --git a/public/user-avatars/Cr0zy07.png b/public/user-avatars/Cr0zy07.png new file mode 100644 index 0000000..cdb9dd3 Binary files /dev/null and b/public/user-avatars/Cr0zy07.png differ diff --git a/public/user-avatars/ZainW.png b/public/user-avatars/ZainW.png new file mode 100644 index 0000000..4dc2572 Binary files /dev/null and b/public/user-avatars/ZainW.png differ diff --git a/public/user-avatars/ejirocodes.png b/public/user-avatars/ejirocodes.png new file mode 100644 index 0000000..52f6155 Binary files /dev/null and b/public/user-avatars/ejirocodes.png differ diff --git a/public/user-avatars/kbrkiras.png b/public/user-avatars/kbrkiras.png new file mode 100644 index 0000000..e0b9628 Binary files /dev/null and b/public/user-avatars/kbrkiras.png differ diff --git a/public/user-avatars/mturkoz93.png b/public/user-avatars/mturkoz93.png new file mode 100644 index 0000000..4957202 Binary files /dev/null and b/public/user-avatars/mturkoz93.png differ diff --git a/public/user-avatars/ramzzo.png b/public/user-avatars/ramzzo.png new file mode 100644 index 0000000..db18327 Binary files /dev/null and b/public/user-avatars/ramzzo.png differ diff --git a/server/data/contributor-names.json b/server/data/contributor-names.json index 9c609f1..16441f4 100644 --- a/server/data/contributor-names.json +++ b/server/data/contributor-names.json @@ -2,12 +2,19 @@ "productdevbook", "YeSuX", "dammy001", + "Cr0zy07", "HydenLiu", + "ramzzo", + "ejirocodes", "akintoluvic", + "CharleeWa", "faithfulojebiyi", "0fatihyildiz", + "mturkoz93", "sadeghbarati", "Didier-ds", + "emirulucay", "OliveLeb", - "emirulucay" + "ZainW", + "kbrkiras" ]