Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sections/Grants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Grants = () => {
<div className="p-5 w-full flex justify-center items-center md:w-96 flex-col gap-4">
<Text textType="sub_title">Academic Grant</Text>
<Text>For all curious learners and educators</Text>
<Button buttonType={"cta"} asChild className="w-fit">
<Button disabled buttonType={"cta"} asChild className="w-fit">
<Link
href={"https://tally.so/r/3xqKxJ"}
target="_blank"
Expand All @@ -41,7 +41,7 @@ const Grants = () => {
<div className="p-5 w-full flex justify-center items-center md:w-96 flex-col gap-4">
<Text textType="sub_title">Builder Grant</Text>
<Text>For all the innovative trailblazers</Text>
<Button buttonType={"cta"} asChild className="w-fit">
<Button disabled buttonType={"cta"} asChild className="w-fit">
<Link
href={"https://tally.so/r/3Njk5W"}
target="_blank"
Expand Down
2 changes: 1 addition & 1 deletion sections/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Hero = () => {
</Text>
</div>
<div className="flex flex-col items-center gap-1">
<Button buttonType={"cta"} asChild>
<Button buttonType={"cta"} asChild disabled>
<Link
href={"https://tum-blockchain-conference-25.eventbrite.de"}
>
Expand Down
26 changes: 19 additions & 7 deletions sections/Statistic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,45 +9,57 @@ const Statistic = () => {
>
<div className={"flex flex-col items-center"}>
<Text textType={"sub_title"} className={""}>
Last Year Statistic
This Year's Statistics
</Text>
<div className={"flex flex-col items-center lg:flex-row gap-12 mt-12"}>
<div className={"flex flex-col gap-2 items-center lg:items-center"}>
<Text className={""} textType={"sub_hero"}>
1000+
1100+
</Text>
<Text textType={"sub_title"}>Attendees</Text>
</div>
<div className={"flex flex-col gap-2 items-center lg:items-center"}>
<Text className={""} textType={"sub_hero"}>
150+
125+
</Text>
<Text textType={"sub_title"}>Speakers</Text>
</div>
<div className={"flex flex-col gap-2 items-center lg:items-center"}>
<Text className={""} textType={"sub_hero"}>
23
18
</Text>
<Text textType={"sub_title"}>Sponsors</Text>
</div>
<div className={"flex flex-col gap-2 items-center lg:items-center"}>
<Text className={""} textType={"sub_hero"}>
83
57
</Text>
<Text textType={"sub_title"}>Talks</Text>
</div>
<div className={"flex flex-col gap-2 items-center lg:items-center"}>
<Text className={""} textType={"sub_hero"}>
20
12
</Text>
<Text textType={"sub_title"}>Panels</Text>
</div>
<div className={"flex flex-col gap-2 items-center lg:items-center"}>
<Text className={""} textType={"sub_hero"}>
7
4
</Text>
<Text textType={"sub_title"}>Workshops</Text>
</div>
<div className={"flex flex-col gap-2 items-center lg:items-center"}>
<Text className={""} textType={"sub_hero"}>
1
</Text>
<Text textType={"sub_title"}>Ideathon</Text>
</div>
<div className={"flex flex-col gap-2 items-center lg:items-center"}>
<Text className={""} textType={"sub_hero"}>
1
</Text>
<Text textType={"sub_title"}>Researchathon</Text>
</div>
</div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion sections/Tickets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Tickets = () => {
</div>
</div>
<div className="w-full flex justify-center mt-20">
<Button buttonType={"cta"} asChild>
<Button buttonType={"cta"} asChild disabled>
<Link href={"https://tum-blockchain-conference-25.eventbrite.de"}>
Tickets
</Link>
Expand Down
2 changes: 1 addition & 1 deletion sections/Video.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Video = () => {
style={{ aspectRatio: "16 / 9" }}
>
<iframe
src="https://www.youtube-nocookie.com/embed/u6X9xXLnFQU"
src="https://www.youtube-nocookie.com/embed/jcm7LlyuKss"
title="YouTube video player"
className="w-full h-full glow cta-border"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
Expand Down