Skip to content

Commit

Permalink
Merge pull request #86 from MichiganDataScienceTeam/summer24
Browse files Browse the repository at this point in the history
(bug) Center Project Card
(feat) Update Discover Sponsor
  • Loading branch information
Weile-Zheng authored Aug 8, 2024
2 parents f071217 + da785c4 commit ed83df5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 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
5 changes: 5 additions & 0 deletions config/sponsors.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"link": "https://www.myrocketcareer.com/",
"image": "rocket.png"
},
{
"name": "Discover",
"link": "https://www.discover.com/",
"image": "discover.png"
},
{
"name": "Wolverine Trading",
"link": "https://www.wolve.com/",
Expand Down
Binary file added public/images/sponsors/discover.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 ed83df5

Please sign in to comment.