Skip to content

Commit

Permalink
Merge pull request #19 from mvhacks/faqs
Browse files Browse the repository at this point in the history
add prospectus image, download link, and fix emails. add background
  • Loading branch information
emilymarkova authored Dec 24, 2024
2 parents 5c8fc8d + a6384de commit 0ce037d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
Binary file added public/MVH8SponsorshipProspectus.pdf
Binary file not shown.
8 changes: 7 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import Title from "./components/Title";
import Schedule from "./components/Schedule";
import InfoPage from './components/InfoPage';
import Carousel from "./components/Carousel";
import background from './images/background.png';

function App() {
const home = useRef(null);
Expand Down Expand Up @@ -41,7 +42,12 @@ function App() {
};

return (
<div>
<div style={{
backgroundImage: `url(${background})`,
backgroundSize: 'cover',
backgroundPosition: 'center',
minHeight: '100vh'
}}>
<Navbar onOptionSelect={handleOptionChange} />
<div>
<style>
Expand Down
7 changes: 4 additions & 3 deletions src/components/Prospectus.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import prospectusImage from "../images/prospectus.png";
import prospectusImage from "../images/MVH8Prospectus.png";
import Typography from '@mui/joy/Typography';

export default function Prospectus() {
return (<div>
<div id="blurbSponsors">
Expand All @@ -16,9 +17,9 @@ export default function Prospectus() {
</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:hello@mvhacks.io">hello@mvhacks.io</a>.</p>
<a id="email" href="mailto:alexm@mvhacks.io" style={{color: '#c6add4'}}>alexm@mvhacks.io</a>.</p>
<p>Join us, and let's make MVHacks 8.0 an unforgettable experience. We eagerly await the participation of your company!</p>
<a id="downloadProspectus" href="about:blank">Download the Sponsorship Prospectus</a>
<a id="prospectusDownload" href={"MVH8SponsorshipProspectus.pdf"} download style={{color: '#c6add4'}}>Download the Sponsorship Prospectus</a>
</div>
<img src={prospectusImage}
alt="prospectus"
Expand Down
Binary file added src/images/MVH8Prospectus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/prospectus.png
Binary file not shown.

0 comments on commit 0ce037d

Please sign in to comment.