-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathabout.js
155 lines (155 loc) · 5.77 KB
/
about.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
export const whoWeAre = [
{
image: '/images/kim.webp',
name: 'Kimberly Cashwell',
title: '',
position: 'UI/UX',
linkedIn: 'kimcashwell',
portfolio: 'www.kimcashwell.com',
about:
'Kim loves to design interfaces with the purpose of helping people. She enjoys solving problems with UX and is always learning a new tool or concept.',
},
{
image: '/images/camila.webp',
name: 'Camila Santos',
title: '',
position: 'UI/UX',
linkedIn: 'letsgocami',
portfolio: 'www.behance.net/letsgocami',
about:
'Camila is a UI Designer who loves traveling and is passionate about all parts of the creative process. She believes that creating layouts is a team collaboration work process.',
},
{
image: '/images/cheryl.webp',
name: 'Cheryl M.',
title: '',
devtoId: 487202,
position: 'Full-Stack Developer',
linkedIn: 'cheryl-h-murphy',
portfolio: '',
about:
'Cheryl is a Full-Stack web and mobile developer who loves learning and creating tools to make life easier and improve efficiency. She also enjoys problem-solving and helping new developers',
},
{
image: '/images/klesta.webp',
name: 'Klesta Luli',
title: '',
devtoId: 897608,
devtoSummary:
'Front End software developer - love weightlifting, hiking, Sudoku puzzles, travel, volunteering.',
position: 'Front-End Developer',
linkedIn: 'klestaluli',
portfolio: 'www.klesdev.com',
about:
'Klesta is a Front-End developer who enjoys merging creative and technical skills to provide useful tools people can use to make their lives easier.',
},
{
image: '/images/vincent.webp',
name: 'Vincent Medina',
title: '',
devtoId: 1046789,
position: 'Web Developer',
linkedIn: 'vincentm5',
portfolio: 'vmcodes.com',
about:
'Vincent is a professional in the IT industry and also a web developer that enjoys contributing to open-source projects in his spare time.',
},
{
image: '/images/bernardo.webp',
name: 'Bernardo Coutinho',
title: '',
position: 'Full-Stack Developer',
linkedIn: 'bernardo-coutinho',
portfolio: '',
about:
'Bernardo is a Full-Stack Android and web developer who is always eager to learn and explore new technologies, constantly seeking ways to enhance his projects.',
},
{
image: '/images/satoshi.webp',
name: 'Satoshi Shirosaka',
title: '',
devtoId: 1212360,
devtoSummary:
'Satoshi is a full-stack developer, who is looking for opportunities to learn something new. He enjoys collaborating with other developers. Passionate for Open Source projects.',
position: 'Full-Stack Developer',
linkedIn: 'satoshi-89bb58a8',
portfolio: 'www.satoshis-developer.xyz',
about:
'Satoshi is a Full-Stack developer, who is looking for opportunities to learn something new. He enjoys collaborating with other developers.',
},
{
image: '/images/lucas.webp',
name: 'Lucas Silva',
title: '',
position: 'Full-Stack Developer',
linkedIn: 'lucas-assuncao-silva',
portfolio: '',
about:
'Lucas is a Full-Stack developer who loves learning about new technologies and helping others. He also loves the power of data, how it can be used to solve real problems, and is always learning about AI/ML.',
},
{
image: '/images/tony.webp',
name: 'Tony Kieling',
title: '',
position: 'Full-Stack Developer',
linkedIn: 'tony-kieling',
portfolio: 'tkwebdev.ca',
about:
'Tony is a Software Engineer with a knack for Javascript ecosystems, particularly React and Node.js. His motivation lies in building solutions that make a difference.',
},
{
image: '/images/igor.webp',
name: 'Igor Navega',
title: '',
position: 'Business Analyst',
linkedIn: 'igorjuliassenavega',
portfolio: '',
about:
'Digital Marketing Analyst with a decade of expertise transitioned to Data Analyst. Proud to contribute as a Business Analyst, continually learning and growing.',
},
{
image: '/images/kaz.webp',
name: 'Kaz Smino',
title: '',
position: 'Full-Stack Developer',
linkedIn: 'kaz-smino',
portfolio: '',
about:
'Kaz is a dedicated Full-Stack Developer with a keen interest in Test-Driven Development (TDD) and automated testing. He thrives on learning and expanding his skill set, particularly in areas that enhance code quality and efficiency. He values teamwork and enjoys the synergy of working alongside other passionate developers.',
},
{
image: '/images/faith.webp',
name: 'Faith Nchifor',
title: '',
position: 'Full-Stack Developer',
linkedIn: 'faith-nchifor',
portfolio: '',
about:
'Results-driven software developer passionate about leveraging cutting-edge technology to solve complex problems.',
},
{
image: '/images/jana.webp',
name: 'Jana Behfarshad',
title: 'Co-founder',
devtoId: 1344669,
devtoSummary: 'Web/Software Developer',
position: 'Web Developer',
linkedIn: 'jana-behfarshad',
portfolio: '',
about:
"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!",
},
{
image: '/images/mariana.webp',
name: 'Mariana Caldas',
title: 'Co-founder',
devtoId: 556959,
devtoSummary:
'Digital Product Manager & Front-End Developer here! <> Hello :) </> Product Management, JavaScript, React.js, Next.js, CMS platforms (WordPress), and Agile methodologies.',
position: 'Product Manager | Front-End Developer',
linkedIn: 'mariana-caldas-souza',
portfolio: 'www.marianacaldas.com',
about:
'Mariana is a Digital Product Manager who strongly believes in the power of sharing knowledge.',
}
];