Skip to content

Commit

Permalink
Added alumini to the alumni page (#79)
Browse files Browse the repository at this point in the history
* Added alumini to the alumni page

* Added remaining alumni
  • Loading branch information
Doraemon012 authored Mar 7, 2024
1 parent d63308d commit d32dca4
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 0 deletions.
Binary file added frontend/public/images/Alumniprofile/Adarsh.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/images/Alumniprofile/Nakul.jpeg
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.
Binary file added frontend/public/images/Alumniprofile/Sachin.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/images/Alumniprofile/avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions frontend/src/pages/Alumni/alumniList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand All @@ -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)",
Expand All @@ -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)",
Expand All @@ -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)",
Expand Down Expand Up @@ -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)",
Expand Down

0 comments on commit d32dca4

Please sign in to comment.