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 #105

Merged
merged 45 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 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
20676f1
Merge branch 'master' of https://github.com/hackupc/new_hackupc into …
carlotacb May 9, 2024
0c95fc1
incibe
carlotacb May 9, 2024
12c6509
New partner updated (#102)
AdriMM26 May 9, 2024
b3a9177
Merge branch 'master' into develop
AdriMM26 May 9, 2024
931639d
Subscribe buttons (#104)
AdriMM26 Aug 15, 2024
256ae8d
Merge branch 'master' into develop
AdriMM26 Aug 16, 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
4 changes: 2 additions & 2 deletions src/app/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,12 @@ export default function Hero() {
</TextsContainer>
<ButtonsContainer>
<SecondaryButton
href="https://live.hackupc.com/"
href="https://hackersatupc.typeform.com/to/WOhCwF8m"
target="_blank"
rel="noopener noreferrer"
width="100%"
>
Check our live page
Subscribe
</SecondaryButton>
</ButtonsContainer>
</HeroContainer>
Expand Down
12 changes: 8 additions & 4 deletions src/app/components/Trailer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
SpacingM,
SpacingS,
} from "@/app/genericComponents/tokens";
import { PrimaryOutlineButton } from "@/app/genericComponents/Buttons";
import { SecondaryButton } from "@/app/genericComponents/Buttons";
import { silom } from "@/app/genericComponents/fonts";
import React from "react";

Expand Down Expand Up @@ -94,9 +94,13 @@ export default function Trailer() {
/>
</VideoWrapper>
<ButtonContainer className={silom.className}>
<PrimaryOutlineButton disabled>
Applications are closed
</PrimaryOutlineButton>
<SecondaryButton
href="https://hackersatupc.typeform.com/to/WOhCwF8m"
target="_blank"
rel="noopener noreferrer"
>
Subscribe
</SecondaryButton>
</ButtonContainer>
</Section>
</SectionBackground>
Expand Down
Loading