Skip to content

Commit f04b090

Browse files
authored
Merge pull request #156 from HackHPI/feature/hw-2-create-new-header-2
Update To Health
2 parents 501945e + f567f4d commit f04b090

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";
@@ -18,14 +17,16 @@ export default function Page() {
1817
<VerifiedChecker/>
1918
<WhatToExpect/>
2019
<Features/>
21-
<Sponsors/>
20+
<Sponsors25/>
2221
<Gallery/>
2322
<Newsletter/>
2423
{/*<Registration />
2524
<Location />*/}
2625
<Speakers/>
2726
<Jury/>
28-
<TimeTable/>
27+
{/*
28+
<TimeTable/>
29+
*/}
2930
<Faq/>
3031
<Team/>
3132
</>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

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
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)