Skip to content

Commit

Permalink
Merge pull request #5 from wyncode/creating-cards-and-adding-images
Browse files Browse the repository at this point in the history
adding images to cards and adjusting width and height
  • Loading branch information
BlakeCG committed Feb 17, 2020
2 parents c16b6f4 + 6222e45 commit 772cb14
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions client/src/components/AboutUs.js
Expand Up @@ -12,11 +12,12 @@ import { Link } from 'react-router-dom';
const About = () => {
const useStyles = makeStyles({
root: {
maxWidth: 345,
maxWidth: 250,
background: 'linear-gradient(45deg, #E4FF01 30%, #000000 90%)'
},
media: {
height: 140
height: 250,
width: 250
}
});

Expand All @@ -26,7 +27,7 @@ const About = () => {
<CardActionArea>
<CardMedia
className={classes.media}
image="#"
image={require('./Portraits/GuerreroCristopher.jpg')}
title="Cristopher Guerrero"
/>
<CardContent>
Expand Down
Binary file added client/src/components/Portraits/BecklesMaria.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/src/components/Portraits/MarcotteShawn.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 772cb14

Please sign in to comment.