Skip to content

Commit

Permalink
Merge pull request #9 from mvhacks/noam-fixsponsors
Browse files Browse the repository at this point in the history
Fixed sponsors formatting
  • Loading branch information
emilymarkova authored Nov 27, 2024
2 parents da3f987 + ab076cb commit 1348980
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
13 changes: 12 additions & 1 deletion src/components/Prospectus.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
import prospectusImage from "../images/prospectus.png";
import Typography from '@mui/joy/Typography';
export default function Prospectus() {
return (<div>
<div id="blurbSponsors">
<h1>Sponsor MVHacks 8.0!</h1>
<Typography level='h2'
sx={{
color: '#ffffff',
marginBottom: '2%',
marginRight: '0.7%',
marginLeft: '0.7%',
textAlign: "center"
}}
>
SPONSOR MVHACKS 8.0!
</Typography>
<p>MVHacks is now in its 8th year of inspiring high school students throughout the country to get together and build great projects. As a prestigious, in-person hackathon, our past events have consistently attracted over 200 unique and diverse attendees. With your support, we aim to engage over 250+ students for MVHacks.</p>
<p>To discover more about sponsorship opportunities, please download our Sponsorship Prospectus below and reach out to us at&nbsp;
<a id="email" href="mailto:[email protected]">[email protected]</a>.</p>
Expand Down
9 changes: 5 additions & 4 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ code {

#blurbSponsors {
color: white;
padding-left: 40px;
padding-right: 40px;
padding-left: 10%;
padding-right: 10%;
padding-bottom: 25px;
padding-top: 22%;
}

#email {
Expand All @@ -56,8 +57,8 @@ code {
}

#prospectusImage {
padding-left: 40px;
padding-right: 40px;
padding-left: 10%;
padding-right: 10%;
padding-bottom: 20px;

}

0 comments on commit 1348980

Please sign in to comment.