Skip to content

Commit

Permalink
Few updates on Alumni page. (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 authored Jan 13, 2024
1 parent 86021a2 commit 9f037c6
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 34 deletions.
5 changes: 4 additions & 1 deletion frontend/src/components/Cards/AlumniCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const useStyles = makeStyles((theme: Theme) =>
interface AlumniCardProps {
name: string;
description: string;
description2?: string;
codeforcesProfileUrl?: string;
githubProfileUrl?: string;
linkedInProfileUrl?: string;
Expand All @@ -65,6 +66,7 @@ interface AlumniCardProps {
const AlumniCard: React.FC<AlumniCardProps> = ({
name,
description,
description2 = "",
githubProfileUrl,
profileImg,
email,
Expand All @@ -81,6 +83,7 @@ const AlumniCard: React.FC<AlumniCardProps> = ({
<CardContent>
<Typography className={classes.title}>{name}</Typography>
<Typography className={classes.subTitle}>{description}</Typography>
<Typography className={classes.subTitle}>{description2}</Typography>

<div className={classes.iconsContainer}>
{githubProfileUrl ? (
Expand All @@ -92,7 +95,7 @@ const AlumniCard: React.FC<AlumniCardProps> = ({
) : null}

{email ? (
<a href={email} target="_blank">
<a href={"mailto:" + email} target="_blank">
<IconButton>
<Email className={classes.icons} />
</IconButton>
Expand Down
68 changes: 35 additions & 33 deletions frontend/src/pages/Alumni/alumniList.ts
Original file line number Diff line number Diff line change
@@ -1,127 +1,129 @@
export const alumniList = [
{
name: "Sagar Ranglani",
description: "Coordinator(2007-08)",
description: "Coordinator (2007-08)",
profileImg: "Sagar.jpeg",
linkedInProfileUrl: "https://www.linkedin.com/in/sagarranglani/",
githubProfileUrl: "",
email: "",
},
{
name: "Arpit Garg",
description: "Coordinator(2015-16)",
description: "Coordinator (2015-16)",
profileImg: "Arpit.jpeg",
linkedInProfileUrl: "https://www.linkedin.com/in/arpitgarg96/",
githubProfileUrl: "",
email: "",
},
{
name: "Saurabh Joshi",
description: "Coordinator(2016-17)",
description: "Coordinator (2016-17)",
profileImg: "Saurabh.jpeg",
linkedInProfileUrl: "https://www.linkedin.com/in/apptica",
githubProfileUrl: "",
githubProfileUrl: "https://github.com/Apptica",
email: "",
},
{
name: "Anuraag Singh",
description: "Co-Coordinator(2018-19)",
description: "Coordinator (2017-18)",
description2: "Co-Coordinator (2016-17)",
profileImg: "Anuraag.jpeg",
linkedInProfileUrl: "https://www.linkedin.com/in/anuraag-singh-231661113",
githubProfileUrl: "https://github.com/anuraagheisenberg",
email: "dbaanurag@gmail.com",
},
{
name: "Arpan Tarkas",
description: "Coordinator (2018-19)",
description2: "Co-Coordinator (2017-18)",
profileImg: "Arpan.jpeg",
linkedInProfileUrl: "https://www.linkedin.com/in/arpantarkas",
githubProfileUrl: "https://github.com/arpantarkas",
email: "",
},
{
name: "Shivansh Dhiman",
description: "Co-Coordinator(2018-19)",
description: "Co-Coordinator (2018-19)",
profileImg: "Shivansh.jpeg",
linkedInProfileUrl: "https://www.linkedin.com/in/shivansh-dhiman",
githubProfileUrl: "",
githubProfileUrl: "https://github.com/shivansh1010",
email: "",
},
{
name: "Anshuman Sharma",
description: "Co-Coordinator(2018-19)",
description: "Co-Coordinator (2018-19)",
profileImg: "Anshuman.jpeg",
linkedInProfileUrl: "https://www.linkedin.com/in/-anshuman-sharma-",
githubProfileUrl: "",
email: "",
},
{
name: "Arpan Tarkas",
description: "Coordinator(2018-19)",
profileImg: "Arpan.jpeg",
linkedInProfileUrl: "https://www.linkedin.com/in/arpantarkas",
githubProfileUrl: "",
name: "Ajwad Shaikh",
description: "Coordinator (2019-20)",
profileImg: "Ajwad.jpeg",
linkedInProfileUrl: "https://www.linkedin.com/in/ajwad-shaikh",
githubProfileUrl: "https://github.com/ajwad-shaikh",
email: "",
},
{
name: "Pranav Khiste",
description: "Co-Coordinator(2019-20)",
description: "Co-Coordinator (2019-20)",
profileImg: "Pranav.jpeg",
linkedInProfileUrl: "https://www.linkedin.com/in/pranav-khiste-2a38a116a",
githubProfileUrl: "",
email: "",
},
{
name: "Shrey Goel",
description: "Co-Coordinator(2019-20)",
description: "Co-Coordinator (2019-20)",
profileImg: "Shrey.jpeg",
linkedInProfileUrl: "https://www.linkedin.com/in/shrey-goel-21492194",
githubProfileUrl: "",
email: "",
},
{
name: "Ajwad Shaikh",
description: "Coordinator(2019-20)",
profileImg: "Ajwad.jpeg",
linkedInProfileUrl: "https://www.linkedin.com/in/ajwad-shaikh",
githubProfileUrl: "https://github.com/ajwad-shaikh",
name: "Priyansh Garg",
description: "Coordinator (2020-22)",
profileImg: "priyansh.jpeg",
linkedInProfileUrl: "https://www.linkedin.com/in/priyansh3133/",
githubProfileUrl: "https://github.com/garg3133",
email: "",
},
{
name: "Manan Jethwani",
description: "Co-Coordinator(2020-22)",
description: "Co-Coordinator (2020-21)",
profileImg: "Manan.jpeg",
linkedInProfileUrl: "https://www.linkedin.com/in/manan-jethwani",
githubProfileUrl: "https://github.com/mananjethwani",
email: "",
},
{
name: "Taara Sinh Aatrey",
description: "Co-Coordinator(2020-22)",
description: "Co-Coordinator (2020-21)",
profileImg: "Tara.jpeg",
linkedInProfileUrl: "https://www.linkedin.com/in/aatrey07",
githubProfileUrl: "https://github.com/Taara-Sinh-Aatrey",
email: "taarasinh1@gmail.com",
},
{
name: "Priyansh Garg",
description: "Coordinator(2020-22)",
profileImg: "priyansh.jpeg",
linkedInProfileUrl: "https://www.linkedin.com/in/priyansh3133/",
githubProfileUrl: "",
email: "",
},
{
name: "Himanshu Aggarwal",
description: "Co-Coordinator(2021-22)",
description: "Co-Coordinator (2021-22)",
profileImg: "Himanshu.jpeg",
linkedInProfileUrl: "https://www.linkedin.com/in/himanshu0923/",
githubProfileUrl: "https://github.com/HimanShu0923",
email: "",
},
{
name: "Aksh Bansal",
description: "Co-Coordinator(2022-23)",
description: "Co-Coordinator (2021-22)",
profileImg: "Aksh.jpeg",
linkedInProfileUrl: "https://www.linkedin.com/in/aksh-bansal-0a1073200/",
githubProfileUrl: "https://github.com/Aksh-Bansal-dev",
email: "",
},
{
name: "Shashwat Gupta",
description: "Coordinator(2022-23)",
description: "Coordinator (2022-23)",
profileImg: "shashwat.jpg",
linkedInProfileUrl: "https://www.linkedin.com/in/masterchief164",
githubProfileUrl: "https://github.com/masterchief164",
Expand Down

0 comments on commit 9f037c6

Please # to comment.