Skip to content

Commit ceb6e9b

Browse files
committed
added our purpose section
1 parent 2c4c759 commit ceb6e9b

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

pages/about.js

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import RevealContentContainer from '@/components/containers/RevealContentContain
22
import TwoColumn from '@/components/containers/TwoColumn';
33
import { white, primary, primaryAccent } from '@/styles/TwoColumn.module.scss';
44
import CardsColumns from '@/components/containers/CardsColumns';
5-
import { Container } from '@/components/containers/Container';
65
import Title from '@/components/snippets/Title';
76

87
export default function AboutUs() {
@@ -92,25 +91,42 @@ export default function AboutUs() {
9291
/>
9392
</RevealContentContainer>
9493
<RevealContentContainer>
95-
<Title
96-
title='Our goals'
97-
/>
94+
<Title title='Our goals' />
9895
<CardsColumns
9996
titles={['1', '2']}
100-
images={[
101-
'/images/join-us.webp',
102-
'/images/volunteer.webp',
103-
]}
104-
altTags={[
105-
'Join the project',
106-
'Volunteer to learn together',
107-
]}
97+
images={['/images/join-us.webp', '/images/volunteer.webp']}
98+
altTags={['Join the project', 'Volunteer to learn together']}
10899
content={[
109100
'To provide a safe space for juniors to learn how to communicate in a simulated professional environment.',
110101
'To offer more detailed tasks (Issues) and help the developer assimilate the logical mindset required in a structured project, under guidance following the industry’s best practices throughout the entire process.',
111102
]}
112103
links={['/about', '/contact']}
113104
linkText={['Learn more', 'Contact us']}
105+
bgColor={primaryAccent}
106+
customInnerClass='our-goals'
107+
/>
108+
</RevealContentContainer>
109+
<RevealContentContainer>
110+
<TwoColumn
111+
title='Our purpose'
112+
content={
113+
<div>
114+
To do so, we’re coding this platform in Next.js. In the short
115+
term, we intend to have a blog where the participants can post
116+
anything related to the web development world.
117+
<br />
118+
<br />
119+
The ultimate purpose though is to make this platform a portal
120+
where Non-Profit Organizations can find support for their web
121+
products. That way, new graduates can gain some experience while
122+
helping a good cause.
123+
</div>
124+
}
125+
rowOrder='row-reverse'
126+
image='/images/svg/semi-colon.svg'
127+
color={primary}
128+
bgColor={white}
129+
customInnerClass='about-content'
114130
/>
115131
</RevealContentContainer>
116132
</div>

public/images/svg/semi-colon.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)