Skip to content

Commit

Permalink
Merge pull request #67 from RealEskalate/Blen.add_finalists
Browse files Browse the repository at this point in the history
Blen.update Grand finale conclusion pages update
  • Loading branch information
blenassefa2 authored Oct 18, 2024
2 parents 1d70b06 + c630204 commit 6452efc
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 14 deletions.
8 changes: 4 additions & 4 deletions dist/hacks-website/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/hacks-website/main.518b3c598ab9b25e.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/hacks-website/main.7c12c1ac8a18995f.js

This file was deleted.

3 changes: 1 addition & 2 deletions src/app/components/landing/landing.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,10 @@
}
}


@keyframes tilt-n-move-shaking {
0% { transform: translate(0, 0) rotate(0deg); }
25% { transform: translate(5px, 5px) rotate(5deg); }
50% { transform: translate(0, 0) rotate(0deg); }
75% { transform: translate(-5px, 5px) rotate(-5deg); }
100% { transform: translate(0, 0) rotate(0deg); }
}
}
4 changes: 2 additions & 2 deletions src/app/components/landing/landing.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<p
class="text-xl md:mb-2 lg:inline lg:whitespace-nowrap text-center md:text-start"
>
Hackathon Semifinals Has Ended!
Hackathon Grand Finale is Concluded!
</p>

<div class="flex items-start md:text-lg font-normal py-3">
Expand Down Expand Up @@ -150,7 +150,7 @@
class="w-full object-cover h-full"
>
<source
src="https://res.cloudinary.com/eskalate/video/upload/v1718713749/Hackathon_2023_Highlights.mp4"
src="https://res.cloudinary.com/eskalate/video/upload/v1729275428/Hackathon-2024/Biggest_Tech_Competition_in_Africa_Ever_-_A2SV_Hackathon.mp4"
type="video/mp4"
/>
Your browser does not support the video tag.
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/prize2024/prize2024.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<iframe
id="videoIframe"
class="h-full w-full absolute bg-black inset-0 object-center object-contain rounded-2xl"
src="https://www.youtube.com/embed/Cct1ix0Er88?si=BDBKqeDBNnOfOFdY"
src="https://www.youtube.com/embed/-pqUq5bFu3E?si=BDBKqeDBNnOfOFdY"
frameborder="0"
allow="autoplay; fullscreen; picture-in-picture"
allowfullscreen
Expand Down
8 changes: 4 additions & 4 deletions src/app/shared/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
>
Get Tickets
</a> -->
<button
<!-- <button
routerLink="/get-tickets"
[ngClass]="{
'text-indigo-600': activeTab === 'get-tickets',
Expand All @@ -127,8 +127,8 @@
class="text-sm cursor-pointer font-semibold leading-6 nav-item text-gray-200 hover:text-indigo-600"
>
Get Tickets
</button>
<button
</button> -->
<!-- <button
routerLink="/be-a-sponsor"
class="text-sm cursor-pointer font-semibold leading-6 nav-item"
[ngClass]="{
Expand All @@ -139,7 +139,7 @@
class="text-sm cursor-pointer font-semibold leading-6 hover:text-indigo-600 nav-item text-gray-200"
>
Be A Sponsor
</button>
</button> -->
<button
routerLink="/event-program"
[ngClass]="{
Expand Down

0 comments on commit 6452efc

Please sign in to comment.