Skip to content

Commit 3c2f530

Browse files
committed
removed the registration form, cleaned up the site
1 parent 6519aee commit 3c2f530

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

src/app/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function Page() {
2222
<Sponsors25/>
2323
<Gallery/>
2424
<Newsletter/>
25-
<Registration />
25+
{/* <Registration /> */}
2626
{/* <Location />*/}
2727
<Speakers/>
2828
<Jury/>

src/components/Faq/Faq.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ let faqs = [
4141
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."
4242
}, {
4343
title: "Where can I stay during the Hackathon?",
44-
text: "This is an all-night Hackathon, meaning that we won't stop until the last one standing. We will provide rooms in which you can sleep or just rest, but you're required to bring your own sleeping bag and air mattress. We're also planning on organizing a couch surfing option from Thursday to Friday for everybody coming early. If you wish to participate in this, whether you want to stay or offer a bed, please note that down when filling in the application form."
44+
text: "This is an all-night Hackathon, meaning that we won't stop until the last one standing. We will provide rooms in which you can sleep or just rest, but you're required to bring your own sleeping bag and air mattress."
4545
}, {
4646
title: "How can I get to the location?",
4747
text: "Take the S7 or RB 23 from Berlin Central Station (\"Berlin Hauptbahnhof\") towards Potsdam and exit at Potsdam Griebnitzsee."

src/components/LandingImage/LandingImage.jsx

+4-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ function LandingImage() {
4949
1000,
5050
"For better treatments", // initially rendered starting point
5151
1000,
52-
`See you in ${Math.round(timeLeft / (24 * 60 * 60 * 1000))} Days!`,
52+
//`See you in ${Math.round(timeLeft / (24 * 60 * 60 * 1000))} Days!`,
53+
`Thank you for joining us!`,
5354
10000,
5455
]}
5556
speed={50}
@@ -58,7 +59,7 @@ function LandingImage() {
5859
</Typography>
5960
</div>
6061
<Stack direction={"row"} spacing={3} useFlexGap flexWrap="wrap">
61-
<Button
62+
{/* <Button
6263
variant={"contained"}
6364
sx={{
6465
borderWidth: "1rem",
@@ -77,7 +78,7 @@ function LandingImage() {
7778
}
7879
>
7980
Registration
80-
</Button>
81+
</Button> */}
8182
<Card
8283
sx={{ height: "3.5rem", justifyContent: "center", display: "flex" }}
8384
>

0 commit comments

Comments
 (0)