Skip to content

Commit ecc7062

Browse files
committed
Merge branch 'main' of github.com:HackHPI/hackhpi.github.io into feature/activate-registration
2 parents 07f4081 + aff55bd commit ecc7062

27 files changed

+958
-227
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

src/app/layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ export default function RootLayout({children,}: { children: React.ReactNode }) {
1111
<head>
1212
<meta charSet="UTF-8"/>
1313
<meta name="viewport" content="width=device-width"/>
14-
<link rel="icon" type="image/png" href="/favicon.png"/>
14+
<link rel="icon" type="image/svg+xml" href="/HackHPI_white.svg"/>
1515
<title>
16-
HackHPI 2024 | tomorrow's reality, today's vision. smart cities edition.
16+
HackHPI 2025 | Health Edition.
1717
</title>
1818
<meta name="theme-color" content="#13101B"/>
1919
<meta name={"description"}
20-
content={"Explore the future of urban living at HPI in Potsdam. Join motivated students for two days of innovation, workshops, and collaboration with top-notch sponsors offering support and expertise. Tackle a challenge and dive into the world of smart cities."}/>
20+
content={"Explore the future of health at HPI in Potsdam. Join motivated students for two days of innovation, workshops, and collaboration with top-notch sponsors offering support and expertise. Tackle a challenge and dive into the world of health."}/>
2121
</head>
2222
<body>
2323
<AppRouterCacheProvider>

src/app/page.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import {VerifiedChecker} from "../components/VerifiedChecker/VerifiedChecker";
22
import WhatToExpect from "../components/WhatToExpect/WhatToExpect";
3-
import Sponsors from "../components/Sponsors/Sponsors";
3+
import Sponsors25 from "../components/Sponsors/Sponsors25";
44
import Newsletter from "../components/Newsletter/Newsletter";
5-
import {TimeTable} from "../components/TimeTable/TimeTable";
65
import {Faq} from "../components/Faq/Faq";
76
import Team from "../components/Team/Team";
87
import Speakers from "../components/Speakers/Speakers";
@@ -19,14 +18,16 @@ export default function Page() {
1918
<VerifiedChecker/>
2019
<WhatToExpect/>
2120
<Features/>
22-
<Sponsors/>
21+
<Sponsors25/>
2322
<Gallery/>
2423
<Newsletter/>
2524
<Registration />
2625
{/* <Location />*/}
2726
<Speakers/>
2827
<Jury/>
29-
<TimeTable/>
28+
{/*
29+
<TimeTable/>
30+
*/}
3031
<Faq/>
3132
<Team/>
3233
</>

src/assets/images/sponsors/berta-rudi_logo_negativ_sw.svg renamed to src/assets/images/sponsors/2024/berta-rudi_logo_negativ_sw.svg

Lines changed: 107 additions & 107 deletions
Loading

0 commit comments

Comments
 (0)