Skip to content

Commit 35f5536

Browse files
committed
updated Sponsor list
1 parent 0592a2f commit 35f5536

File tree

1 file changed

+29
-5
lines changed

1 file changed

+29
-5
lines changed

src/database/sponsors/index.tsx

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,36 @@ const sponsors: Sponsor[] = [
1818
github: "https://github.com/arataka1313",
1919
linkedin: "https://www.linkedin.com/in/takashi-arai-2b697b360/",
2020
},
21+
{
22+
name: "Sumit Khanna",
23+
image: "https://avatars.githubusercontent.com/u/29749122?v=4",
24+
description: "Developer at slickspender",
25+
github: "https://github.com/jjackofall",
26+
twitter: "https://x.com/jjackofall",
27+
},
28+
{
29+
name: "Prakhar Saxena",
30+
image: "https://avatars.githubusercontent.com/u/111764688?v=4",
31+
description: "Studying @McMaster University",
32+
github: "https://www.linkedin.com/in/prakharsaxena5/",
33+
linkedin: "https://www.linkedin.com/in/prakharsaxena5/",
34+
},
35+
36+
{
37+
name: "Varghese Baby",
38+
image: "https://avatars.githubusercontent.com/u/68038057?v=4",
39+
description: "Software Developer",
40+
github: "https://github.com/varghese25",
41+
linkedin: "https://www.linkedin.com/in/varghese-baby-138429175/",
42+
},
43+
2144
{
2245
name: "Carlos Romero",
2346
image: "https://avatars.githubusercontent.com/u/119690391?v=4",
2447
description: "CS Student of La Salle",
2548
github: "https://github.com/carlosromerorodriguez",
2649
linkedin: "https://www.linkedin.com/in/carlos-romero-rdgz/",
50+
isPastSponsor: true,
2751
},
2852
{
2953
name: "Yahya Banouk",
@@ -32,8 +56,8 @@ const sponsors: Sponsor[] = [
3256
github: "https://github.com/yahya-banouk",
3357
linkedin: "https://x.com/Yahya_Banouk",
3458
twitter: "https://x.com/Yahya_Banouk",
35-
},
36-
59+
isPastSponsor: true,
60+
},
3761
{
3862
name: "Mike ",
3963
image: "https://avatars.githubusercontent.com/u/79911993?v=4",
@@ -135,7 +159,7 @@ const sponsors: Sponsor[] = [
135159
{
136160
name: "Monojit Pal",
137161
image: "https://avatars.githubusercontent.com/u/144504389?v=4",
138-
description: "Student at St. Thomas' College of Engineering",
162+
description: "Student at St. Thomas' College",
139163
github: "https://github.com/Monojit-Pal",
140164
linkedin: "https://www.linkedin.com/in/pal-monojit/",
141165
twitter: "https://x.com/Monojit__18",
@@ -151,7 +175,7 @@ const sponsors: Sponsor[] = [
151175
isPastSponsor: true,
152176
},
153177
{
154-
name: "Dhrubaraj Pati",
178+
name: "Renato Maynard",
155179
image: "https://avatars.githubusercontent.com/u/79546214?v=4",
156180
description: "M.Sc. in Operations Research",
157181
github: "https://www.linkedin.com/in/renatomaynardetche/",
@@ -160,7 +184,7 @@ const sponsors: Sponsor[] = [
160184
isWeSponsor: true,
161185
},
162186
{
163-
name: "Renato Maynard",
187+
name: "Dhrubaraj Pati",
164188
image: "https://avatars.githubusercontent.com/u/146111647?v=4",
165189
description: "Student at SVU",
166190
github: "https://github.com/codewithdhruba01",

0 commit comments

Comments
 (0)