@@ -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,21 +19,23 @@ 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
- < u > GitHub</ u > or < u > Bitbucket</ u > , as a repository for their
24
- personal projects where they were the only participants. So, all
25
- that “branch out and PR review” enriching process was completely
26
- unknown to them. That happened to be a problem either for being
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
27
29
considered for “junior” positions and after being hired because,
28
30
in most cases, their team lead was a very, very busy senior
29
31
developer…
30
32
</ div >
31
33
}
32
- rowOrder = " row-reverse"
33
- image = " /images/svg/square-brackets.svg"
34
+ rowOrder = ' row-reverse'
35
+ image = ' /images/svg/square-brackets.svg'
34
36
color = { primary }
35
37
bgColor = { white }
36
- customInnerClass = " about-content"
38
+ customInnerClass = ' about-content'
37
39
/>
38
40
< TwoColumn
39
41
content = {
@@ -48,17 +50,17 @@ export default function AboutUs() {
48
50
cut it.
49
51
</ div >
50
52
}
51
- image = " /images/svg/open-angle-bracket.svg"
53
+ image = ' /images/svg/open-angle-bracket.svg'
52
54
color = { primary }
53
55
bgColor = { white }
54
- customInnerClass = " about-content"
56
+ customInnerClass = ' about-content'
55
57
/>
56
58
</ Container >
57
59
</ RevealContentContainer >
58
60
59
61
< RevealContentContainer >
60
62
< Container >
61
- < Title title = " Our goals" />
63
+ < Title title = ' Our goals' />
62
64
</ Container >
63
65
</ RevealContentContainer >
64
66
</ div >
0 commit comments