You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/about.js
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -106,10 +106,17 @@ export default function AboutUs() {
106
106
<Titletitle='Our goals'/>
107
107
</Container>
108
108
<CardsColumns
109
-
titles={['1','2']}
110
-
content={[
111
-
'To provide a safe space for juniors to learn how to communicate in a simulated professional environment.',
112
-
'To offer more detailed tasks (GitHub 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.',
109
+
cards={[
110
+
{
111
+
title: '1',
112
+
content:
113
+
'To provide a safe space for juniors to learn how to communicate in a simulated professional environment.',
114
+
},
115
+
{
116
+
title: '2',
117
+
content:
118
+
'To offer more detailed tasks (GitHub 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.',
0 commit comments