1
1
import RevealContentContainer from '@/components/containers/RevealContentContainer' ;
2
- import Title from '@/components/snippets/Title' ;
2
+ // import Title from '@/components/snippets/Title';
3
3
import TwoColumn from '@/components/containers/TwoColumn' ;
4
4
import { white , primary , primaryAccent } from '@/styles/TwoColumn.module.scss' ;
5
5
import Container from '@/components/containers/Container' ;
@@ -10,45 +10,39 @@ export default function AboutUs() {
10
10
< RevealContentContainer >
11
11
{ /* ================================OUR BACKGROUND SECTION============== */ }
12
12
{ /* <Container> */ }
13
- { /* <Title title='Our background' /> */ }
14
- < TwoColumn
15
- title = "Our background"
16
- content = {
17
- < div >
18
- The Web Dev Path project was idealized in 2020 in consequence of
19
- many conversations with aspirant web developers as well as by
20
- considering some personal experiences.
21
- < br />
22
- < br />
23
- When talking to other junior developers, it was evident the lack
24
- of practical experience with version control in a team dynamic
25
- was making their integration in a professional environment
26
- harder.
27
- </ div >
28
- }
29
- rowOrder = 'row'
30
- image = '/images/svg/square-brackets.svg'
31
- color = { primary }
32
- bgColor = { primaryAccent }
33
- customInnerClass = 'our-background'
34
- />
13
+ { /* <Title title='Our background' /> */ }
14
+ < TwoColumn
15
+ title = 'Our background'
16
+ content = {
17
+ < div >
18
+ The Web Dev Path project was idealized in 2020 in consequence of
19
+ many conversations with aspirant web developers as well as by
20
+ considering some personal experiences.
21
+ < br />
22
+ < br />
23
+ When talking to other junior developers, it was evident the lack
24
+ of practical experience with version control in a team dynamic was
25
+ making their integration in a professional environment harder.
26
+ </ div >
27
+ }
28
+ rowOrder = 'row'
29
+ image = '/images/svg/square-brackets.svg'
30
+ color = { primary }
31
+ bgColor = { primaryAccent }
32
+ customInnerClass = 'our-background'
33
+ />
35
34
{ /* </Container> */ }
36
35
{ /* ================================OUR BACKGROUND SECTION============== */ }
37
36
</ RevealContentContainer >
38
37
39
38
< RevealContentContainer >
40
39
< Container >
41
- < Title title = 'About Web Dev Path ' />
40
+ { /* <Title title='Peer reviews ' /> */ }
42
41
< TwoColumn
42
+ title = 'Peer reviews'
43
43
content = {
44
44
< div >
45
- The Web Dev Path project was idealized in 2020 in consequence of
46
- many conversations with aspirant web developers as well as by
47
- considering some personal experiences. When talking to other
48
- junior developers, it was evident the lack of practical
49
- experience with version control in a team dynamic was making
50
- their integration in a professional environment harder. Most of
51
- those new graduates used a version control feature, such
45
+ Most of those new graduates used a version control feature, such
52
46
as
53
47
< a
54
48
target = '_blank'
@@ -67,32 +61,37 @@ export default function AboutUs() {
67
61
</ a >
68
62
, as a repository for their personal projects where they were
69
63
the only participants. So, all that “branch out and PR review”
70
- enriching process was completely unknown to them. That happened
71
- to be a problem either for being considered for “junior”
72
- positions and after being hired because, in most cases, their
73
- team lead was a very, very busy senior developer…
64
+ enriching process was completely unknown to them.
65
+ < br />
66
+ < br />
67
+ That happened to be a problem either for being considered for
68
+ “junior” positions and after being hired because, in most cases,
69
+ their team lead was a very, very busy senior developer…
74
70
</ div >
75
71
}
76
72
rowOrder = 'row-reverse'
77
- image = '/images/svg/square-brackets .svg'
73
+ image = '/images/svg/open-angle-bracket .svg'
78
74
color = { primary }
79
75
bgColor = { white }
80
76
customInnerClass = 'about-content'
81
77
/>
82
78
< TwoColumn
79
+ title = 'Version control'
83
80
content = {
84
81
< div >
85
82
Another problem found out is that collaborating with open-source
86
83
projects, the way it is possible to gain some version control
87
84
experience, can be quite intimidating since there isn’t a clear
88
- mentoring aspect. It can take years for someone to develop “a
89
- logic mindset” that allows solving a problem by using a
90
- programming language, so just going to an open-source project
91
- with a list of available tasks that don’t make any sense won’t
92
- cut it.
85
+ mentoring aspect.
86
+ < br />
87
+ < br />
88
+ It can take years for someone to develop “a logic mindset” that
89
+ allows solving a problem by using a programming language, so
90
+ just going to an open-source project with a list of available
91
+ tasks that don’t make any sense won’t cut it.
93
92
</ div >
94
93
}
95
- image = '/images/svg/open -angle-bracket.svg'
94
+ image = '/images/svg/close -angle-bracket.svg'
96
95
color = { primary }
97
96
bgColor = { white }
98
97
customInnerClass = 'about-content'
0 commit comments