Skip to content

Commit 0592a2f

Browse files
committed
added sponser list
1 parent 2a7f87a commit 0592a2f

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/database/sponsors/index.tsx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,23 @@ const sponsors: Sponsor[] = [
151151
isPastSponsor: true,
152152
},
153153
{
154-
name: "Renato Maynard",
154+
name: "Dhrubaraj Pati",
155155
image: "https://avatars.githubusercontent.com/u/79546214?v=4",
156156
description: "M.Sc. in Operations Research",
157157
github: "https://www.linkedin.com/in/renatomaynardetche/",
158+
linkedin: "https://www.linkedin.com/in/dhrubaraj-pati/",
159+
twitter: "https://x.com/codewithdhruba",
160+
isWeSponsor: true,
161+
},
162+
{
163+
name: "Renato Maynard",
164+
image: "https://avatars.githubusercontent.com/u/146111647?v=4",
165+
description: "Student at SVU",
166+
github: "https://github.com/codewithdhruba01",
158167
linkedin: "#",
159168
twitter: "#",
160169
isWeSponsor: true,
161-
},
170+
},
162171
{
163172
name: "Carlos Romero",
164173
image: "https://avatars.githubusercontent.com/u/119690391?v=4",

0 commit comments

Comments
 (0)