Skip to content

Commit

Permalink
Develop to master → Applications closed, now is live page (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriMM26 authored Apr 30, 2024
1 parent 8c68162 commit 17fc1f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 43 deletions.
18 changes: 3 additions & 15 deletions src/app/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ import {
SpacingXXL,
TitleXXL,
} from "@/app/genericComponents/tokens";
import {
PrimaryButton,
SecondaryButton,
} from "@/app/genericComponents/Buttons";
import { SecondaryButton } from "@/app/genericComponents/Buttons";
import { silom } from "@/app/genericComponents/fonts";

const HeroContainer = styled.div`
Expand Down Expand Up @@ -166,22 +163,13 @@ export default function Hero() {
</TextsContainer>
<ButtonsContainer>
<SecondaryButton
href="https://my.hackupc.com/user/signup/"
href="https://live.hackupc.com/"
target="_blank"
rel="noopener noreferrer"
width="100%"
>
Apply as Hacker
Check our live page
</SecondaryButton>
<PrimaryButton
href="https://my.hackupc.com/user/signup/volunteer/"
target="_blank"
rel="noopener noreferrer"
width="100%"
style={{ marginTop: 0 }}
>
Apply as Volunteer
</PrimaryButton>
</ButtonsContainer>
</HeroContainer>
</div>
Expand Down
8 changes: 1 addition & 7 deletions src/app/components/HowToParticipate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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!
</Text>
<PrimaryOutlineButton
href="https://my.hackupc.com/user/signup/volunteer/"
target="_blank"
rel="noopener noreferrer"
>
Apply as a volunteer
</PrimaryOutlineButton>
<PrimaryOutlineButton disabled>Closed</PrimaryOutlineButton>
</TextContainer>
</RoleBlock>

Expand Down
26 changes: 5 additions & 21 deletions src/app/components/Trailer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ import {
SpacingM,
SpacingS,
} from "@/app/genericComponents/tokens";
import {
PrimaryButton,
SecondaryButton,
} from "@/app/genericComponents/Buttons";
import { PrimaryOutlineButton } from "@/app/genericComponents/Buttons";
import { silom } from "@/app/genericComponents/fonts";
import React from "react";

const VideoWrapper = styled.div`
position: relative;
Expand Down Expand Up @@ -96,23 +94,9 @@ export default function Trailer() {
/>
</VideoWrapper>
<ButtonContainer className={silom.className}>
<SecondaryButton
width={"60%"}
href="https://my.hackupc.com/user/signup/"
target="_blank"
rel="noopener noreferrer"
>
Apply as a hacker
</SecondaryButton>
<PrimaryButton
href="https://my.hackupc.com/user/signup/volunteer/"
target="_blank"
rel="noopener noreferrer"
width={"60%"}
style={{ marginTop: 0 }}
>
Apply as a volunteer
</PrimaryButton>
<PrimaryOutlineButton disabled>
Applications are closed
</PrimaryOutlineButton>
</ButtonContainer>
</Section>
</SectionBackground>
Expand Down

0 comments on commit 17fc1f6

Please sign in to comment.