diff --git a/src/app/components/about-us-section/about-us-section.component.ts b/src/app/components/about-us-section/about-us-section.component.ts index bcd7e04..8e01c74 100644 --- a/src/app/components/about-us-section/about-us-section.component.ts +++ b/src/app/components/about-us-section/about-us-section.component.ts @@ -19,7 +19,7 @@ export interface AboutUsContent { export class AboutUsSectionComponent { contents: AboutUsContent[] = [ - { title: 'About A2SV', description: "A2SV (Africa to Silicon Valley), a hub of innovation in the field of technology education, is a US-based nonprofit academy empowering Africa's tech revolution. With a unique blend of comprehensive software engineering training and tech-driven solutions, A2SV is more than an academy; it's a movement.", image: 'assets/group_photo1.jpg', footer: 'https://www.a2sv.org',description1 : 'Through collaborations with esteemed African universities like Addis Ababa University and the University of Ghana, and partnerships with tech titans such as Google, Meta, and Databricks, A2SV has created a thriving ecosystem for emerging talent since 2019. Our program is absolutely free, breaking down financial barriers, nurturing dreams, and democratizing the path to a tech-driven future.' }, + { title: 'About A2SV', description: "A2SV (Africa to Silicon Valley), a hub of innovation in the field of technology education, is a US-based nonprofit tech academy and project incubator empowering Africa's tech ecosystem. With a unique blend of comprehensive software engineering training and tech-driven solutions, A2SV is more than an education; it's a movement.", image: 'assets/group_photo1.jpg', footer: 'https://www.a2sv.org',description1 : 'A2SV partners with top African universities and global tech leaders like Google, Meta, and Databricks to foster elite software engineers. With 63 offers from leading companies, our engineers are Google-level caliber. We’ve hired 180 employees in Africa, providing three times the opportunities to stay on the continent rather than working abroad. Our free program breaks financial barriers and paves the way for a tech-driven future.' }, ]; setActiveButton(buttonName: string, link: string) { diff --git a/src/app/components/timeline/timeline.component.html b/src/app/components/timeline/timeline.component.html index 403c0ff..4b896a7 100644 --- a/src/app/components/timeline/timeline.component.html +++ b/src/app/components/timeline/timeline.component.html @@ -2,6 +2,9 @@