Skip to content

Commit

Permalink
Merge pull request #64 from RealEskalate/Blen.add_finalists
Browse files Browse the repository at this point in the history
Blen.add finalists
  • Loading branch information
blenassefa2 authored Oct 9, 2024
2 parents eaba0ce + 3eaef75 commit 049399b
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 10 deletions.
4 changes: 2 additions & 2 deletions dist/hacks-website/index.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/hacks-website/main.393fb751d3c5587a.js

This file was deleted.

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

27 changes: 22 additions & 5 deletions src/app/components/landing/landing.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<app-register-modal></app-register-modal>

<div
class="bg_svg max-w-7xl mb-10 pb-5 flex flex-col md:flex-row justify-center items-end drop-shadow-2xl"
class="bg_svg max-w-7xl mb-10 pb-5 flex flex-col md:flex-row justify-center items-center drop-shadow-2xl"
>
<div
class="order-2 md:order-1 text-white max-md:mb-5 flex-1 flex flex-col justify-end max-md:items-center"
Expand Down Expand Up @@ -53,9 +53,9 @@
<p
class="text-xl md:mb-2 lg:inline lg:whitespace-nowrap text-center md:text-start"
>
Hackathon Semifinals Has Started!
Hackathon Semifinals Has Ended!
</p>

<div class="flex items-start md:text-lg font-normal py-3">
<img src="assets/star.svg" alt="star" class="pr-5" />
<p class="">
Expand Down Expand Up @@ -94,6 +94,23 @@
projects in the semi-finals.
</p>
</div>
<div class="flex items-start md:text-lg font-normal py-3">
<img src="assets/star.svg" alt="star" class="pr-5" />
<p class="">
Finalized our semifinal with top
<strong
class="font-bold text-transparent bg-gradient-to-r from-indigo-600 to to-pink-500 bg-clip-text"
>8</strong
>
finalists with members from
<strong
class="font-bold text-transparent bg-gradient-to-r from-indigo-600 to to-pink-500 bg-clip-text"
>7</strong
>

African countries.
</p>
</div>
</div>
</div>

Expand All @@ -111,7 +128,7 @@
</section>
</div>

<div class="order-1 md:order-2 flex-1 flex items-end relative w-full">
<div class="order-1 md:order-2 flex-1 h-full relative w-full">
<div class="stack w-full" id="bigVideo">
<div
class="text-center aspect-[96/65] w-full md:w-[95%] max-sm:w-full card bg-black"
Expand Down Expand Up @@ -165,7 +182,7 @@
</div>
<div
(click)="scrollDown()"
class="rounded-full max-md:hidden text-white border-2 p-2 animate-bounce cursor-pointer mx-auto absolute bottom-4 left-1/2"
class="rounded-full max-md:hidden text-white border-2 p-2 animate-bounce cursor-pointer mx-auto absolute bottom-3 left-1/2"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
(click)="toggleDropdown()"
class="text-gray-100 hover:text-indigo-600"
>
Medias
Media
</button>
<div
*ngIf="dropdownVisible"
Expand Down

0 comments on commit 049399b

Please sign in to comment.