-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #170 from HackHPI/develop
release
- Loading branch information
Showing
6 changed files
with
10 additions
and
116 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,9 @@ import { | |
useMediaQuery, | ||
useTheme | ||
} from "@mui/material"; | ||
import MailIcon from "@mui/icons-material/mail"; | ||
import React from "react"; | ||
import {KeyboardArrowRight} from "@mui/icons-material"; | ||
import {KeyboardArrowRight, MailOutline} from "@mui/icons-material"; | ||
import {WindowCard} from "../WindowCard/WindowCard.jsx"; | ||
import {Masonry} from "@mui/lab"; | ||
import HackHPIWrapper from "../Theme/HackHPIWrapper.jsx"; | ||
|
@@ -34,8 +35,8 @@ let faqs = [ | |
title: "What's so special about HackHPI?", | ||
text: "There are very few hackathons focusing on social issues; we want to fix that and give you the chance to change the world for the better by building applications that truly matter! You will also have the opportunity to get in touch with our awesome partners, slip into their shoes and solve real-world challenges using their APIs and expertise." | ||
}, { | ||
title: "Will HackHPI 2024 take place onsite?", | ||
text: "Yes, and that's quite a sure thing. We believe that Hackathons need the human contact that only in-person events can provide, and we're glad to announce that the HackHPI 2024 will be an in-presence only event!" | ||
title: "Will HackHPI 2025 take place onsite?", | ||
text: "Yes, and that's quite a sure thing. We believe that Hackathons need the human contact that only in-person events can provide, and we're glad to announce that the HackHPI 2025 will be an in-presence only event!" | ||
}, { | ||
title: "Are there any costs for me?", | ||
text: "Nope! HackHPI is completely free, and we provide you with food, drinks (and a lot of caffeine! :D) during the whole Hackathon. Unfortunately, we are not able to provide travel reimbursements. However, as an attendee, your confirmation email will include a link to our DB Event Ticket to receive a discount when booking via DB." | ||
|
@@ -160,7 +161,7 @@ export function Faq() { | |
ask!</Typography> | ||
</CardContent> | ||
<CardActions> | ||
<Button size="small" color={"inherit"} href={"mailto:[email protected]"}>Contact us</Button> | ||
<Button sx={{ ml: 1, mb: 1 }} variant="contained" size="small" color="primary" href={"mailto:[email protected]"} startIcon={<MailOutline />}>Contact us</Button> | ||
</CardActions> | ||
</Card> | ||
</Stack> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters