Skip to content

Commit

Permalink
Added madhousing.com flyer
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushb03 authored and thekeenant committed Sep 29, 2024
1 parent bf17123 commit de3a92e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Binary file added src/assets/madhousing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/pages/Home.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import {Container, Header} from 'semantic-ui-react';
import EnrollBadgeBanner from '../assets/enroll-badge.png';
import MadhousingFlyer from '../assets/madhousing.png';

const Home = () => {
document.title = 'UW Madison Grade Distributions - Madgrades';
Expand Down Expand Up @@ -56,6 +57,19 @@ const Home = () => {
style={{ maxHeight: '350px', margin: '20px 0' }}
/>
</a>

<Header as='h1'>
<Header.Content>
Share your dorm experience at MadHousing!
</Header.Content>
</Header>
<a href="http://madhousing.com" target="_blank">
<img
alt="Flyer for MadHousing"
src={MadhousingFlyer}
style={{ maxHeight: '550px', margin: '20px 0' }}
/>
</a>
</Container>
</div>
);
Expand Down

0 comments on commit de3a92e

Please sign in to comment.