-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#71 updated current and prev tech leads; replaced raw html with the r…
…eact components using .mdx
- Loading branch information
anjaliputta
committed
Nov 12, 2024
1 parent
c921c6b
commit e286fc5
Showing
11 changed files
with
185 additions
and
75 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
const withMDX = require('@next/mdx')({ | ||
extension: /\.mdx?$/ | ||
}); | ||
|
||
module.exports = withMDX({ | ||
pageExtensions: ['js', 'jsx', 'md', 'mdx'] | ||
}); | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import React from 'react'; | ||
import currentGradTechLeads from '../../../data/people/currentGradTechLeads.json'; | ||
import Profile from '../Profile'; | ||
|
||
function CurrentGradTechLeads() { | ||
console.log('curr', currentGradTechLeads) | ||
return ( | ||
<div className="techLeadsGrid"> | ||
{currentGradTechLeads.map((techLead, index) => ( | ||
<Profile | ||
key={`current-grad-tech-lead-${index}`} | ||
imgSrc={techLead.image} | ||
name={techLead.name} | ||
profileLink={techLead.profileLink} | ||
/> | ||
))} | ||
</div> | ||
); | ||
} | ||
|
||
export default CurrentGradTechLeads; |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import React from 'react'; | ||
import prevGradTechLeads from '../../../data/people/prevGradTechLeads.json'; | ||
import Profile from '../Profile'; | ||
|
||
function PrevGradTechLeads() { | ||
console.log('prev', prevGradTechLeads) | ||
return ( | ||
<div className="techLeadsGrid"> | ||
{prevGradTechLeads.map((techLead, index) => ( | ||
<Profile | ||
key={`prev-grad-tech-lead-${index}`} | ||
imgSrc={techLead.image} | ||
name={techLead.name} | ||
profileLink={techLead.profileLink} | ||
/> | ||
))} | ||
</div> | ||
); | ||
} | ||
|
||
export default PrevGradTechLeads; |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import React from 'react'; | ||
|
||
function Profile({ imgSrc, name, profileLink, description }) { | ||
return ( | ||
<div className="techLead"> | ||
<a href={profileLink}> | ||
<img src={imgSrc} alt={name} className="teamLeadImage"/> | ||
<p>{name}</p> | ||
</a> | ||
</div> | ||
); | ||
} | ||
|
||
export default Profile; |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[ | ||
{ | ||
"name": "Siri Chandana Garimella", | ||
"image": "/img/siri_avatar.jpg", | ||
"profileLink": "https://github.com/SiriChandanaGarimella" | ||
}, | ||
{ | ||
"name": "Anjali Putta", | ||
"image": "/img/anjali_avatar.jpeg", | ||
"profileLink": "https://anjaliofficial.netlify.app/" | ||
}, | ||
{ | ||
"name": "Yenkatarajalaxmi Manohar Meda", | ||
"image": "/img/manohar_avatar.jpg", | ||
"profileLink": "https://github.com/yrlmanoharreddy" | ||
} | ||
] |
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 |
---|---|---|
@@ -0,0 +1,52 @@ | ||
[ | ||
{ | ||
"name": "Greih Murray", | ||
"image": "/img/greih.jpg", | ||
"profileLink": "https://github.com/GreihMurray" | ||
}, | ||
{ | ||
"name": "Halima Malik", | ||
"image": "/img/halima.jpg", | ||
"profileLink": "https://github.com/HalimaMalik" | ||
}, | ||
{ | ||
"name": "Omar Al Akkad", | ||
"image": "/img/Omar.jpg", | ||
"profileLink": "https://github.com/OmarAlAkkad" | ||
}, | ||
{ | ||
"name": "Uday Prasad Aitha", | ||
"image": "/img/uday.jpg", | ||
"profileLink": "https://github.com/aithaprasad" | ||
}, | ||
{ | ||
"name": "Abhilash Kotha", | ||
"image": "/img/abhilash_avatar.jpg", | ||
"profileLink": "https://github.com/AbhilashKotha" | ||
}, | ||
{ | ||
"name": "Logan Wyas", | ||
"image": "/img/logan_avatar.jpg", | ||
"profileLink": "https://github.com/loganwyas" | ||
}, | ||
{ | ||
"name": "Ruthvik Manneem", | ||
"image": "/img/ruthvik_avatar.png", | ||
"profileLink": "https://github.com/ruthvikm" | ||
}, | ||
{ | ||
"name": "Sailikhita Pulijala", | ||
"image": "/img/likhita-avatar.jpg", | ||
"profileLink": "https://github.com/LikhitaPulijala" | ||
}, | ||
{ | ||
"name": "Yash Kamal Bhatia", | ||
"image": "/img/yash_avatar1.jpg", | ||
"profileLink": "https://yashb196.github.io/yashb196/" | ||
}, | ||
{ | ||
"name": "Yashaswini Shivalingaiah", | ||
"image": "/img/yashaswini_avatar.jpg", | ||
"profileLink": "https://github.com/yashaswini-slu" | ||
} | ||
] |
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.