From 6519aee14aecf78822da64e37926a6936e15dae2 Mon Sep 17 00:00:00 2001 From: C0NZZ <41445678+C0NZZ@users.noreply.github.com> Date: Mon, 24 Mar 2025 19:45:47 +0100 Subject: [PATCH 1/4] removed vs code astro config --- .vscode/extensions.json | 4 ---- .vscode/launch.json | 11 ----------- 2 files changed, 15 deletions(-) delete mode 100644 .vscode/extensions.json delete mode 100644 .vscode/launch.json 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" - } - ] -} From 3c2f530e45b7276acdb1b3ea936d80b354d952c0 Mon Sep 17 00:00:00 2001 From: C0NZZ <41445678+C0NZZ@users.noreply.github.com> Date: Tue, 8 Apr 2025 00:04:06 +0200 Subject: [PATCH 2/4] removed the registration form, cleaned up the site --- src/app/page.tsx | 2 +- src/components/Faq/Faq.jsx | 2 +- src/components/LandingImage/LandingImage.jsx | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) 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..a219121 100644 --- a/src/components/LandingImage/LandingImage.jsx +++ b/src/components/LandingImage/LandingImage.jsx @@ -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} @@ -58,7 +59,7 @@ function LandingImage() { - + */} From fd7a91a4fd95860874d032e0b5b9ab4ce4962f94 Mon Sep 17 00:00:00 2001 From: C0NZZ <41445678+C0NZZ@users.noreply.github.com> Date: Sat, 12 Apr 2025 13:47:35 +0200 Subject: [PATCH 3/4] repurpose registration button for photo gallery --- src/components/LandingImage/LandingImage.jsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/LandingImage/LandingImage.jsx b/src/components/LandingImage/LandingImage.jsx index a219121..8d74535 100644 --- a/src/components/LandingImage/LandingImage.jsx +++ b/src/components/LandingImage/LandingImage.jsx @@ -59,7 +59,7 @@ function LandingImage() { - {/* */} + {/* Registration */} + Photo Gallery + From 28107a51756df80b7bd83cc3c5f35037a9a89468 Mon Sep 17 00:00:00 2001 From: Cedric Rische Date: Sat, 12 Apr 2025 14:10:51 +0200 Subject: [PATCH 4/4] Added other icon --- src/components/LandingImage/LandingImage.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/LandingImage/LandingImage.jsx b/src/components/LandingImage/LandingImage.jsx index 8d74535..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"; @@ -68,7 +68,7 @@ function LandingImage() { fontSize: "1rem", }} color={"primary"} - startIcon={
} + startIcon={} onClick={() => // document.getElementById("signupForm").scrollIntoView({ document.getElementById("images").scrollIntoView({