diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 22a1505..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "recommendations": ["astro-build.astro-vscode"], - "unwantedRecommendations": [] -} diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index d642209..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "command": "./node_modules/.bin/astro dev", - "name": "Development server", - "request": "launch", - "type": "node-terminal" - } - ] -} diff --git a/src/app/page.tsx b/src/app/page.tsx index dbaeed0..618ef93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,7 +22,7 @@ export default function Page() { - + {/* */} {/* */} diff --git a/src/components/Faq/Faq.jsx b/src/components/Faq/Faq.jsx index 301bf75..210da1a 100644 --- a/src/components/Faq/Faq.jsx +++ b/src/components/Faq/Faq.jsx @@ -41,7 +41,7 @@ let faqs = [ 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." }, { title: "Where can I stay during the Hackathon?", - 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." + 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." }, { title: "How can I get to the location?", text: "Take the S7 or RB 23 from Berlin Central Station (\"Berlin Hauptbahnhof\") towards Potsdam and exit at Potsdam Griebnitzsee." diff --git a/src/components/LandingImage/LandingImage.jsx b/src/components/LandingImage/LandingImage.jsx index e53bf5b..c517537 100644 --- a/src/components/LandingImage/LandingImage.jsx +++ b/src/components/LandingImage/LandingImage.jsx @@ -1,7 +1,7 @@ "use client"; import { Button, Card, Container, Stack, Typography } from "@mui/material"; import { TypeAnimation } from "react-type-animation"; -import { Article, CalendarMonthOutlined } from "@mui/icons-material"; +import {Article, CalendarMonthOutlined, CameraAlt} from "@mui/icons-material"; import { useEffect, useState } from "react"; import { MeshContainer } from "./MeshContainer/MeshContainer"; @@ -49,7 +49,8 @@ function LandingImage() { 1000, "For better treatments", // initially rendered starting point 1000, - `See you in ${Math.round(timeLeft / (24 * 60 * 60 * 1000))} Days!`, + //`See you in ${Math.round(timeLeft / (24 * 60 * 60 * 1000))} Days!`, + `Thank you for joining us!`, 10000, ]} speed={50} @@ -67,16 +68,18 @@ function LandingImage() { fontSize: "1rem", }} color={"primary"} - startIcon={
} + startIcon={} onClick={() => - document.getElementById("signupForm").scrollIntoView({ + // document.getElementById("signupForm").scrollIntoView({ + document.getElementById("images").scrollIntoView({ behavior: "smooth", block: "start", inline: "nearest", }) } > - Registration + {/* Registration */} + Photo Gallery