Skip to content

Commit d0b9567

Browse files
committed
New gradient colors, fix landing image, remove db tickets
1 parent 28056b7 commit d0b9567

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

src/components/Faq/Faq.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ let faqs = [
3838
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!"
3939
}, {
4040
title: "Are there any costs for me?",
41-
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."
41+
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."
42+
// TODO: Add 'However, as an attendee, your confirmation email will include a link to our DB Event Ticket to receive a discount when booking via DB.' when confirmed
4243
}, {
4344
title: "Where can I stay during the Hackathon?",
4445
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."

src/components/LandingImage/LandingImage.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ function LandingImage() {
4848
"Revolutionize crop management", // initially rendered starting point,
4949
1000,
5050
"Revolutionize farming tech", // initially rendered starting point
51-
//1000,
51+
1000,
5252
//`See you in ${Math.round(timeLeft / (24 * 60 * 60 * 1000))} Days!`,
5353
//`Thank you for joining us!`,
54-
10000,
54+
// 10000,
5555
]}
5656
speed={50}
5757
repeat={Infinity}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#gradient-canvas {
22
width:100%;
33
height:100%;
4-
--gradient-color-1: #13101b;
5-
--gradient-color-2: #4cc9f0;
6-
--gradient-color-3: #3a0ca3;
7-
--gradient-color-4: #3DA4AB;
4+
--gradient-color-1: #110320;
5+
--gradient-color-2: #0B9D6A;
6+
--gradient-color-3: #3F58FC;
7+
--gradient-color-4: #3FFD6A;
88
}

0 commit comments

Comments
 (0)