Skip to content

Commit

Permalink
Merge branch 'summer24' of github.com:MichiganDataScienceTeam/website…
Browse files Browse the repository at this point in the history
…-redesign into summer24
  • Loading branch information
Weile-Zheng committed Aug 8, 2024
2 parents e04c1bf + 4ac0800 commit da785c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions components/currentProjectCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const styles = {
display: 'flex',
flexDirection: 'row',
backgroundColor: '#333',
padding: '16px',
padding: '25px',
borderRadius: '8px',
width: '100%',
maxWidth: '600px',
Expand All @@ -55,8 +55,9 @@ const styles = {
flex: 1,
},
projectInfo: {
marginBottom: '16px',
flex: 1,
flex: '1 1 300px',
alignItems: 'center',
justifyContent: 'center',
},
projectImage: {
borderRadius: '10%',
Expand All @@ -75,7 +76,8 @@ const styles = {
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
flex: 1,
justifyContent: 'center',
flex: '1 1 75px',
},
leadText: {
fontSize: '20px',
Expand Down
2 changes: 1 addition & 1 deletion config/currentProjects.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
{
"label": "SoccerNet",
"image": "soccernet.jpg",
"image": "soccernet.png",
"leads": [
{ "name": "Antonio Capdevielle", "image": "temp.jpeg" },
{ "name": "Shiva Chandran", "image": "shivac.jpg" }
Expand Down
Binary file added public/images/projects/soccernet.png
Loading
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 da785c4

Please sign in to comment.