-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added alumini to the alumni page (#79)
* Added alumini to the alumni page * Added remaining alumni
- Loading branch information
1 parent
d63308d
commit d32dca4
Showing
6 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,14 @@ export const alumniList = [ | |
githubProfileUrl: "", | ||
email: "", | ||
}, | ||
{ | ||
name: "Sachin Kukreja", | ||
description: "Co-Coordinator (2015-16)", | ||
profileImg: "Sachin.jpeg", | ||
linkedInProfileUrl: "https://www.linkedin.com/in/sachin-kukreja-12b318106/", | ||
githubProfileUrl: "", | ||
email: "", | ||
}, | ||
{ | ||
name: "Saurabh Joshi", | ||
description: "Coordinator (2016-17)", | ||
|
@@ -23,6 +31,14 @@ export const alumniList = [ | |
githubProfileUrl: "https://github.com/Apptica", | ||
email: "", | ||
}, | ||
{ | ||
name: "Adarsh Singh", | ||
description: "Co-Coordinator (2016-17)", | ||
profileImg: "Adarsh.jpeg", | ||
linkedInProfileUrl: "https://www.linkedin.com/in/adarsh-singh-036985126", | ||
githubProfileUrl: "", | ||
email: "", | ||
}, | ||
{ | ||
name: "Anuraag Singh", | ||
description: "Coordinator (2017-18)", | ||
|
@@ -32,6 +48,14 @@ export const alumniList = [ | |
githubProfileUrl: "https://www.github.com/anuraagheisenberg", | ||
email: "[email protected]", | ||
}, | ||
{ | ||
name: "Nakul Arya", | ||
description: "Coordinator (2017-18)", | ||
profileImg: "Nakul.jpeg", | ||
linkedInProfileUrl: "https://www.linkedin.com/in/aryanakul/", | ||
githubProfileUrl: "", | ||
email: "", | ||
}, | ||
{ | ||
name: "Arpan Tarkas", | ||
description: "Coordinator (2018-19)", | ||
|
@@ -41,6 +65,14 @@ export const alumniList = [ | |
githubProfileUrl: "https://github.com/arpantarkas", | ||
email: "", | ||
}, | ||
{ | ||
name: "Anuj Singh", | ||
description: "Co-Coordinator (2018-19)", | ||
profileImg: "avatar.png", | ||
linkedInProfileUrl: "https://www.linkedin.com/in/chauhan176", | ||
githubProfileUrl: "", | ||
email: "", | ||
}, | ||
{ | ||
name: "Shivansh Dhiman", | ||
description: "Co-Coordinator (2018-19)", | ||
|
@@ -121,6 +153,14 @@ export const alumniList = [ | |
githubProfileUrl: "https://github.com/Aksh-Bansal-dev", | ||
email: "", | ||
}, | ||
{ | ||
name: "Priyansh Mehta", | ||
description: "Co-Coordinator (2022-23)", | ||
profileImg: "PriyanshMehta.jpeg", | ||
linkedInProfileUrl: "https://www.linkedin.com/in/priyansh61", | ||
githubProfileUrl: "https://github.com/Priyansh61", | ||
email: "", | ||
}, | ||
{ | ||
name: "Shashwat Gupta", | ||
description: "Coordinator (2022-23)", | ||
|