Skip to content

Commit

Permalink
Blen: minor updates on quarter final closing
Browse files Browse the repository at this point in the history
  • Loading branch information
blenassefa2 committed Jul 25, 2024
1 parent dc337c8 commit a3ad7fa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/hacks-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
<div class="square" id="sq9"></div>
</div>
</app-root>
<script src="runtime.fa4c12334e562a2f.js" type="module"></script><script src="polyfills.ca0382e1ab6cf5f7.js" type="module"></script><script src="scripts.0e5b01af3f8fe401.js" defer></script><script src="vendor.6fe0bbdfb751e2a1.js" type="module"></script><script src="main.1899c86771a35036.js" type="module"></script></body>
<script src="runtime.fa4c12334e562a2f.js" type="module"></script><script src="polyfills.ca0382e1ab6cf5f7.js" type="module"></script><script src="scripts.0e5b01af3f8fe401.js" defer></script><script src="vendor.6fe0bbdfb751e2a1.js" type="module"></script><script src="main.67614f62e2539c20.js" type="module"></script></body>
</html>

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions src/app/components/landing/landing.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ <h2 class="flex flex-col justify-center md:items-start">
<!-- <app-count-down
class="inline-block pl-0 max-md:text-center"
></app-count-down> -->
<h1 class="text-6xl mb-2 font-bold lg:inline lg:whitespace-nowrap">Hackathon quarterfinal has started!</h1>
<h1 class="font-bold text-transparent bg-gradient-to-r from-indigo-600 to-pink-500 bg-clip-text drop-shadow-4xl"><a (click)="setActiveButton('video', 'https://www.youtube.com/watch?v=skbKg6CUE5g')" href='https://www.youtube.com/watch?v=skbKg6CUE5g'>Checkout our quarterfinal kickoff </a></h1>

<h1 class="text-6xl mb-2 font-bold lg:inline lg:whitespace-nowrap">Hackathon Quarterfinals Has Ended!</h1>
<h1 class="font-bold text-transparent bg-gradient-to-r from-indigo-600 to-pink-500 bg-clip-text drop-shadow-4xl "><a (click)="setActiveButton('video', 'https://www.youtube.com/watch?v=q-OzYemlr6s')" href='https://www.youtube.com/watch?v=q-OzYemlr6s' >Checkout our quarterfinals experience sharing session! </a></h1>

<!-- <button
(click)="onShowMentorsModal()"
Expand Down
3 changes: 2 additions & 1 deletion src/app/shared/workshop/workshop.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export class WorkshopComponent {
{ title: "Project Management Tools", description: "Join us as this workshop will introduce essential tools and techniques for effective collaboration. Learn about project management tools that can streamline teamwork and enhance productivity.", src:this.sanitizer.bypassSecurityTrustResourceUrl("https://www.youtube.com/embed/TS61L2gXb68?si=bVgw6gwzJfM7DDat") },
{ title: "Generative AI and its Applications", description: "Join us and explore the various application areas of Large Language Models (LLMs) in different sectors such as environment, commerce, health, education, and more. This comprehensive workshop will delve into real-world examples and case studies demonstrating the transformative impact of LLMs across various industries.",src: this.sanitizer.bypassSecurityTrustResourceUrl("https://www.youtube.com/embed/gYxDZ3N7uwA?si=xgO1wkqORkLhlbdO") },
{ title: "Pitching and Presentation Skills", description: "Learn how to craft compelling pitches that attract investment, including storytelling techniques and presentation skills. This workshop will help you refine your pitch to make a memorable impact on your audience.", src : this.sanitizer.bypassSecurityTrustResourceUrl("https://www.youtube.com/embed/fjar3OI2HJs?si=wLFzGbgst8yhg1bE") },
{ title: "Hackathon Dynamics", description: "Join us and learn strategies for building strong, collaborative teams and managing team dynamics during a hackathon. This workshop will cover best practices for teamwork, communication, conflict resolution, and maximizing productivity.", src : this.sanitizer.bypassSecurityTrustResourceUrl("https://www.youtube.com/embed/prTJSU2kqzI?si=1B9sItjD-hNZbwJA")}
{ title: "Hackathon Dynamics", description: "Join us and learn strategies for building strong, collaborative teams and managing team dynamics during a hackathon. This workshop will cover best practices for teamwork, communication, conflict resolution, and maximizing productivity.", src : this.sanitizer.bypassSecurityTrustResourceUrl("https://www.youtube.com/embed/prTJSU2kqzI?si=1B9sItjD-hNZbwJA")},
{ title: "Project Idea Submission", description: "Join us and learn about the Project Idea Submission Phase and what is expected from you. This workshop is a great opportunity to learn, ask questions, and get feedback on your project ideas from experienced mentors.", src : this.sanitizer.bypassSecurityTrustResourceUrl("https://www.youtube.com/embed/XNTJpjX8i00?si=1B9sItjD-hNZbwJA.")}
];

toggleCards() {
Expand Down

0 comments on commit a3ad7fa

Please sign in to comment.