Skip to content

Commit 00f800a

Browse files
quote
1 parent aae1d87 commit 00f800a

File tree

1 file changed

+41
-17
lines changed

1 file changed

+41
-17
lines changed

src/components/cohortsTestimonials/cohortsTestimonials.tsx

Lines changed: 41 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ const testimonials = [
1212
role: 'Software Engineer',
1313
company: 'Bank Of America',
1414
quote:
15-
'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.',
15+
"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.",
1616
cohort: 'Cohort 8',
17-
image: 'https://vpgsxqtnqt8tekgb.public.blob.vercel-storage.com/dsd-assets/people/aaryanDas.jpg',
17+
image:
18+
'https://vpgsxqtnqt8tekgb.public.blob.vercel-storage.com/dsd-assets/people/aaryanDas.jpg',
1819
linkedIn: 'https://linkedin.com',
1920
},
2021
{
@@ -24,7 +25,8 @@ const testimonials = [
2425
company: 'NBC Universal',
2526
quote:
2627
'The cohort provided invaluable guidance from professionals actively working in the industry and taught me how to collaborate effectively within a team. It played a pivotal role in helping me break into tech. Now, as a professional developer, I have had the privilege of returning as a lead to mentor and support others who are now on the same journey I once was.',
27-
image: 'https://vpgsxqtnqt8tekgb.public.blob.vercel-storage.com/dsd-assets/yoonJinBae.jpg',
28+
image:
29+
'https://vpgsxqtnqt8tekgb.public.blob.vercel-storage.com/dsd-assets/yoonJinBae.jpg',
2830
linkedIn: 'https://www.linkedin.com/in/bae-yoojin/',
2931
},
3032
{
@@ -35,7 +37,8 @@ const testimonials = [
3537
quote:
3638
'Thanks to the DSD Cohort I was able to gain experience working in a team environment, showcase my skills, and catch a glimpse of what developer life is actually like. The experience I gained from the cohort resulted in a job offer shortly after.',
3739
cohort: 'Cohort 9',
38-
image: 'https://vpgsxqtnqt8tekgb.public.blob.vercel-storage.com/dsd-assets/people/davidOgden.jpg',
40+
image:
41+
'https://vpgsxqtnqt8tekgb.public.blob.vercel-storage.com/dsd-assets/people/davidOgden.jpg',
3942
linkedIn: 'https://linkedin.com',
4043
},
4144
{
@@ -46,7 +49,8 @@ const testimonials = [
4649
quote:
4750
'The DSD Cohort program transformed my career trajectory. After being laid off, the 6-week program pushed me outside my comfort zone, working on a team to build a full-stack project that I showcased in interviews, helping me land my new developer role.',
4851
cohort: 'Cohort 9',
49-
image: 'https://vpgsxqtnqt8tekgb.public.blob.vercel-storage.com/dsd-assets/staciSoutherland.jpg',
52+
image:
53+
'https://vpgsxqtnqt8tekgb.public.blob.vercel-storage.com/dsd-assets/staciSoutherland.jpg',
5054
linkedIn: 'https://www.linkedin.com/in/stacisoutherland/',
5155
},
5256
{
@@ -57,7 +61,8 @@ const testimonials = [
5761
quote:
5862
'I highly recommend the DSD cohort program. It gave me the opportunity to collaborate with a team of talented developers on a real project and boosted my confidence to continue pursuing a career in software development, ultimately helping me land my first job as a software developer',
5963
cohort: 'Cohort 9',
60-
image: 'https://vpgsxqtnqt8tekgb.public.blob.vercel-storage.com/dsd-assets/tatianaBertazoli.jpg',
64+
image:
65+
'https://vpgsxqtnqt8tekgb.public.blob.vercel-storage.com/dsd-assets/tatianaBertazoli.jpg',
6166
linkedIn: 'https://www.linkedin.com/in/tatibertazoli/',
6267
},
6368
{
@@ -68,7 +73,8 @@ const testimonials = [
6873
quote:
6974
'Going from building projects on my own to working with a team in the DSD cohort was a game-changer. It pushed me to grow faster as a developer, get more involved in the Boston tech community, and land my first client.',
7075
cohort: 'Cohort 9',
71-
image: 'https://vpgsxqtnqt8tekgb.public.blob.vercel-storage.com/dsd-assets/andrewSmith.jpg',
76+
image:
77+
'https://vpgsxqtnqt8tekgb.public.blob.vercel-storage.com/dsd-assets/andrewSmith.jpg',
7278
linkedIn: 'https://www.linkedin.com/in/andrew-sm1th/',
7379
},
7480
];
@@ -249,7 +255,7 @@ function TestimonialsCarousel({ testimonials }: { testimonials: any[] }) {
249255
className={`${styles.carouselIndicator} ${index === currentIndex ? styles.active : ''}`}
250256
onClick={() => scrollToIndex(index)}
251257
aria-label={`${LABELS.cohorts.testimonials.goToTestimonial} ${index + 1}`}
252-
type="button"
258+
type='button'
253259
/>
254260
))}
255261
</div>
@@ -262,9 +268,9 @@ interface CohortsTestimonialsProps {
262268
isVisible?: boolean;
263269
}
264270

265-
export default function CohortsTestimonials({
266-
sectionRef,
267-
isVisible = false
271+
export default function CohortsTestimonials({
272+
sectionRef,
273+
isVisible = false,
268274
}: CohortsTestimonialsProps) {
269275
/* Randomize testimonials once when component mounts
270276
* This is so that the testimonials appear in a different order each time the component is rendered
@@ -294,26 +300,44 @@ export default function CohortsTestimonials({
294300
<div className={styles.outcomesStats}>
295301
<div className={styles.outcomeStat}>
296302
<span className={styles.outcomeNumber}>
297-
{LABELS.cohorts.testimonials.careerOutcomes.stats.jobSuccess.percentage}
303+
{
304+
LABELS.cohorts.testimonials.careerOutcomes.stats.jobSuccess
305+
.percentage
306+
}
298307
</span>
299308
<span className={styles.outcomeLabel}>
300-
{LABELS.cohorts.testimonials.careerOutcomes.stats.jobSuccess.label}
309+
{
310+
LABELS.cohorts.testimonials.careerOutcomes.stats.jobSuccess
311+
.label
312+
}
301313
</span>
302314
</div>
303315
<div className={styles.outcomeStat}>
304316
<span className={styles.outcomeNumber}>
305-
{LABELS.cohorts.testimonials.careerOutcomes.stats.interviewConfidence.percentage}
317+
{
318+
LABELS.cohorts.testimonials.careerOutcomes.stats
319+
.interviewConfidence.percentage
320+
}
306321
</span>
307322
<span className={styles.outcomeLabel}>
308-
{LABELS.cohorts.testimonials.careerOutcomes.stats.interviewConfidence.label}
323+
{
324+
LABELS.cohorts.testimonials.careerOutcomes.stats
325+
.interviewConfidence.label
326+
}
309327
</span>
310328
</div>
311329
<div className={styles.outcomeStat}>
312330
<span className={styles.outcomeNumber}>
313-
{LABELS.cohorts.testimonials.careerOutcomes.stats.recommendation.percentage}
331+
{
332+
LABELS.cohorts.testimonials.careerOutcomes.stats
333+
.recommendation.percentage
334+
}
314335
</span>
315336
<span className={styles.outcomeLabel}>
316-
{LABELS.cohorts.testimonials.careerOutcomes.stats.recommendation.label}
337+
{
338+
LABELS.cohorts.testimonials.careerOutcomes.stats
339+
.recommendation.label
340+
}
317341
</span>
318342
</div>
319343
</div>

0 commit comments

Comments
 (0)