Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop to master → Applications closed, now is live page #100

Merged
merged 39 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
0fbb7c7
Now sections have links (#47)
carlotacb Mar 9, 2024
b84a1b9
Update develop (#51)
AdriMM26 Mar 19, 2024
8d091c0
New Partner - Coeinf (#53)
AdriMM26 Mar 24, 2024
10836b7
Reconstruct develop (#55)
AdriMM26 Mar 24, 2024
9bec914
Merge branch 'master' into develop
AdriMM26 Mar 24, 2024
1f281c1
New partner - Frit Ravich (#56)
carlotacb Mar 25, 2024
ecd148f
Merge branch 'master' of https://github.com/hackupc/new_hackupc into …
carlotacb Mar 25, 2024
a32e35b
Close mentor applications button (#58)
carlotacb Mar 26, 2024
de3e35c
New Sponsor: InditexTech (#46)
AdriMM26 Mar 27, 2024
1f8b178
Cocacola (#60)
carlotacb Mar 27, 2024
23e4224
New sponsor: Intersystems (#64)
carlotacb Mar 27, 2024
81b710c
New sponsor: TravelPerk (#66)
carlotacb Mar 29, 2024
5110343
add new unrevealed
carlotacb Mar 29, 2024
1370384
Develop to master (#67)
carlotacb Mar 29, 2024
23559df
Merge branch 'master' of https://github.com/hackupc/new_hackupc into …
carlotacb Mar 29, 2024
53ee94f
TravelPerk to white (#69)
carlotacb Mar 29, 2024
2c04a9f
Merge branch 'master' into develop
carlotacb Mar 29, 2024
da7c547
change color
carlotacb Mar 29, 2024
0c83500
Merge branch 'master' of https://github.com/hackupc/new_hackupc into …
carlotacb Apr 1, 2024
8bff50b
New sponsor: Bluetab (#73)
carlotacb Apr 1, 2024
72d9fdf
New sponsor: IThinkUPC (#75)
carlotacb Apr 2, 2024
285d77e
New partner: Incapto (#77)
carlotacb Apr 2, 2024
6d3e827
New partner: Nestlé (#79)
carlotacb Apr 7, 2024
45950e0
Merge branch 'master' into develop
carlotacb Apr 7, 2024
1017417
Changed data from the travel reimbursement policies (#81)
carlotacb Apr 11, 2024
383cb14
Merge branch 'master' into develop
carlotacb Apr 11, 2024
e4cf1a1
New sponsor: Vueling (#83)
carlotacb Apr 12, 2024
a5a913e
Trailer es una realitat (#85)
carlotacb Apr 16, 2024
529b9b2
New sponsor: Seidor (#87)
carlotacb Apr 17, 2024
c1530b4
Merge branch 'master' into develop
AdriMM26 Apr 17, 2024
0253d8d
Live is live (#89)
carlotacb Apr 18, 2024
bd7f859
New sponsor: ESA (#91)
carlotacb Apr 19, 2024
1ea932c
Merge branch 'master' into develop
carlotacb Apr 19, 2024
8089dc5
NEW PARTNER: Cacaolat (#93)
carlotacb Apr 25, 2024
5f9971c
embla version. td: fix errors and orbit style (#72)
aacraf Apr 26, 2024
61611f7
New Partners: Rise and Replexica (#97)
carlotacb Apr 29, 2024
d815c4e
Merge branch 'master' into develop
carlotacb Apr 29, 2024
60de88c
Buttons applications closed (#99)
AdriMM26 Apr 30, 2024
87111de
Merge branch 'master' into develop
AdriMM26 Apr 30, 2024
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
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
Loading