Skip to content

Commit

Permalink
Buttons closed
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrià Martínez committed Apr 30, 2024
1 parent d815c4e commit d3c000e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 41 deletions.
22 changes: 5 additions & 17 deletions src/app/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -165,23 +167,9 @@ export default function Hero() {
<HackUPCDates>May 3-5 2024 – 36 H</HackUPCDates>
</TextsContainer>
<ButtonsContainer>
<SecondaryButton
href="https://my.hackupc.com/user/#/"
target="_blank"
rel="noopener noreferrer"
width="100%"
>
Apply as Hacker
</SecondaryButton>
<PrimaryButton
href="https://my.hackupc.com/user/#/volunteer/"
target="_blank"
rel="noopener noreferrer"
width="100%"
style={{ marginTop: 0 }}
>
Apply as Volunteer
</PrimaryButton>
<SecondaryOutlineButton disabled>
Applications Closed
</SecondaryOutlineButton>
</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/#/volunteer/"
target="_blank"
rel="noopener noreferrer"
>
Apply as a volunteer
</PrimaryOutlineButton>
<SecondaryOutlineButton disabled>Closed</SecondaryOutlineButton>
</TextContainer>
</RoleBlock>

Expand Down
22 changes: 5 additions & 17 deletions src/app/components/Trailer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -96,23 +98,9 @@ export default function Trailer() {
/>
</VideoWrapper>
<ButtonContainer className={silom.className}>
<SecondaryButton
width={"60%"}
href="https://my.hackupc.com/user/#/"
target="_blank"
rel="noopener noreferrer"
>
Apply as a hacker
</SecondaryButton>
<PrimaryButton
href="https://my.hackupc.com/user/#/volunteer/"
target="_blank"
rel="noopener noreferrer"
width={"60%"}
style={{ marginTop: 0 }}
>
Apply as a volunteer
</PrimaryButton>
<SecondaryOutlineButton disabled>
Applications Closed
</SecondaryOutlineButton>
</ButtonContainer>
</Section>
</SectionBackground>
Expand Down

0 comments on commit d3c000e

Please # to comment.