-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated staff profiles * changed twitter links to Linkedin links * changed Gideon's photo --------- Co-authored-by: Code <[email protected]>
- Loading branch information
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Binary file not shown.
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.
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 |
---|---|---|
|
@@ -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"; | ||
|
||
|
@@ -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> | ||
|
@@ -123,7 +123,7 @@ function Staff(props) { | |
</Typography> | ||
</CardContent> | ||
</CardActionArea> | ||
</Card> | ||
</Card> */} | ||
|
||
<Card className={classes.card}> | ||
<CardActionArea> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|