Skip to content

Commit dda677b

Browse files
committed
added people we sponsord to the list
1 parent 603302f commit dda677b

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

src/database/sponsors/index.tsx

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,48 @@ const sponsors: Sponsor[] = [
466466
isWeSponsor: true,
467467
},
468468

469+
{
470+
name: "Aditya Singh",
471+
image: "https://avatars.githubusercontent.com/u/148507838?v=4",
472+
description: "Software Developer",
473+
github: "https://github.com/singh-odyssey",
474+
linkedin: "linkedin.com/m/in/aditya-singh-6297242a5",
475+
isWeSponsor: true,
476+
},
477+
{
478+
name: "GSSoC24",
479+
image: "https://avatars.githubusercontent.com/u/166525102?s=200&v=4",
480+
description: "Open Source Community",
481+
github: "https://github.com/GSSoC24",
482+
isWeSponsor: true,
483+
},
484+
{
485+
name: "Kanishka Panwar",
486+
image: "https://avatars.githubusercontent.com/u/172115852?v=4",
487+
description: "MERN Developer",
488+
github: "https://github.com/kanishka-commits",
489+
linkedin: "https://www.linkedin.com/in/kanishka03p/",
490+
twitter: "https://x.com/kanishka03p",
491+
isWeSponsor: true,
492+
},
493+
{
494+
name: "Suryansh Mishra",
495+
image: "https://avatars.githubusercontent.com/u/180032733?v=4",
496+
description: "MERN Developer",
497+
github: "https://github.com/smirk-dev",
498+
linkedin: "https://www.linkedin.com/in/connectwithsuryanshmishra/",
499+
isWeSponsor: true,
500+
},
501+
{
502+
name: "Anuj Kulkarni",
503+
image: "https://avatars.githubusercontent.com/u/192874339?v=4",
504+
description: "MERN Developer",
505+
github: "https://github.com/steam-bell-92",
506+
linkedin: "https://www.linkedin.com/in/anuj-chandrakant-kulkarni/",
507+
twitter: "https://x.com/AnujKulkarni040",
508+
isWeSponsor: true,
509+
},
510+
469511
{
470512
name: "Sonal Yadav",
471513
image: "https://avatars.githubusercontent.com/u/169170929?v=4",

0 commit comments

Comments
 (0)