Skip to content

Commit

Permalink
Merge pull request #63 from RealEskalate/Blen.Updates
Browse files Browse the repository at this point in the history
Blen.fix Minor updates on content
  • Loading branch information
blenassefa2 authored Sep 30, 2024
2 parents 2316e04 + df9817f commit e2dcb72
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
3 changes: 3 additions & 0 deletions src/app/components/timeline/timeline.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<div class="">
<!-- Scrollable content -->
<div class="overflow-auto py-16 modal-scrollbar">
<p class="sm:text-4xl text-center text-2xl !mb-16 font-bold text-transparent bg-gradient-to-r from-indigo-600 to-pink-500 bg-clip-text">
Hackathon Timeline
</p>
<ul>
<li
*ngFor="let item of years; let index = index"
Expand Down
6 changes: 6 additions & 0 deletions src/app/pages/hackathon-home/hackathon-home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,16 @@

</div>


<div id="workshops" class="relative z-30">
<app-workshop></app-workshop>
</div>

<div id="info" class="relative z-30">

<app-timeline></app-timeline>

</div>

<!-- <div id="eligibility" class="relative z-40">
<app-eligibility (openChatEvent)="openChat()"></app-eligibility>
Expand Down
4 changes: 2 additions & 2 deletions src/app/shared/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
>
Timeline
</button>
<button
<!-- <button
(click)="scrollToSection('/hackathon-home#organizers')"
class="w-full text-center px-4 py-2 text-sm hover:text-indigo-600"
>
Organizers
</button>
</button> -->
</div>
</div>
<div class="relative group">
Expand Down

0 comments on commit e2dcb72

Please sign in to comment.