Skip to content

Commit

Permalink
Blen.fix: update hero section
Browse files Browse the repository at this point in the history
  • Loading branch information
blenassefa2 committed Jul 16, 2024
1 parent 4d8ec61 commit 5259f46
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions dist/hacks-website/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

This file was deleted.

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions src/app/components/landing/landing.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,32 +61,32 @@ <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>
<!-- <button
(click)="checkEligibility()"
class="max-md:mt-5 text-2xl mt-5 rounded-full px-16 md:px-28 py-4 text-white transition-all cursor-pointer ease-out duration-400 bg-purple-700 hover:bg-purple-500 relative overflow-hidden group"
<button
(click)="onShowMentorsModal()"
class="max-md:mt-5 text-2xl mt-5 rounded-full px-10 md:px-24 py-4 text-white transition-all cursor-pointer ease-out duration-400 bg-purple-700 hover:bg-purple-500 relative overflow-hidden group"
>
<span
class="absolute inset-0 w-full h-full rounded-full bg-gradient-to-r from-purple-500 to-pink-500 opacity-50 blur-md animate-pulse"
></span>
<span
class="absolute inset-0 w-full h-full rounded-full bg-gradient-to-r from-purple-500 to-pink-500 opacity-75 blur-lg"
></span>
<span class="absolute right-0 w-8 h-32 -mt-12 transition-all duration-1000 transform translate-x-12 bg-white opacity-10 rotate-12 group-hover:-translate-x-20 ease"></span>
<!-- <span class="absolute right-0 w-8 h-32 -mt-12 transition-all duration-1000 transform translate-x-12 bg-white opacity-10 rotate-12 group-hover:-translate-x-20 ease"></span>
<span class="absolute right-0 w-8 h-32 -mt-12 transition-all duration-1000 transform translate-x-30 bg-white opacity-10 rotate-12 group-hover:-translate-x-50 ease"></span>
<span class="absolute right-0 w-8 h-32 -mt-12 transition-all duration-1000 transform translate-x-18 bg-white opacity-10 rotate-12 group-hover:-translate-x-40 ease"></span>
<span class="absolute right-0 w-8 h-32 -mt-12 transition-all duration-1000 transform translate-x-18 bg-white opacity-10 rotate-12 group-hover:-translate-x-40 ease"></span> -->
<span
class="absolute right-0 w-8 h-32 -mt-12 transition-all duration-1000 transform translate-x-14 bg-white opacity-10 rotate-12 group-hover:-translate-x-80 ease"
></span>
<span class="relative text-white font-bold">Register Now</span>
</button> -->
<span class="relative text-white font-bold">Submit project idea</span>
</button>
</h2>

<div
class="max-md:mt-5 flex flex-col md:flex-row max-md:items-center justify-start"
>
<button
(click)="onShowMentorsModal()"
class="text-sm rounded-full px-6 py-3 text-white transition-all bg-purple-500 cursor-pointer ease-out duration-300 hover:bg-gradient-to-r from-purple-700 to-pink-500"
class="text-sm rounded-full px-8 py-3 text-white transition-all bg-purple-500 cursor-pointer ease-out duration-300 hover:bg-gradient-to-r from-purple-700 to-pink-500"
>

<span >Be mentor/advisor</span>
Expand All @@ -105,7 +105,7 @@ <h2 class="flex flex-col justify-center md:items-start">

<button
(click)="onShowAdvisorsModal()"
class="max-md:mt-5 text-sm rounded-full md:ml-8 px-7 py-3 text-white transition-all bg-purple-500 cursor-pointer ease-out duration-300 lg:ml-8 left-1/2 hover:bg-gradient-to-r from-purple-700 to-pink-500"
class="max-md:mt-5 text-sm rounded-full md:ml-8 px-8 py-3 text-white transition-all bg-purple-500 cursor-pointer ease-out duration-300 lg:ml-8 left-1/2 hover:bg-gradient-to-r from-purple-700 to-pink-500"
>
<span >Partner with us</span>
</button>
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/landing/landing.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class LandingComponent {
showMentorsModal = false;
showAdvisorsModal = false;

mentorsRegistrationLink = "https://form.typeform.com/to/ShJTk212"
mentorsRegistrationLink = "https://a2sv.typeform.com/to/UoJj70aQ"
advisorsRegistrationLink = "https://form.typeform.com/to/opvWnrn7"
showGetInvolvedModal = true;
// showTeamRegistrationModal = false;
Expand Down
6 changes: 3 additions & 3 deletions src/app/pages/info/info.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
class="text-transparent bg-gradient-to-r from-indigo-600 to-pink-500 bg-clip-text animate-text"
>Workshops</span
>
from 13-14 July, 2024. You'll learn about AI, hackathon dynamics,
and innovative idea generation.
from 13-14 July, 2024. You'll learn about AI, hackathon dynamics, UI design and styling
and project management tools.
</p>
<p class="mt-3 text-gray-300 leading-relaxed">
Then, from July 16-20, compete in the
Then, from July 19-22, compete in the
<span
class="text-transparent bg-gradient-to-r from-indigo-600 to-pink-500 bg-clip-text animate-text"
>Quarter-finals</span
Expand Down
8 changes: 4 additions & 4 deletions src/app/shared/count-down/count-down.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ export class CountDownComponent {
minutesLeft: number | undefined;
secondsLeft: number | undefined;
semiFinalDate: Date;
eventDate = 'July 19';
eventText = 'Our quarter final will be started on';
eventTime = '11:00 AM EAT';
eventDate = 'July 17';
eventText = 'Project idea submission ends on';
eventTime = '1:00 AM EAT';

constructor() {
this.targetDate = new Date('2024-07-19T08:00:00Z');
this.targetDate = new Date('2024-07-17T22:00:00Z');
this.semiFinalDate = new Date('2023-11-11T10:00:00');
}

Expand Down
2 changes: 1 addition & 1 deletion src/app/static/years.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const timeline = [
color: "#3081D0",
title: "Project Idea Submission and Filtration",
desc: "During this phase, participants submit their project ideas for consideration. Ideas undergo thorough evaluation and filtering to ensure alignment with hackathon objectives and feasibility for development.",
year: "8-15 July, 2024",
year: "8-17 July, 2024",
final: false,
},
{
Expand Down

0 comments on commit 5259f46

Please sign in to comment.