Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-L3 committed Oct 25, 2023
1 parent 727b772 commit ab08857
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,9 @@ <h3 class="h3-header ">Accept a wide range of cryptocurrencies</h3>
<!-- ANIMATION HERE -->
<!-- LandingFrameCreateApp -->
<section class="flex flex-1 flex-col justify-center items-center mt-4 sm:mt-0">

<div class=" relative w-[80%] xl:w-auto">
<div class="flex xl:p-0 p-4 mr-4">

<div class="relative">
<!-- light-theme version -->
<div name="button-createapp-light" class="flex dark:hidden">
<img class="createapp-button" src="/img/landing/features-block/CreateApp.svg"/>
Expand All @@ -335,7 +336,7 @@ <h3 class="h3-header ">Accept a wide range of cryptocurrencies</h3>
<img class="createapp-button" src="/img/landing/features-block/CreateApp_dark.svg"/>
</div>

<div id="cursor-smooth" class="inline-block createapp-cursor absolute -bottom-18 -right-12">
<div id="cursor-smooth" class="createapp-cursor absolute -bottom-18 -right-12">
<svg width="43" height="47" viewBox="0 0 43 47" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.1275 3.64677C6.7178 1.12449 1.36473 4.88154 2.23774 9.88607L7.45908 39.8172C8.51449 45.8673 16.9001 46.6127 19.006 40.8435L22.4947 31.2864C22.782 30.4994 23.5293 29.9749 24.3671 29.9723L34.541 29.9403C40.6824 29.921 42.8322 21.7813 37.5012 18.7321L11.1275 3.64677Z" fill="url(#paint0_linear_129_483)" stroke="#F1F5F9" stroke-width="4"/>
<defs>
Expand All @@ -346,8 +347,9 @@ <h3 class="h3-header ">Accept a wide range of cryptocurrencies</h3>
</defs>
</svg>
</div>

</div>

</div>

</section>
<div class="w-full flex flex-col gap-4 dark:text-white mt-4">
Expand All @@ -357,7 +359,7 @@ <h3 class="h3-header">One click to start</h3>
</div>

<!-- Real-time exchange rates -->
<div class="flex flex-col w-full min-h-min bg-[#F7F9FB] dark:bg-dark181 rounded-3xl p-8 gap-6 items-center md:col-span-5 md:row-start-3 md:py-[42px] md:px-[10%] md:gap-4 sm:col-span-3">
<div class="flex flex-col w-full min-h-min bg-[#F7F9FB] dark:bg-dark181 rounded-3xl p-8 gap-6 justify-between md:col-span-5 md:row-start-3 md:py-[42px] md:px-[10%] md:gap-4 sm:col-span-3">
<!-- ANIMATION HERE -->
<!-- LandingFrameExchanges -->
<section class="inline-flex justify-center items-center -space-x-3">
Expand Down

0 comments on commit ab08857

Please sign in to comment.