Merge branch 'dev' into 'main'
Bugfixes and improvements See merge request tile-os/tileos-website!2
This commit is contained in:
commit
4981821b0d
1 changed files with 37 additions and 20 deletions
|
@ -12,6 +12,23 @@
|
|||
let downloadIsPressed = false;
|
||||
let checksumSwayIsPressed = false;
|
||||
let checksumRiverIsPressed = false;
|
||||
let checksumQtileIsPressed = false;
|
||||
|
||||
let sway = {
|
||||
iso: "tileos-sway-1.2-desktop-amd64.iso",
|
||||
sha256: "tileos-sway-1.2-desktop-amd64.sha256.txt",
|
||||
md5: "tileos-sway-1.2-desktop-amd64.md5.txt"
|
||||
}
|
||||
let river = {
|
||||
iso: "tileos-river-1.2-desktop-amd64.iso",
|
||||
sha256: "tileos-river-1.2-desktop-amd64.sha256.txt",
|
||||
md5: "tileos-river-1.2-desktop-amd64.md5.txt"
|
||||
}
|
||||
let qtile = {
|
||||
iso: "tileos-qtile-1.2-beta-desktop-amd64.iso",
|
||||
sha256: "tileos-qtile-1.2-beta-desktop-amd64.sha256.txt",
|
||||
md5: "tileos-qtile-1.2-beta-desktop-amd64.md5.txt"
|
||||
}
|
||||
|
||||
|
||||
onMount(() => {
|
||||
|
@ -68,49 +85,49 @@
|
|||
<div class="py-1">
|
||||
<!-- Sway/River/Qtile Download Links Under Logo -->
|
||||
<p class="block px-4 py-2 text-sm">
|
||||
<a href="https://downloads.tile-os.com/stable/sway/tileos-sway-1.2-desktop-amd64.iso"
|
||||
<a href="https://downloads.tile-os.com/stable/sway/{sway.iso}"
|
||||
>Download (1.2 Sway)</a
|
||||
>
|
||||
<a
|
||||
class="underline"
|
||||
href="https://downloads.tile-os.com/stable/sway/tileos-sway-1.2-desktop-amd64.sha256.txt"
|
||||
href="https://downloads.tile-os.com/stable/sway/{sway.sha256}"
|
||||
>(sha256)</a
|
||||
>
|
||||
<a
|
||||
class="underline"
|
||||
href="https://downloads.tile-os.com/stable/sway/tileos-sway-1.2-desktop-amd64.md5.txt"
|
||||
href="https://downloads.tile-os.com/stable/sway/{sway.md5}"
|
||||
>(md5)</a
|
||||
>
|
||||
</p>
|
||||
<p class="block px-4 py-2 text-sm">
|
||||
<a
|
||||
href="https://downloads.tile-os.com/stable/river/tileos-river-1.2-desktop-amd64.iso"
|
||||
href="https://downloads.tile-os.com/stable/river/{river.iso}"
|
||||
>Download (1.2 River)</a
|
||||
>
|
||||
<a
|
||||
class="underline"
|
||||
href="https://downloads.tile-os.com/stable/river/tileos-river-1.2-desktop-amd64.sha256.txt"
|
||||
href="https://downloads.tile-os.com/stable/river/{river.sha256}"
|
||||
>(sha256)</a
|
||||
>
|
||||
<a
|
||||
class="underline"
|
||||
href="https://downloads.tile-os.com/stable/river/tileos-river-1.2-desktop-amd64.md5.txt"
|
||||
href="https://downloads.tile-os.com/stable/river/{river.md5}"
|
||||
>(md5)</a
|
||||
>
|
||||
</p>
|
||||
<p class="block px-4 py-2 text-sm">
|
||||
<a
|
||||
href="https://downloads.tile-os.com/beta/qtile/tileos-qtile-1.2-beta-desktop-amd64.iso"
|
||||
href="https://downloads.tile-os.com/beta/qtile/{qtile.iso}"
|
||||
>Download (1.2 Qtile (Experimental)</a
|
||||
>
|
||||
<a
|
||||
class="underline"
|
||||
href="https://downloads.tile-os.com/beta/qtile/tileos-qtile-1.2-beta-desktop-amd64.sha256.txt"
|
||||
href="https://downloads.tile-os.com/beta/qtile/{qtile.sha256}"
|
||||
>(sha256)</a
|
||||
>
|
||||
<a
|
||||
class="underline"
|
||||
href="https://downloads.tile-os.com/beta/qtile/tileos-qtile-1.2-beta-desktop-amd64.md5.txt"
|
||||
href="https://downloads.tile-os.com/beta/qtile/{qtile.md5}"
|
||||
>(md5)</a
|
||||
>
|
||||
</p>
|
||||
|
@ -164,7 +181,7 @@
|
|||
<!-- Sway Download Link -->
|
||||
<a
|
||||
class="p-2.5 mx-5 my-3 rounded-md bg-[#6993e9] ml-0 hover:bg-[#567ed1] transition-colors"
|
||||
href="https://downloads.tile-os.com/stable/sway/tileos-sway-1.2-desktop-amd64.iso"
|
||||
href="https://downloads.tile-os.com/stable/sway/{sway.iso}"
|
||||
>
|
||||
<Download className="mr-1.5"></Download>
|
||||
Download</a
|
||||
|
@ -191,14 +208,14 @@
|
|||
<p class="block px-4 py-2 text-sm">
|
||||
<a
|
||||
class=""
|
||||
href="https://downloads.tile-os.com/stable/sway/tileos-sway-1.2-desktop-amd64.sha256.txt"
|
||||
href="https://downloads.tile-os.com/stable/sway/{sway.sha256}"
|
||||
>SHA256</a
|
||||
>
|
||||
</p>
|
||||
<p class="block px-4 py-2 text-sm">
|
||||
<a
|
||||
class=""
|
||||
href="https://downloads.tile-os.com/stable/sway/tileos-sway-1.2-desktop-amd64.md5.txt"
|
||||
href="https://downloads.tile-os.com/stable/sway/{sway.md5}"
|
||||
>MD5</a
|
||||
>
|
||||
</p>
|
||||
|
@ -269,7 +286,7 @@
|
|||
<!-- River Download Link -->
|
||||
<a
|
||||
class="p-2.5 mx-5 my-3 rounded-md bg-[#6993e9] ml-0 hover:bg-[#567ed1] transition-colors"
|
||||
href="https://downloads.tile-os.com/stable/river/tileos-river-1.2-desktop-amd64.iso"
|
||||
href="https://downloads.tile-os.com/stable/river/{river.iso}"
|
||||
>
|
||||
<Download className="mr-1.5"></Download>
|
||||
Download</a
|
||||
|
@ -296,14 +313,14 @@
|
|||
<p class="block px-4 py-2 text-sm">
|
||||
<a
|
||||
class=""
|
||||
href="https://downloads.tile-os.com/stable/river/tileos-river-1.2-desktop-amd64.sha256.txt"
|
||||
href="https://downloads.tile-os.com/stable/river/{river.sha256}"
|
||||
>SHA256</a
|
||||
>
|
||||
</p>
|
||||
<p class="block px-4 py-2 text-sm">
|
||||
<a
|
||||
class=""
|
||||
href="https://downloads.tile-os.com/stable/river/tileos-river-1.2-desktop-amd64.md5.txt"
|
||||
href="https://downloads.tile-os.com/stable/river/{river.md5}"
|
||||
>MD5</a
|
||||
>
|
||||
</p>
|
||||
|
@ -374,7 +391,7 @@
|
|||
<!-- Qtile Download Link -->
|
||||
<a
|
||||
class="p-2.5 mx-5 my-3 rounded-md bg-[#6993e9] ml-0 hover:bg-[#567ed1] transition-colors"
|
||||
href="https://downloads.tile-os.com/beta/qtile/tileos-qtile-1.2-beta-desktop-amd64.iso"
|
||||
href="https://downloads.tile-os.com/beta/qtile/{qtile.iso}"
|
||||
>
|
||||
<Download className="mr-1.5"></Download>
|
||||
Download</a
|
||||
|
@ -384,7 +401,7 @@
|
|||
<button
|
||||
class="p-2.5 mx-5 my-3 ml-0 rounded-md bg-[#8bd5ca] checksum-river transition-colors hover:bg-[#65a89e]"
|
||||
on:click={() => {
|
||||
checksumRiverIsPressed = !checksumRiverIsPressed;
|
||||
checksumQtileIsPressed = !checksumQtileIsPressed;
|
||||
}}
|
||||
>
|
||||
<Check className="mr-1.5 checksum-river"></Check>
|
||||
|
@ -392,7 +409,7 @@
|
|||
</button>
|
||||
</div>
|
||||
<div
|
||||
class="absolute left-0 mx-5 my-3 ml-0 w-56 rounded-md bg-[#8bd5ca] {checksumRiverIsPressed
|
||||
class="absolute left-0 mx-5 my-3 ml-0 w-56 rounded-md bg-[#8bd5ca] {checksumQtileIsPressed
|
||||
? 'transition ease-in duration-75 opacity-100 scale-100'
|
||||
: 'opacity-0 transition ease-out duration-100 scale-95'}"
|
||||
>
|
||||
|
@ -401,14 +418,14 @@
|
|||
<p class="block px-4 py-2 text-sm">
|
||||
<a
|
||||
class=""
|
||||
href="https://downloads.tile-os.com/beta/qtile/tileos-qtile-1.2-beta-desktop-amd64.sha256.txt"
|
||||
href="https://downloads.tile-os.com/beta/qtile/{qtile.sha256}"
|
||||
>SHA256</a
|
||||
>
|
||||
</p>
|
||||
<p class="block px-4 py-2 text-sm">
|
||||
<a
|
||||
class=""
|
||||
href="https://downloads.tile-os.com/beta/qtile/tileos-qtile-1.2-beta-desktop-amd64.md5.txt"
|
||||
href="https://downloads.tile-os.com/beta/qtile/{qtile.md5}"
|
||||
>MD5</a
|
||||
>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue