Skip to content

Commit

Permalink
Blen.feat: button changes
Browse files Browse the repository at this point in the history
  • Loading branch information
blenassefa2 committed May 20, 2024
1 parent c171ece commit 65c3172
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/app/components/landing/landing.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@

<h2><app-count-down class="inline-block pl-0"></app-count-down></h2>

<a href="https://form.typeform.com/to/opvWnrn7" target="_blank">
<a href="https://form.typeform.com/to/XoEqw6vQ" target="_blank">
<button
(click)="setActiveButton('partner')"
class="mb-10 rounded-full px-5 py-2.5 bg-gradient-to-r from-indigo-600 to-pink-500 relative hover:bg-gradient-to-r hover:from-indigo-600 hover:to-pink-500 text-white transition-all cursor-pointer ease-out duration-300"

>
Partner with Us
Join waitlist
</button>
</a>

Expand Down Expand Up @@ -66,7 +66,7 @@ <h2><app-count-down class="inline-block pl-0"></app-count-down></h2>
Be a mentor or an advisor
</button>
</a>
<a href="https://form.typeform.com/to/XoEqw6vQ" target="_blank">
<a href="https://form.typeform.com/to/opvWnrn7" target="_blank">
<button
(click)="setActiveButton('signup')"
class="max-md:mt-5 text-sm rounded-full px-5 py-2.5 bg-gradient-to-r from-indigo-600 to-pink-500 relative hover:bg-gradient-to-r hover:from-indigo-600 hover:to-pink-500 text-white transition-all cursor-pointer ease-out duration-300 lg:ml-5 {{
Expand All @@ -75,7 +75,7 @@ <h2><app-count-down class="inline-block pl-0"></app-count-down></h2>
: 'bg-purple-700 '
}}"
>
Sign up for event updates
Partner with us
</button>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/info/info.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<!-- </div> -->
</div>
<img
src="assets/photo_2023-05-15_15-30-41%201.png"
src="https://res.cloudinary.com/eskalate/image/upload/v1714657509/Hackathon/certificateDay-min.jpg"
class="lg:w-1/2 flex-1 h-64 aspect-square w-full lg:h-96 sm:h-72 object-cover object-center rounded-xl"
alt=""
/>
Expand Down

0 comments on commit 65c3172

Please sign in to comment.