From d3c000e70e937e0773f25c358fcfc3c058675f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adria=CC=80=20Marti=CC=81nez?= Date: Tue, 30 Apr 2024 19:41:47 +0200 Subject: [PATCH 1/5] Buttons closed --- src/app/components/Hero.tsx | 22 +++++----------------- src/app/components/HowToParticipate.tsx | 8 +------- src/app/components/Trailer.tsx | 22 +++++----------------- 3 files changed, 11 insertions(+), 41 deletions(-) diff --git a/src/app/components/Hero.tsx b/src/app/components/Hero.tsx index 3341a50..504d1dc 100644 --- a/src/app/components/Hero.tsx +++ b/src/app/components/Hero.tsx @@ -16,8 +16,10 @@ import { import { PrimaryButton, SecondaryButton, + SecondaryOutlineButton, } from "@/app/genericComponents/Buttons"; import { silom } from "@/app/genericComponents/fonts"; +import React from "react"; const HeroContainer = styled.div` display: flex; @@ -165,23 +167,9 @@ export default function Hero() { May 3-5 2024 – 36 H - - Apply as Hacker - - - Apply as Volunteer - + + Applications Closed + diff --git a/src/app/components/HowToParticipate.tsx b/src/app/components/HowToParticipate.tsx index cc06046..80ab9f9 100644 --- a/src/app/components/HowToParticipate.tsx +++ b/src/app/components/HowToParticipate.tsx @@ -134,13 +134,7 @@ export default function HowToParticipate() { to know how this amazing event works from the inside, meet amazing people and live a great experience! - - Apply as a volunteer - + Closed diff --git a/src/app/components/Trailer.tsx b/src/app/components/Trailer.tsx index 0a1ea28..5499eed 100644 --- a/src/app/components/Trailer.tsx +++ b/src/app/components/Trailer.tsx @@ -9,8 +9,10 @@ import { import { PrimaryButton, SecondaryButton, + SecondaryOutlineButton, } from "@/app/genericComponents/Buttons"; import { silom } from "@/app/genericComponents/fonts"; +import React from "react"; const VideoWrapper = styled.div` position: relative; @@ -96,23 +98,9 @@ export default function Trailer() { /> - - Apply as a hacker - - - Apply as a volunteer - + + Applications Closed + From 98823ea3dc7b29088905c2ecfede4a648c367b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adria=CC=80=20Marti=CC=81nez?= Date: Tue, 30 Apr 2024 19:51:22 +0200 Subject: [PATCH 2/5] Lint check --- src/app/components/Hero.tsx | 6 +----- src/app/components/Trailer.tsx | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/app/components/Hero.tsx b/src/app/components/Hero.tsx index 504d1dc..7c94d8e 100644 --- a/src/app/components/Hero.tsx +++ b/src/app/components/Hero.tsx @@ -13,11 +13,7 @@ import { SpacingXXL, TitleXXL, } from "@/app/genericComponents/tokens"; -import { - PrimaryButton, - SecondaryButton, - SecondaryOutlineButton, -} from "@/app/genericComponents/Buttons"; +import { SecondaryOutlineButton } from "@/app/genericComponents/Buttons"; import { silom } from "@/app/genericComponents/fonts"; import React from "react"; diff --git a/src/app/components/Trailer.tsx b/src/app/components/Trailer.tsx index 5499eed..822a041 100644 --- a/src/app/components/Trailer.tsx +++ b/src/app/components/Trailer.tsx @@ -6,11 +6,7 @@ import { SpacingM, SpacingS, } from "@/app/genericComponents/tokens"; -import { - PrimaryButton, - SecondaryButton, - SecondaryOutlineButton, -} from "@/app/genericComponents/Buttons"; +import { SecondaryOutlineButton } from "@/app/genericComponents/Buttons"; import { silom } from "@/app/genericComponents/fonts"; import React from "react"; From 7bfdaf2f11c421f97465b0680ebbad7678667610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adria=CC=80=20Marti=CC=81nez?= Date: Tue, 30 Apr 2024 23:55:23 +0200 Subject: [PATCH 3/5] Live added to apply button --- src/app/components/Hero.tsx | 14 +++++++++----- src/app/components/Trailer.tsx | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/app/components/Hero.tsx b/src/app/components/Hero.tsx index 7c94d8e..fd75c48 100644 --- a/src/app/components/Hero.tsx +++ b/src/app/components/Hero.tsx @@ -13,9 +13,8 @@ import { SpacingXXL, TitleXXL, } from "@/app/genericComponents/tokens"; -import { SecondaryOutlineButton } from "@/app/genericComponents/Buttons"; +import { SecondaryButton } from "@/app/genericComponents/Buttons"; import { silom } from "@/app/genericComponents/fonts"; -import React from "react"; const HeroContainer = styled.div` display: flex; @@ -163,9 +162,14 @@ export default function Hero() { May 3-5 2024 – 36 H - - Applications Closed - + + Check our live page + diff --git a/src/app/components/Trailer.tsx b/src/app/components/Trailer.tsx index 822a041..908b5f3 100644 --- a/src/app/components/Trailer.tsx +++ b/src/app/components/Trailer.tsx @@ -95,7 +95,7 @@ export default function Trailer() { - Applications Closed + Applications are closed From bf9ef7c29f753e70768514290473dc434db23fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adria=CC=80=20Marti=CC=81nez?= Date: Wed, 1 May 2024 00:06:25 +0200 Subject: [PATCH 4/5] Change style --- src/app/components/Trailer.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/components/Trailer.tsx b/src/app/components/Trailer.tsx index 908b5f3..918a85e 100644 --- a/src/app/components/Trailer.tsx +++ b/src/app/components/Trailer.tsx @@ -6,7 +6,7 @@ import { SpacingM, SpacingS, } from "@/app/genericComponents/tokens"; -import { SecondaryOutlineButton } from "@/app/genericComponents/Buttons"; +import { PrimaryOutlineButton } from "@/app/genericComponents/Buttons"; import { silom } from "@/app/genericComponents/fonts"; import React from "react"; @@ -94,9 +94,9 @@ export default function Trailer() { /> - + Applications are closed - + From 0d7a351408c6c818af2e85b179fda1cf2787214d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adria=CC=80=20Marti=CC=81nez?= Date: Wed, 1 May 2024 00:11:34 +0200 Subject: [PATCH 5/5] Change styles --- src/app/components/HowToParticipate.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/HowToParticipate.tsx b/src/app/components/HowToParticipate.tsx index 80ab9f9..e965fc7 100644 --- a/src/app/components/HowToParticipate.tsx +++ b/src/app/components/HowToParticipate.tsx @@ -134,7 +134,7 @@ export default function HowToParticipate() { to know how this amazing event works from the inside, meet amazing people and live a great experience! - Closed + Closed