1
1
import React , { FC } from "react" ;
2
- import { Color } from "../../ styles/colors" ;
3
- import data from "../../ data/2024.json" ;
2
+ import { Color } from "@ styles/colors" ;
3
+ import data from "@ data/2024.json" ;
4
4
import { styled } from "styled-components" ;
5
- import { BIG_BREAKPOINT } from "../../ constants/BreakPoints" ;
5
+ import { BIG_BREAKPOINT } from "@ constants/BreakPoints" ;
6
6
import { Link } from "react-router" ;
7
- import {
8
- ROUTE_CODE_OF_CONDUCT ,
9
- ROUTE_CONDITIONS ,
10
- } from "../../constants/routes" ;
11
- import { useDocumentTitleUpdater } from "../../hooks/useDocumentTitleUpdate" ;
7
+ import { ROUTE_CODE_OF_CONDUCT , ROUTE_CONDITIONS } from "@constants/routes" ;
8
+ import { useDocumentTitleUpdater } from "@hooks/useDocumentTitleUpdate" ;
12
9
13
10
const StyledSection = styled . section `
14
- {
15
11
padding-top: 48px;
16
- }
17
12
18
13
.top {
19
14
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
@@ -37,26 +32,28 @@ const StyledWave = styled.section`
37
32
` ;
38
33
39
34
const StyledLogo = styled . img `
40
- {
41
35
max-width: 30vw;
42
36
flex: 2 1 auto;
43
37
padding-bottom: 50px;
44
- }
38
+
45
39
@media only screen and (max-width: ${ BIG_BREAKPOINT } px) {
46
40
padding-bottom: 20px;
47
41
max-width: 65vw;
48
42
}
49
43
` ;
50
44
51
45
const Heading = styled . h1 `
46
+ margin-top: 2rem;
47
+ font-family: "Square 721 Regular", sans-serif;
52
48
color: ${ Color . WHITE } ;
53
49
font-size: 2.5em;
54
50
` ;
55
51
56
52
const StyledP = styled . p `
57
53
text-align: justify;
58
54
color: ${ Color . DARK_BLUE } ;
59
- margin: 15px 3%;
55
+ margin: 2rem auto;
56
+ max-width: 70vw;
60
57
61
58
@media (max-width: ${ BIG_BREAKPOINT } px) {
62
59
margin: 15px 10%;
@@ -82,7 +79,8 @@ const FlexDiv = styled.div`
82
79
const StyledParagraph = styled . section `
83
80
text-align: left;
84
81
color: ${ Color . DARK_BLUE } ;
85
- margin: 15px 3%;
82
+ margin: 1rem auto;
83
+ max-width: 70vw;
86
84
87
85
h2 {
88
86
padding-bottom: 15px;
@@ -125,18 +123,18 @@ const Diversity: FC<React.PropsWithChildren<unknown>> = () => {
125
123
126
124
< StyledP >
127
125
We must thank{ " " }
128
- < a href = "https://careers.ocadogroup.com/where-we-are/europe/development-centre-barcelona?utm_source=event & utm_medium = other & utm_campaign = ot_event_bcn_devbcn_website " >
129
- Ocado
130
- </ a > { " " }
126
+ < strong >
127
+ < a href = "https://nubank.com.br/" > NUBANK </ a >
128
+ </ strong > { " " }
131
129
for making this possible!
132
130
</ StyledP >
133
131
< FlexDiv >
134
132
< a
135
- href = "https://careers.ocadogroup. com/where-we-are/europe/development-centre-barcelona?utm_source=event & utm_medium = other & utm_campaign = ot_event_bcn_devbcn_website "
133
+ href = "https://nubank. com.br/ "
136
134
target = "_blank"
137
135
rel = "noreferrer noopener"
138
136
>
139
- < StyledLogo alt = "Ocado " src = "images/sponsors/ocado.png " />
137
+ < StyledLogo alt = "NUBANK " src = "/ images/sponsors/datomic.svg " />
140
138
</ a >
141
139
</ FlexDiv >
142
140
< >
@@ -170,7 +168,7 @@ const Diversity: FC<React.PropsWithChildren<unknown>> = () => {
170
168
< a
171
169
rel = "noreferrer"
172
170
target = "_blank"
173
- href = "https://docs.google.com/forms/d/e/1FAIpQLSdyRqQkh2iRD_QxzAwodIM1cXmO_Q4hNGojXnFli-crob2QUQ /viewform"
171
+ href = "https://docs.google.com/forms/d/e/1FAIpQLSdvMulz0x6epQUZl7rQr0JsrOp0eRtY1IYwp2sXPCqlAH9WzA /viewform?usp=sharing & ouid = 111571095373139083277 "
174
172
>
175
173
application form
176
174
</ a > { " " }
0 commit comments