Skip to content

Commit

Permalink
Merge pull request #152 from HackHPI/jury+schedule
Browse files Browse the repository at this point in the history
Jury+schedule
  • Loading branch information
DerCed authored Apr 4, 2024
2 parents 8fcdc66 + 914d6b7 commit 4c6cb7f
Show file tree
Hide file tree
Showing 7 changed files with 121 additions and 21 deletions.
12 changes: 7 additions & 5 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,23 @@ import {Gallery} from "../components/Gallery/Gallery";
import {Faq} from "../components/Faq/Faq";
import Team from "../components/Team/Team";
import Speakers from "../components/Speakers/Speakers";
import Jury from "../components/Jury/Jury";
import {Features} from "../components/Features/Features";
import LandingImage from "../components/LandingImage/LandingImage";
import {Location} from "../components/Location/Location";

export default function Page() {
return (
<>
<LandingImage/>
<LandingImage />
<VerifiedChecker />
<WhatToExpect />
<Features/>
<Features />
<Sponsors />
<Registration/>
<Location/>
<Speakers/>
<Registration />
<Location />
<Speakers />
<Jury />
<TimeTable />
<Gallery />
<Faq />
Expand Down
Binary file added src/assets/images/jury/FlorianBreipohl.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/jury/HolgerRhinow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/jury/MonaGhazi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/jury/SebastianUlm.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 92 additions & 0 deletions src/components/Jury/Jury.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
"use client"
import {Box, Container, Grid, Paper, Stack, Typography, useTheme} from "@mui/material";
import SebastianUlm from "../../assets/images/jury/SebastianUlm.jpg"
import HolgerRhinow from "../../assets/images/jury/HolgerRhinow.png"
import FlorianBreipohl from "../../assets/images/jury/FlorianBreipohl.jpeg"
import MonaGhazi from "../../assets/images/jury/MonaGhazi.png"
import {WindowCard} from "../WindowCard/WindowCard";

const jury = {
primary: [
{
name: "Sebastian Ulm",
position: "Head of Urban Innovation, Climate Tech Hub e.V.",
profilePicture: SebastianUlm.src,
description: "Sebastian built Urban Innovation, a project of the Climate Tech Hub, and has led it since 2021. His career in business development has included working as a consultant on behalf of the German Federal Ministry for Economic Affairs and Energy, for the German Energy Solutions Initiative and the Ministry's market entry program at eclareon GmbH, as well as working at the German-Indonesian Chamber of Industry and Commerce in Jakarta. With many years of experience in international cooperation around the globe, Sebastian builds strong networks between ecosystems to foster exchange and innovation.",
},
{
name: "Dr. Holger Rhinow",
position: "Head of HPI Maker Universe",
profilePicture: HolgerRhinow.src,
description: "Dr. Holger Rhinow is an expert in design thinking and innovation management, currently heading the HPI Maker Universe at the Hasso Plattner Institute, Potsdam. His role involves leading projects, aimed at fostering a vibrant research and innovation environment. With a focus on integrating advanced technologies, Holger’s initiatives provide support for student and researcher projects. Holger has authored numerous publications that delve into the nuances of design thinking, organizational learning, and innovation. He holds a doctorate in from the University of Potsdam.",
},
{
name: "Florian Breipohl",
position: "CEO at EnerKíte",
profilePicture: FlorianBreipohl.src,
description: "As the CEO of EnerKíte Airborne Wind Energy Converters, Florian Breipohl and his team are spearheading the global energy transition. Collaborating with partners from aerospace, industry, and wind energy sectors, EnerKíte aims to revolutionize traditional wind energy infrastructure by substituting conventional turbine towers with sophisticated software systems. Their innovative approach involves harnessing robust, high-altitude winds using kites to generate electricity on the ground. In his capacity within Airborne Wind Europe, Florian Breipohl actively engages with sector companies to craft EU-wide directives facilitating the introduction of airborne wind power systems to the market. This initiative aims to complement existing wind energy infrastructure with decentralized wind power solutions.",
},
{
name: "Mona Ghazi",
position: "Founder of the Neuropreneur Institute",
profilePicture: MonaGhazi.src,
description: "Mona Ghazi is a multiple award-winning entrepreneur and a PhD(c) in neuro-entrepreneurship. She started studying alongside school at 14 and successfully founded her second software company at 18. At 21, she sold Optimo to a leading global logistics company. As a computer scientist, she learned to program her subconscious to be more efficient and relaxed. She now passes on her experience of starting a business, personal development and neuroscience to other entrepreneurial minds.",
},
],
}

function Jury() {
const theme = useTheme();
return (
<Container sx={{paddingBottom: 10, paddingTop: 10}}>
<Typography variant={"h2"} gutterBottom>Jury</Typography>
<Grid container spacing={10}>
<Grid item xs={12} md={12}>
<Stack spacing={3}>
{jury.primary.map(judge => (
<WindowCard elevation={5} key={judge.name}>
<Grid container spacing={5}>
<Grid item xs={12} md={3}>
<Paper sx={{
borderRadius: theme.components.MuiCard.styleOverrides.root.borderRadius,
background: `url(${judge.profilePicture})`,
backgroundPosition: "center",
backgroundSize: "cover",
backgroundColor: "#e0e0e0",
aspectRatio: "1 / 1 !important",
height: "auto",
maxWidth: "100%"
}}
/>
</Grid>
<Grid item xs={12} md={9}>
<Stack spacing={3}>
<Box>
<Typography variant={"h4"}>{judge.name}</Typography>
<Typography variant={"subtitle"} color={"text.disabled"}>
{judge.position}
</Typography>
</Box>
<Typography
sx={{
//display: "-webkit-box",
//"-webkit-box-orient": "vertical",
//"-webkit-line-clamp": "7",
//overflow: "hidden",
//textOverflow: "ellipsis"
}}>
{judge.description}
</Typography>
</Stack>
</Grid>
</Grid>
</WindowCard>
))}
</Stack>
</Grid>
</Grid>
</Container>
)
}

export default Jury;
38 changes: 22 additions & 16 deletions src/components/TimeTable/TimeTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {IconContainer} from "../Features/Features";

const dayOne = [
{
time: "09:10 - 11:00",
time: "09:00 - 11:00",
icon: <ConfirmationNumber/>,
title: "Check-In",
person: "",
Expand Down Expand Up @@ -42,18 +42,30 @@ const dayOne = [
title: "Lunch",
person: "",
},
{
time: "14:00 - 18:00",
icon: <EmojiObjects/>,
title: "Idea-Workshop",
person: "optional",
},
{
time: "14:00 - 13:00 next day (Continuously)",
icon: <PlayArrow/>,
title: "Start Hacking Time",
person: "",
},
{
time: "14:00 - 14:30",
icon: <EmojiObjects/>,
title: "Starwit Challenge Workshop",
person: "optional",
},
{
time: "16:00 - 16:30",
icon: <EmojiObjects/>,
title: "AI Workshop by Axel Springer",
person: "optional",
},
{
time: "18:30 - 19:00",
icon: <EmojiObjects/>,
title: "Pitch Workshop by Axel Springer",
person: "optional",
},
{
time: "18:00 - 19:00",
icon: <Restaurant/>,
Expand All @@ -69,12 +81,6 @@ const dayTwo = [
title: "Breakfast",
person: "",
},
{
time: "09:00 - 10:00",
icon: <EmojiObjects/>,
title: "Pitch-Workshop",
person: "optional",
},
{
time: "13:00",
icon: <Stop/>,
Expand All @@ -88,17 +94,17 @@ const dayTwo = [
person: "",
},
{
time: "14:00 - 16:00",
time: "14:00 - 17:00",
icon: <Campaign/>,
title: "Challenge Presentations",
person: "",
}, {
time: "17:00 - 18:00",
time: "17:00 - 17:15",
icon: <EmojiEvents/>,
title: "Feedback & Awards",
person: "",
}, {
time: "18:00",
time: "17:15",
icon: <Celebration/>,
title: "Drinks & Networking",
person: "",
Expand Down

0 comments on commit 4c6cb7f

Please sign in to comment.