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: src/app/about/page.tsx
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,14 @@ import AboutCTA from '@/components/aboutCTA/aboutCTA';
9
9
10
10
exportconstmetadata: Metadata={
11
11
title: 'About Us | Dallas Software Developers',
12
-
description: 'Learn about Dallas Software Developers - a community of passionate developers sharing knowledge and building connections in Dallas-Fort Worth.',
13
-
keywords: 'about DSD, Dallas developers community, software developer group history, tech community Dallas',
12
+
description:
13
+
'Learn about Dallas Software Developers - a community of passionate developers sharing knowledge and building connections in Dallas-Fort Worth.',
14
+
keywords:
15
+
'about DSD, Dallas developers community, software developer group history, tech community Dallas',
14
16
openGraph: {
15
17
title: 'About Us | Dallas Software Developers',
16
-
description: 'Learn about Dallas Software Developers - a community of passionate developers sharing knowledge and building connections.',
18
+
description:
19
+
'Learn about Dallas Software Developers - a community of passionate developers sharing knowledge and building connections.',
Copy file name to clipboardExpand all lines: src/app/cohorts/layout.tsx
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,14 @@ import type { Metadata } from 'next';
2
2
3
3
exportconstmetadata: Metadata={
4
4
title: 'Cohorts | Dallas Software Developers',
5
-
description: 'Join our intensive cohort program. Learn software development with hands-on projects and mentorship from experienced Dallas developers.',
Copy file name to clipboardExpand all lines: src/app/labels.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -504,7 +504,7 @@ export const LABELS = {
504
504
technicalFoundation: {
505
505
title: 'Technical Foundation',
506
506
description:
507
-
"You should be comfortable with core web or mobile technologies (e.g., JavaScript, React, C#, .NET, Java, Swift) and eager to work with tools like GitHub, Figma, Jira, and VS Code.",
507
+
'You should be comfortable with core web or mobile technologies (e.g., JavaScript, React, C#, .NET, Java, Swift) and eager to work with tools like GitHub, Figma, Jira, and VS Code.',
508
508
},
509
509
},
510
510
dallasCallout: {
@@ -801,7 +801,7 @@ export const LABELS = {
801
801
{
802
802
title: 'Technical Foundation',
803
803
description:
804
-
"You should be comfortable with core web or mobile technologies (e.g., JavaScript, React, C#, .NET, Java, Swift) and eager to work with tools like GitHub, Figma, Jira, and VS Code.",
804
+
'You should be comfortable with core web or mobile technologies (e.g., JavaScript, React, C#, .NET, Java, Swift) and eager to work with tools like GitHub, Figma, Jira, and VS Code.',
805
805
},
806
806
],
807
807
programDetailsArray: [
@@ -828,7 +828,7 @@ export const LABELS = {
828
828
role: 'Software Engineer',
829
829
company: 'Bank Of America',
830
830
quote:
831
-
'The biggest benefit of the cohort was providing an environment to practice development in a collaborative team setting, which was something I couldn\'t get from just working on small projects alone. Working with others on a large project over 6 weeks gave me the confidence and skills I needed to excel during my internship, which eventually led to a full-time offer. I\'ve since had the opportunity to return as a cohort lead, continuing to build my leadership skills while giving back to the community that helped launch my career.',
831
+
"The biggest benefit of the cohort was providing an environment to practice development in a collaborative team setting, which was something I couldn't get from just working on small projects alone. Working with others on a large project over 6 weeks gave me the confidence and skills I needed to excel during my internship, which eventually led to a full-time offer. I've since had the opportunity to return as a cohort lead, continuing to build my leadership skills while giving back to the community that helped launch my career.",
0 commit comments