added download links

This commit is contained in:
catto 2024-05-11 14:13:47 +02:00
parent b0d753d315
commit 72547998a0
1 changed files with 3 additions and 6 deletions

View File

@ -33,24 +33,21 @@
<h2 class="text-white <h2 class="text-white
text-2xl font-bold mb-2">Windows</h2> text-2xl font-bold mb-2">Windows</h2>
<p class="text-white mb-2">Download the Windows installer.</p> <p class="text-white mb-2">Download the Windows installer.</p>
<a href=" <a href="https://git.maidsin.space/catto/snotes-deck/releases/download/v0.0.11/snotes-deck_0.0.11_x64_en-US.msi"
>"
class="text-white bg-purple-500 hover:bg-cyan-600 hover:text-white rounded-md px-4 py-2 transition-colors duration-200 w-fit">Download</a> class="text-white bg-purple-500 hover:bg-cyan-600 hover:text-white rounded-md px-4 py-2 transition-colors duration-200 w-fit">Download</a>
</div> </div>
<div class="bg-pink-500 p-4 rounded-lg flex flex-col"> <div class="bg-pink-500 p-4 rounded-lg flex flex-col">
<h2 class="text-white <h2 class="text-white
text-2xl font-bold mb-2">Linux</h2> text-2xl font-bold mb-2">Linux</h2>
<p class="text-white mb-2">Download the Linux installer.</p> <p class="text-white mb-2">Download the Linux installer.</p>
<a href=" <a href="https://git.maidsin.space/catto/snotes-deck/releases/download/v0.0.11/snotes-deck_0.0.11_amd64.AppImage"
>"
class="text-white bg-purple-500 hover:bg-cyan-600 hover:text-white rounded-md px-4 py-2 transition-colors duration-200 w-fit">Download</a> class="text-white bg-purple-500 hover:bg-cyan-600 hover:text-white rounded-md px-4 py-2 transition-colors duration-200 w-fit">Download</a>
</div> </div>
<div class="bg-blue-500 p-4 rounded-lg flex flex-col"> <div class="bg-blue-500 p-4 rounded-lg flex flex-col">
<h2 class="text-white <h2 class="text-white
text-2xl font-bold mb-2">Mac</h2> text-2xl font-bold mb-2">Mac</h2>
<p class="text-white mb-2">Download the Mac installer.</p> <p class="text-white mb-2">Download the Mac installer.</p>
<a href=" <a href="https://git.maidsin.space/catto/snotes-deck/releases/download/v0.0.11/snotes-deck_0.0.11_x64.dmg"
>"
class="text-white bg-purple-500 hover:bg-cyan-600 hover:text-white rounded-md px-4 py-2 transition-colors duration-200 w-fit">Download</a> class="text-white bg-purple-500 hover:bg-cyan-600 hover:text-white rounded-md px-4 py-2 transition-colors duration-200 w-fit">Download</a>
</div> </div>
</div> </div>