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, }, { 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",