Skip to content

Commit

Permalink
Update teamMembers.json (#61)
Browse files Browse the repository at this point in the history
Update the leadership members.
  • Loading branch information
OronNadiv authored Aug 27, 2024
1 parent ffa6d98 commit 2d1e796
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
Binary file added public/img/team/joy-original.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/img/team/joy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/pages/about-us-page/Leadership.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,15 @@ const getTeam = () => {
<i className="fab fa-strava" />
</a>
)}
{member.medium && (
<a
target="_blank"
rel="noopener noreferrer"
href={`https://${member.medium}.medium.com`}
>
<i className="fab fa-medium" />
</a>
)}
</div>
</div>
<div className="team_name">
Expand Down
18 changes: 9 additions & 9 deletions src/pages/about-us-page/teamMembers.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,9 @@
"instagram": "ericagreer1",
"strava": "14346197"
},
{
"name": "Raimond Galicia",
"title": "Social Media",
"image": "raimond.png",
"email": "[email protected]",
"instagram": "rairuns",
"strava": "48787944"
},
{
"name": "Clare Abram",
"title": "Secretary",
"title": "Vice President",
"image": "clare.png",
"email": "[email protected]",
"strava": "463444"
Expand All @@ -61,5 +53,13 @@
"title": "Publications",
"image": "vikky.png",
"email": "[email protected]"
},
{
"name": "Joy Ebertz",
"title": "Secretary",
"image": "joy.png"
"email": "[email protected]",
"strava": "1509231",
"medium": "jkebertz"
}
]

0 comments on commit 2d1e796

Please sign in to comment.