Skip to content

Commit

Permalink
updated devs
Browse files Browse the repository at this point in the history
  • Loading branch information
SundarakrishnanN committed Aug 7, 2024
1 parent de1f68d commit 6763a61
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 3 deletions.
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 public/assets/images/devs/TejasPattarWebTeam.jpg
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 public/assets/images/devs/sundarakrishnan.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ export const images = {
naveen: imagePath + '/devs/naveen.jpeg',
prajwal: imagePath + '/devs/pp.jpg',
jahnavi: imagePath + '/devs/jahnavi.jpg',
sundar: imagePath + '/devs/sundarakrishnan.jpeg',
ayush: imagePath + '/devs/Ayush Ratan Web Team .jpg',
chiragJ: imagePath + '/devs/Chirag Kumar Jaiswal Web team .jpg',
tejas:imagePath + '/devs/TejasPattarWebTeam.jpg',
},
logos: {
ieee_aps: imagePath + '/logos/ieee_APS.png',
Expand Down
18 changes: 15 additions & 3 deletions src/pages/DevelopersPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,22 @@ export default function DevelopersPage() {
<h1>Active Maintainers</h1>
<Paper className={classes.paper}>
<Grid container spacing={2} justifyContent="space-evenly" className={classes.grid}>
<Grid item xs={12} md={4}>
<Avatar src={images.devs.sundar} name="Sundarakrishnan N" />
</Grid>
<Grid item xs={12} md={4}>
<Avatar src={images.devs.ayush} name="Ayush Ratan" />
</Grid>
<Grid item xs={12} md={4}>
<Avatar src={images.devs.chiragJ} name="Chirag Kumar Jaiswal" />
</Grid>
<Grid item xs={12} md={4}>
<Avatar src={images.devs.tejas} name="Tejas Pattar" />
</Grid>
<Container maxWidth="lg" className={classes.page}>
<h1>Contributors</h1>
<Grid container spacing={2} justifyContent="space-evenly" className={classes.grid}>
<Grid item xs={12} md={4}>
<Avatar src={images.devs.mayur} name="Mayur S Chittaragi" />
</Grid>
<Grid item xs={12} md={4}>
Expand All @@ -40,9 +55,6 @@ export default function DevelopersPage() {
<Grid item xs={12} md={4}>
<Avatar src={images.devs.prajwal} name="Prajwal P" />
</Grid>
<Container maxWidth="lg" className={classes.page}>
<h1>Contributors</h1>
<Grid container spacing={2} justifyContent="space-evenly" className={classes.grid}>
<Grid item xs={12} md={4}>
<Avatar src={images.devs.ambu} name="Ambu Karthik" />
</Grid>
Expand Down

0 comments on commit 6763a61

Please sign in to comment.