From fbea956ddf9324946c1503da9b52337329def52d Mon Sep 17 00:00:00 2001 From: C0NZZ <41445678+C0NZZ@users.noreply.github.com> Date: Thu, 2 Apr 2026 14:05:36 +0200 Subject: [PATCH 1/2] add my linkedin --- src/components/Team/Team.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Team/Team.jsx b/src/components/Team/Team.jsx index c52e6b4..da47864 100644 --- a/src/components/Team/Team.jsx +++ b/src/components/Team/Team.jsx @@ -152,7 +152,7 @@ const teamMembers25 = [ { name: "Constantin Sachse", position: "Team Member", - linkedIn: "", + linkedIn: "constantinsachse", profilePicture: ConstantinSachseProfile2025 }, ] @@ -191,7 +191,7 @@ const teamMembers26 = [ { name: "Constantin Sachse", position: "Team Member", - linkedIn: "", + linkedIn: "constantinsachse", profilePicture: ConstantinSachseProfile2025, }, { From 8eb8d8e88d05443b54ed7839369f1241d24baa0b Mon Sep 17 00:00:00 2001 From: C0NZZ <41445678+C0NZZ@users.noreply.github.com> Date: Thu, 2 Apr 2026 14:25:16 +0200 Subject: [PATCH 2/2] add 2026 time table --- src/components/TimeTable/TimeTable.jsx | 115 ++++++++++++++++++++++--- 1 file changed, 105 insertions(+), 10 deletions(-) diff --git a/src/components/TimeTable/TimeTable.jsx b/src/components/TimeTable/TimeTable.jsx index d8c9ff9..6ee3321 100644 --- a/src/components/TimeTable/TimeTable.jsx +++ b/src/components/TimeTable/TimeTable.jsx @@ -10,19 +10,77 @@ import { KeyboardArrowRight, PlayArrow, Restaurant, + Coffee, + BakeryDining, Stop } from "@mui/icons-material"; import * as React from "react"; import {useState} from "react"; import {IconContainer} from "../Features/Features"; import colorYears from "../Theme/HackHpiColors"; +import { title } from "process"; const dayOneYears = [ - { - year: 2026, - subtitle: "TBA", - dayOne: [], - }, + { + year: 2026, + subtitle: "Friday 10.04", + dayOne: [ + { + time: "09:00 - 11:00", + icon: , + title: "Check-In + Breakfast", + person: "", + }, + { + time: "11:00 - 12:00", + icon: , + title: "Speaker", + person: "", + }, + { + time: "12:00 - 13:00", + icon: , + title: "Challenge Presentation", + person: "", + }, + { + time: "13:00 - 14:00", + icon: , + title: "Lunch", + person: "", + }, + { + time: "14:00 - 15:00", + icon: , + title: "Challenge Input", + person: "optional", + }, + { + time: "14:00 - 13:00 next day (continuously)", + icon: , + title: "Begin Hacking Time", + person: "", + }, + { + time: "16:00 - 17:00", + icon: , + title: "Waffles", + person: "by Cula" + }, + { + time: "19:00 - 20:00", + icon: , + title: "Dinner", + person: "", + }, + { + time: "00:00 - 01:00", + icon: , + title: "Midnight Snack", + person: "", + } + ], + }, { year: 2025, subtitle: "Friday 21.03", @@ -164,11 +222,48 @@ const dayOneYears = [ ] const dayTwoYears = [ - { - year: 2026, - subtitle: "TBA", - dayTwo: [], - }, + { + year: 2026, + subtitle: "Saturday 11.04", + dayTwo: [ + { + time: "08:00 - 09:00", + icon: , + title: "Breakfast", + person: "", + }, + { + time: "09:00 - 11:00", + icon: , + title: "Coffee Cart", + person: "by Quantco", + }, + { + time: "13:00", + icon: , + title: "End Hacking Time", + person: "", + }, + { + time: "13:00 - 14:00", + icon: , + title: "Lunch", + person: "", + }, + { + time: "14:00 - 16:00", + icon: , + title: "Presentations", + person: "", + }, + { + time: "16:00 - 17:00", + icon: , + title: "Awards + Final Words", + person: "", + } + ], + }, { year: 2025, subtitle: "Saturday 22.03",