download page

This commit is contained in:
sasha-astiadi 2025-02-18 23:09:28 +08:00
parent 39e99a248f
commit cc02acf59c

View File

@ -14,7 +14,7 @@
<div class="mx-auto max-w-2xl lg:max-w-none">
<dl class="grid max-w-xl grid-cols-1 gap-x-8 gap-y-16 lg:max-w-none lg:grid-cols-3">
<div class="fade-in-box flex flex-col p-8 rounded-2xl bg-transparent items-start">
<img src="images/icons/apple.svg" alt="Apple" class="w-16 h-16 justify-start">
<img src="/images/icons/apple.svg" alt="Apple" class="w-16 h-16 justify-start">
<dt class="mt-2 flex items-starts gap-x-3 text-base lg:text-md rounded-2xl font-semibold text-black">
Download for iOS & MacOS
</dt>
@ -26,7 +26,7 @@
</dd>
</div>
<div class="fade-in-box flex flex-col p-8 rounded-2xl bg-transparent hover:bg-transparent items-start">
<img src="images/icons/windows.svg" alt="Windows" class="w-16 h-16 justify-start">
<img src="/images/icons/windows.svg" alt="Windows" class="w-16 h-16 justify-start">
<dt class="flex items-center gap-x-3 mt-2 text-base lg:text-md rounded-2xl font-semibold text-black">
Download for Windows
</dt>
@ -38,7 +38,7 @@
</dd>
</div>
<div class="fade-in-box flex flex-col p-8 rounded-2xl bg-transparent hover:bg-transparent items-start">
<img src="images/icons/android.svg" alt="Android" class="w-16 h-16 justify-start">
<img src="/images/icons/android.svg" alt="Android" class="w-16 h-16 justify-start">
<dt class="mt-2 flex items-center gap-x-3 text-base lg:text-md rounded-2xl font-semibold text-black">
Download for Android
</dt>