diff --git a/src/App.tsx b/src/App.tsx index f8f4afb..257c440 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -45,9 +45,12 @@ function App() { return (
diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index cdb43d2..7a18728 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -44,8 +44,8 @@ export default function Navbar({ onOptionSelect }: any) { } return ( -
-
+
+
mvhackslogo onOptionSelect('home')}> MV diff --git a/src/components/Prospectus.tsx b/src/components/Prospectus.tsx index 0996a36..4a0fbc5 100644 --- a/src/components/Prospectus.tsx +++ b/src/components/Prospectus.tsx @@ -1,30 +1,72 @@ import prospectusImage from "../images/MVH8Prospectus.png"; -import Typography from '@mui/joy/Typography'; +import Typography from "@mui/joy/Typography"; +import Box from "@mui/joy/Box"; export default function Prospectus() { - return (
-
- - SPONSOR MVHACKS 8.0! - -

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.

-

To discover more about sponsorship opportunities, please download our Sponsorship Prospectus below and reach out to us at  - alexm@mvhacks.io.

-

Join us, and let's make MVHacks 8.0 an unforgettable experience. We eagerly await the participation of your company!

- Download the Sponsorship Prospectus -
- +
+ + SPONSOR MVHACKS 8.0! + +

+ 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. +

+

+ To discover more about sponsorship opportunities, please download our + Sponsorship Prospectus below and reach out to us at  + + alexm@mvhacks.io + + . +

+

+ Join us, and let's make MVHacks 8.0 an unforgettable experience. We + eagerly await the participation of your company! +

+ + Download the Sponsorship Prospectus + +
+ + + prospectus -
) -} \ No newline at end of file + height="auto" + /> + + +
+ ); +} diff --git a/src/images/background.png b/src/images/background.png index 849e7e8..6c4be86 100644 Binary files a/src/images/background.png and b/src/images/background.png differ