Skip to content

Commit 3e2a822

Browse files
feat: New here
1 parent 0b08b47 commit 3e2a822

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

src/app/labels.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,32 @@ export const LABELS = {
1111
discord: 'Discord',
1212
linkedin: 'LinkedIn',
1313
},
14+
newHere: {
15+
badge: 'New Here?',
16+
title: 'Find Your Path in the Community',
17+
subtitle:
18+
'Not sure where to start? Here are the best ways to get involved with Dallas Software Developers.',
19+
paths: {
20+
meetups: {
21+
title: 'Attend a Meetup',
22+
description:
23+
'Join us twice a month for tech talks, networking, and free pizza. Perfect for connecting with local developers.',
24+
cta: 'Explore Events',
25+
},
26+
cohorts: {
27+
title: 'Join a Cohort',
28+
description:
29+
'Work on a real project with a team of developers guided by industry mentors. Free, 6-week program.',
30+
cta: 'Learn More',
31+
},
32+
speak: {
33+
title: 'Give a Talk',
34+
description:
35+
'Share your knowledge with the community. All skill levels welcome, from lightning talks to full sessions.',
36+
cta: 'Become a Speaker',
37+
},
38+
},
39+
},
1440
hero: {
1541
elevate: 'Elevate',
1642
your_code: 'Your Code',
@@ -96,6 +122,7 @@ export const LABELS = {
96122
contact: 'Contact',
97123
email: 'dallassoftwaredevelopersdsd@gmail.com',
98124
join_discord: 'Join our Discord',
125+
partnerships: 'Sponsor or Partner with Us',
99126
rights_reserved: 'All rights reserved.',
100127
},
101128
speakersList: {

src/app/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ export default function Home() {
3737
</div>
3838
);
3939
}
40+
41+

src/components/footer/footer.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ export default function Footer() {
7373
>
7474
{LABELS.footer.join_discord}
7575
</a>
76+
<a href={`mailto:${LABELS.footer.email}?subject=DSD%20Partnership%20Inquiry`}>
77+
{LABELS.footer.partnerships}
78+
</a>
7679
</div>
7780
</div>
7881
</div>

0 commit comments

Comments
 (0)