Skip to content

Commit eb9a199

Browse files
Adjust content and responsiveness
1 parent 6c9941c commit eb9a199

File tree

3 files changed

+25
-29
lines changed

3 files changed

+25
-29
lines changed

pages/about.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Title from '@/components/snippets/Title';
1212
import Container from '@/components/containers/Container';
1313
import Row from '@/components/containers/Row';
1414
import Member from '@/components/containers/Member';
15-
import { whoWeAre } from '../utils/data/about';
15+
import { whoWeAre } from '../utils/about';
1616

1717
export default function AboutUs() {
1818
return (

styles/Member.module.scss

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,14 @@
1010
display: flex;
1111
justify-content: left;
1212
flex-direction: column;
13-
14-
@include small-mobile {
15-
height: 40rem;
16-
width: 100%;
17-
}
13+
width: 100%;
1814

1915
@include tablet {
2016
height: 30rem;
2117
width: 40%;
2218
}
2319

24-
@include desktop {
20+
@include medium-desktop {
2521
min-width: 20%;
2622
max-width: 20%;
2723
margin: 1.5rem;

utils/data/about.js renamed to utils/about.js

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,4 @@
11
export const whoWeAre = [
2-
{
3-
image: '/images/mariana.webp',
4-
name: 'Mariana',
5-
title: 'Project Founder and Team Lead',
6-
position: 'Front-End Developer',
7-
linkedIn: 'mariana-caldas-souza',
8-
portfolio: 'www.marianacaldas.com',
9-
about:
10-
'Mariana is a Front-End developer who strongly believes in the power of sharing knowledge.',
11-
},
12-
{
13-
image: '/images/jana.webp',
14-
name: 'Jana Behfarshad',
15-
title: 'Project Founder',
16-
position: 'Web Developer',
17-
linkedIn: 'jana-behfarshad',
18-
portfolio: '',
19-
about:
20-
"A web dev mum who dreams of teaching her children and others coding. The tech industry is revolving hastily towards creating, inspiring, and contributing to the world. Let's all be a part of it!",
21-
},
222
{
233
image: '/images/kim.webp',
244
name: 'Kimberly Cashwell',
@@ -41,7 +21,7 @@ export const whoWeAre = [
4121
},
4222
{
4323
image: '/images/cheryl.webp',
44-
name: 'Cheryl',
24+
name: 'Cheryl M.',
4525
title: '',
4626
position: 'Full-Stack Developer',
4727
linkedIn: 'cheryl-h-murphy',
@@ -61,12 +41,32 @@ export const whoWeAre = [
6141
},
6242
{
6343
image: '/images/vincent.webp',
64-
name: 'Vincent',
44+
name: 'Vincent Medina',
6545
title: '',
6646
position: 'Web Developer',
6747
linkedIn: 'vincentm5',
6848
portfolio: 'vmcodes.com',
6949
about:
7050
'Vincent is a professional in the IT industry and also a web developer that enjoys contributing to open-source projects in his spare time.',
7151
},
52+
{
53+
image: '/images/jana.webp',
54+
name: 'Jana Behfarshad',
55+
title: 'Project Founder',
56+
position: 'Web Developer',
57+
linkedIn: 'jana-behfarshad',
58+
portfolio: '',
59+
about:
60+
"A web dev mum who dreams of teaching her children and others coding. The tech industry is revolving hastily towards creating, inspiring, and contributing to the world. Let's all be a part of it!",
61+
},
62+
{
63+
image: '/images/mariana.webp',
64+
name: 'Mariana Caldas',
65+
title: 'Project Founder, Team Lead',
66+
position: 'Front-End Developer | Scrum Master',
67+
linkedIn: 'mariana-caldas-souza',
68+
portfolio: 'www.marianacaldas.com',
69+
about:
70+
'Mariana is a Front-End developer who strongly believes in the power of sharing knowledge.',
71+
},
7272
];

0 commit comments

Comments
 (0)