Skip to content

Commit

Permalink
Merge pull request #170 from HackHPI/develop
Browse files Browse the repository at this point in the history
release
  • Loading branch information
DerCed authored Feb 22, 2025
2 parents e7c09f7 + 2d22179 commit 7a62ec9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 116 deletions.
84 changes: 0 additions & 84 deletions public/HackHPI24_white.svg

This file was deleted.

6 changes: 3 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "HackHPI 24",
"short_name": "HackHPI 2024",
"description": "Explore the future of urban living at HPI in Potsdam. Join motivated students for two days of innovation, workshops, and collaboration with top-notch sponsors offering support and expertise. Tackle a challenge and dive into the world of smart cities.",
"name": "HackHPI 25",
"short_name": "HackHPI 2025",
"description": "Explore the future of health at HPI in Potsdam. Join motivated students for two days of innovation, workshops, and collaboration with top-notch sponsors offering support and expertise. Tackle a challenge and dive into the world of health.",
"start_url": "/",
"display": "standalone",
"background_color": "#13101B",
Expand Down
9 changes: 5 additions & 4 deletions src/components/Faq/Faq.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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."
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Gallery/Gallery.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function Gallery() {
{renderImages(secondImages, -150)}
{renderImages(thirdImages, -200)}
<Container sx={{display: "flex", justifyContent: "flex-end"}}>
<Button color={"inherit"} sx={{mt: 3}} onClick={() => setIsGalleryOpen(true)}>View full Gallery</Button>
<Button variant="contained" color={"primary"} sx={{mt: 3}} onClick={() => setIsGalleryOpen(true)}>View full Gallery</Button>
</Container>
<GalleryDialog isOpen={isGalleryOpen} onClose={() => setIsGalleryOpen(false)}/>
</Box>
Expand Down
23 changes: 0 additions & 23 deletions src/components/LandingImage/Countdown.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/Registration/Registration.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ function Registration() {
<Link href={"/privacy"} color={"inherit"}>
privacy policy
</Link>{" "}
for information on how we handle your data and what you rights are.
for information on how we handle your data and what your rights are.
</Typography>
</>
);
Expand Down

0 comments on commit 7a62ec9

Please sign in to comment.