Skip to content

Commit d32dca4

Browse files
authored
Added alumini to the alumni page (#79)
* Added alumini to the alumni page * Added remaining alumni
1 parent d63308d commit d32dca4

File tree

6 files changed

+40
-0
lines changed

6 files changed

+40
-0
lines changed
198 KB
Loading
44.7 KB
Loading
116 KB
Loading
142 KB
Loading
20.6 KB
Loading

frontend/src/pages/Alumni/alumniList.ts

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ export const alumniList = [
1515
githubProfileUrl: "",
1616
email: "",
1717
},
18+
{
19+
name: "Sachin Kukreja",
20+
description: "Co-Coordinator (2015-16)",
21+
profileImg: "Sachin.jpeg",
22+
linkedInProfileUrl: "https://www.linkedin.com/in/sachin-kukreja-12b318106/",
23+
githubProfileUrl: "",
24+
email: "",
25+
},
1826
{
1927
name: "Saurabh Joshi",
2028
description: "Coordinator (2016-17)",
@@ -23,6 +31,14 @@ export const alumniList = [
2331
githubProfileUrl: "https://github.com/Apptica",
2432
email: "",
2533
},
34+
{
35+
name: "Adarsh Singh",
36+
description: "Co-Coordinator (2016-17)",
37+
profileImg: "Adarsh.jpeg",
38+
linkedInProfileUrl: "https://www.linkedin.com/in/adarsh-singh-036985126",
39+
githubProfileUrl: "",
40+
email: "",
41+
},
2642
{
2743
name: "Anuraag Singh",
2844
description: "Coordinator (2017-18)",
@@ -32,6 +48,14 @@ export const alumniList = [
3248
githubProfileUrl: "https://www.github.com/anuraagheisenberg",
3349
email: "dbaanurag@gmail.com",
3450
},
51+
{
52+
name: "Nakul Arya",
53+
description: "Coordinator (2017-18)",
54+
profileImg: "Nakul.jpeg",
55+
linkedInProfileUrl: "https://www.linkedin.com/in/aryanakul/",
56+
githubProfileUrl: "",
57+
email: "",
58+
},
3559
{
3660
name: "Arpan Tarkas",
3761
description: "Coordinator (2018-19)",
@@ -41,6 +65,14 @@ export const alumniList = [
4165
githubProfileUrl: "https://github.com/arpantarkas",
4266
email: "",
4367
},
68+
{
69+
name: "Anuj Singh",
70+
description: "Co-Coordinator (2018-19)",
71+
profileImg: "avatar.png",
72+
linkedInProfileUrl: "https://www.linkedin.com/in/chauhan176",
73+
githubProfileUrl: "",
74+
email: "",
75+
},
4476
{
4577
name: "Shivansh Dhiman",
4678
description: "Co-Coordinator (2018-19)",
@@ -121,6 +153,14 @@ export const alumniList = [
121153
githubProfileUrl: "https://github.com/Aksh-Bansal-dev",
122154
email: "",
123155
},
156+
{
157+
name: "Priyansh Mehta",
158+
description: "Co-Coordinator (2022-23)",
159+
profileImg: "PriyanshMehta.jpeg",
160+
linkedInProfileUrl: "https://www.linkedin.com/in/priyansh61",
161+
githubProfileUrl: "https://github.com/Priyansh61",
162+
email: "",
163+
},
124164
{
125165
name: "Shashwat Gupta",
126166
description: "Coordinator (2022-23)",

0 commit comments

Comments
 (0)