@@ -6,10 +6,10 @@ import Container from '@/components/containers/Container';
6
6
7
7
export default function AboutUs ( ) {
8
8
return (
9
- < div className = ' about-us' >
9
+ < div className = " about-us" >
10
10
< RevealContentContainer >
11
11
< Container >
12
- < Title title = ' About Web Dev Path' />
12
+ < Title title = " About Web Dev Path" />
13
13
< TwoColumn
14
14
content = {
15
15
< div >
@@ -19,23 +19,36 @@ export default function AboutUs() {
19
19
junior developers, it was evident the lack of practical
20
20
experience with version control in a team dynamic was making
21
21
their integration in a professional environment harder. Most of
22
- those new graduates used a version control feature, such as
23
- < a target = "_blank" href = 'http://www.github.com' rel = "noopener noreferrer" > GitHub</ a > or
24
- < a target = "_blank" href = 'http://www.bitbucket.com' rel = "noopener noreferrer" > Bitbucket</ a > ,
25
- as a repository for their personal projects where they were the
26
- only participants. So, all that “branch out and PR review” enriching
27
- process was completely unknown to them.
28
- That happened to be a problem either for being
29
- considered for “junior” positions and after being hired because,
30
- in most cases, their team lead was a very, very busy senior
31
- developer…
22
+ those new graduates used a version control feature, such
23
+ as
24
+ < a
25
+ target = "_blank"
26
+ href = "http://www.github.com"
27
+ rel = "noopener noreferrer"
28
+ >
29
+ GitHub
30
+ </ a > { ' ' }
31
+ or
32
+ < a
33
+ target = "_blank"
34
+ href = "http://www.bitbucket.com"
35
+ rel = "noopener noreferrer"
36
+ >
37
+ Bitbucket
38
+ </ a >
39
+ , as a repository for their personal projects where they were
40
+ the only participants. So, all that “branch out and PR review”
41
+ enriching process was completely unknown to them. That happened
42
+ to be a problem either for being considered for “junior”
43
+ positions and after being hired because, in most cases, their
44
+ team lead was a very, very busy senior developer…
32
45
</ div >
33
46
}
34
- rowOrder = ' row-reverse'
35
- image = ' /images/svg/square-brackets.svg'
47
+ rowOrder = " row-reverse"
48
+ image = " /images/svg/square-brackets.svg"
36
49
color = { primary }
37
50
bgColor = { white }
38
- customInnerClass = ' about-content'
51
+ customInnerClass = " about-content"
39
52
/>
40
53
< TwoColumn
41
54
content = {
@@ -50,19 +63,19 @@ export default function AboutUs() {
50
63
cut it.
51
64
</ div >
52
65
}
53
- image = ' /images/svg/open-angle-bracket.svg'
66
+ image = " /images/svg/open-angle-bracket.svg"
54
67
color = { primary }
55
68
bgColor = { white }
56
- customInnerClass = ' about-content'
69
+ customInnerClass = " about-content"
57
70
/>
58
71
</ Container >
59
72
</ RevealContentContainer >
60
73
61
- < RevealContentContainer >
74
+ { /* <RevealContentContainer>
62
75
<Container>
63
- < Title title = ' Our goals' />
76
+ <Title title=" Our goals" />
64
77
</Container>
65
- </ RevealContentContainer >
78
+ </RevealContentContainer> */ }
66
79
</ div >
67
80
) ;
68
81
}
0 commit comments