Skip to content

Commit

Permalink
fix: footer links open in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
roshan-gh committed Sep 5, 2023
1 parent e49c632 commit 955aefc
Showing 1 changed file with 29 additions and 23 deletions.
52 changes: 29 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
border-radius: 38px;
transform: translate(0px, 0px) scale(0.3, 0.3)
skew(35deg, 0deg);
z-index: -1;
z-index: -1;
"
></div>
<div
Expand Down Expand Up @@ -591,7 +591,7 @@
border-radius: 38px;
transform: translate(0px, 0px) scale(0.3, 0.3)
skew(-35deg, 0deg);
z-index: -1;
z-index: -1;
"
></div>
<div
Expand Down Expand Up @@ -650,9 +650,12 @@
</p>
</div>
<!-- Hipo is here desktop -->
<div class="lg:flex hidden items-start mt-5 mb-[25px] lg:mb-[52px] justify-center w-full">
<div class="w-[49%] lg:flex justify-end hidden relative mt-2">
</div>
<div
class="lg:flex hidden items-start mt-5 mb-[25px] lg:mb-[52px] justify-center w-full"
>
<div
class="w-[49%] lg:flex justify-end hidden relative mt-2"
></div>
<div class="block lg:hidden w-[43%]"></div>
<div class="w-[52%] mb-[65px] lg:mb-0">
<div
Expand All @@ -675,27 +678,27 @@
<p
class="text-white text-[14px] lg:text-[20px] font-bold"
>
Hipo is Here
Hipo is Here
</p>
</div>
</div>
</div>
</div>
<!-- Hipo is here mobile -->
<div class="flex lg:hidden items-start mt-5 mb-[25px] justify-center w-full">
<div
class="flex lg:hidden items-start mt-5 mb-[25px] justify-center w-full"
>
<div class="mb-[65px]">
<div
class="flex items-center absolute left-1/2 -translate-x-[95px]"
>
<div
class="rounded-[50px] min-w-[200px] bg-tertiaryGrey flex justify-center items-center px-[33px] py-4"
>
<p
class="text-white text-[20px] font-bold"
>
Hipo is Here
</p>
</div>
<div
class="rounded-[50px] min-w-[200px] bg-tertiaryGrey flex justify-center items-center px-[33px] py-4"
>
<p class="text-white text-[20px] font-bold">
Hipo is Here
</p>
</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -740,7 +743,7 @@
border-radius: 38px;
transform: translate(0px, 0px) scale(0.3, 0.3)
skew(35deg, 0deg);
z-index: -1;
z-index: -1;
"
></div>
<div
Expand Down Expand Up @@ -784,7 +787,7 @@
border-radius: 38px;
transform: translate(0px, 0px) scale(0.3, 0.3)
skew(-35deg, 0deg);
z-index: -1;
z-index: -1;
"
></div>
<div
Expand Down Expand Up @@ -881,7 +884,7 @@
border-radius: 38px;
transform: translate(0px, 0px) scale(0.3, 0.3)
skew(35deg, 0deg);
z-index: -1;
z-index: -1;
"
></div>
<div
Expand Down Expand Up @@ -925,7 +928,7 @@
border-radius: 38px;
transform: translate(0px, 0px) scale(0.3, 0.3)
skew(-35deg, 0deg);
z-index: -1;
z-index: -1;
"
></div>
<div
Expand Down Expand Up @@ -1031,7 +1034,7 @@
<h3
class="text-[18px] lg:text-[25px] font-bold text-primaryOrange mb-4"
>
Continuous Improvement
Continuous Improvement
</h3>
<p class="text-[18px] font-normal text-primaryBrown">
Gather user feedback and make ongoing updates.
Expand All @@ -1045,13 +1048,12 @@
<h3
class="text-[18px] lg:text-[25px] font-bold text-primaryOrange mb-4"
>
Continuous Improvement
Continuous Improvement
</h3>
<p class="text-[18px] font-normal text-primaryBrown">
Gather user feedback and make ongoing updates.
</p>
</div>

</div>
</div>
</div>
Expand Down Expand Up @@ -1200,13 +1202,15 @@ <h2 id="footer-heading" class="sr-only">Footer</h2>
<ul role="list" class="mt-6 space-y-4">
<li>
<a
target="_blank"
href="https://t.me/HipoFinance"
class="text-lg font-normal leading-6 text-white hover:text-primaryGrey"
>Telegram</a
>
</li>
<li>
<a
target="_blank"
href="https://twitter.com/hipofinance"
class="text-lg font-normal leading-6 text-white hover:text-primaryGrey"
>Twitter</a
Expand All @@ -1223,13 +1227,15 @@ <h2 id="footer-heading" class="sr-only">Footer</h2>
<ul role="list" class="mt-6 space-y-4">
<li>
<a
target="_blank"
href="https://t.me/hipo_chat"
class="text-lg font-normal leading-6 text-white hover:text-primaryGrey"
>Hipo Chat</a
>
</li>
<li>
<a
target="_blank"
href="https://t.me/Hipo_hub"
class="text-lg font-normal leading-6 text-white hover:text-primaryGrey"
>Hipo Hub</a
Expand Down

0 comments on commit 955aefc

Please sign in to comment.