Skip to content

Commit 843b72f

Browse files
committed
set up content and svgs
1 parent 4185245 commit 843b72f

File tree

3 files changed

+75
-44
lines changed

3 files changed

+75
-44
lines changed

pages/about.js

Lines changed: 41 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import RevealContentContainer from '@/components/containers/RevealContentContainer';
2-
import Title from '@/components/snippets/Title';
2+
// import Title from '@/components/snippets/Title';
33
import TwoColumn from '@/components/containers/TwoColumn';
44
import { white, primary, primaryAccent } from '@/styles/TwoColumn.module.scss';
55
import Container from '@/components/containers/Container';
@@ -10,45 +10,39 @@ export default function AboutUs() {
1010
<RevealContentContainer>
1111
{/* ================================OUR BACKGROUND SECTION============== */}
1212
{/* <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+
/>
3534
{/* </Container> */}
3635
{/* ================================OUR BACKGROUND SECTION============== */}
3736
</RevealContentContainer>
3837

3938
<RevealContentContainer>
4039
<Container>
41-
<Title title='About Web Dev Path' />
40+
{/* <Title title='Peer reviews' /> */}
4241
<TwoColumn
42+
title='Peer reviews'
4343
content={
4444
<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
5246
as&nbsp;
5347
<a
5448
target='_blank'
@@ -67,32 +61,37 @@ export default function AboutUs() {
6761
</a>
6862
, as a repository for their personal projects where they were
6963
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…
7470
</div>
7571
}
7672
rowOrder='row-reverse'
77-
image='/images/svg/square-brackets.svg'
73+
image='/images/svg/open-angle-bracket.svg'
7874
color={primary}
7975
bgColor={white}
8076
customInnerClass='about-content'
8177
/>
8278
<TwoColumn
79+
title='Version control'
8380
content={
8481
<div>
8582
Another problem found out is that collaborating with open-source
8683
projects, the way it is possible to gain some version control
8784
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.
9392
</div>
9493
}
95-
image='/images/svg/open-angle-bracket.svg'
94+
image='/images/svg/close-angle-bracket.svg'
9695
color={primary}
9796
bgColor={white}
9897
customInnerClass='about-content'
Lines changed: 17 additions & 0 deletions
Loading
Lines changed: 17 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)