Skip to content

Commit

Permalink
Updated staff profiles (#339)
Browse files Browse the repository at this point in the history
* updated staff profiles

* changed twitter links to Linkedin links

* changed Gideon's photo

---------

Co-authored-by: Code <[email protected]>
  • Loading branch information
usmanbiu and Code authored Mar 28, 2024
1 parent b96d2b5 commit 79b0afe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Binary file removed src/assets/images/team/gideon.jpeg
Binary file not shown.
Binary file added src/assets/images/team/gideon.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 modified src/assets/images/team/usman.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions src/components/About/Staff.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import React from "react";

import alicia from "@/sensorsafrica/assets/images/team/Alicia.jpg";
import augustine from "@/sensorsafrica/assets/images/team/augustine.jpg";
import gideon from "@/sensorsafrica/assets/images/team/gideon.jpeg";
import kirah from "@/sensorsafrica/assets/images/team/kirah.jpeg";
import gideon from "@/sensorsafrica/assets/images/team/gideon.jpg";
//import kirah from "@/sensorsafrica/assets/images/team/kirah.jpeg";
import usman from "@/sensorsafrica/assets/images/team/usman.jpeg";
import Figure from "@/sensorsafrica/components/Figure";

Expand Down Expand Up @@ -98,15 +98,15 @@ function Staff(props) {
[email protected]
</Typography>
<Typography variant="subtitle1">
<a className={classes.a} href="https://twitter.com/MsOlago">
@MsOlago
<a className={classes.a} href="https://www.linkedin.com/in/aliciaolago/">
@Alicia Olago
</a>
</Typography>
</CardContent>
</CardActionArea>
</Card>

<Card className={classes.card}>
{/* <Card className={classes.card}>
<CardActionArea>
<Figure src={kirah} alt="Kirah" className={classes.cardMedia} />
<CardContent>
Expand All @@ -123,7 +123,7 @@ function Staff(props) {
</Typography>
</CardContent>
</CardActionArea>
</Card>
</Card> */}

<Card className={classes.card}>
<CardActionArea>
Expand Down Expand Up @@ -162,8 +162,8 @@ function Staff(props) {
[email protected]
</Typography>
<Typography variant="subtitle1">
<a className={classes.a} href="https://twitter.com/gmaina">
@gmaina
<a className={classes.a} href="https://www.linkedin.com/in/gideonmaina/">
@Gideon Maina
</a>
</Typography>
</CardContent>
Expand All @@ -181,8 +181,8 @@ function Staff(props) {
[email protected]
</Typography>
<Typography variant="subtitle1">
<a className={classes.a} href="https://twitter.com/usmanbiu">
@usmanbiu
<a className={classes.a} href="https://www.linkedin.com/in/usman-ahmed-343513187/">
@Usman Ahmed
</a>
</Typography>
</CardContent>
Expand Down

0 comments on commit 79b0afe

Please sign in to comment.