Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add prospectus image, download link, and fix emails. add background #19

Merged
merged 1 commit into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading