Skip to content

Commit

Permalink
Merge pull request #18 from Ultramarine-Linux/feat/39
Browse files Browse the repository at this point in the history
39
  • Loading branch information
lleyton authored Nov 23, 2023
2 parents fffcc70 + 59aa2e1 commit ea8e079
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 8 deletions.
36 changes: 28 additions & 8 deletions src/pages/download.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import BaseLayout from "../layouts/BaseLayout.astro";
>
<BackMenu targetLink="/" target="Home" />
<h1 class="text-4xl font-bold">Pick your flavor of Ultramarine</h1>
<h2 class="pt-1 text-gray-400">Latest Release: 38 (Tortuga)</h2>
<h2 class="pt-1 text-gray-400">Latest Release: 39 (Kuma)</h2>
<div class="">
<div
class="grid grid-flow-row-dense grid-cols-1 gap-10 pt-12 md:grid-cols-2 md:flex-row"
Expand All @@ -22,28 +22,28 @@ import BaseLayout from "../layouts/BaseLayout.astro";
editionName="Flagship"
screenshot="../ultramarine.png"
description="The flagship edition with the latest and greatest software and our best polish. Powered by Budgie Desktop. (Recommended)"
downloadLink="https://images.fyralabs.com/isos/ultramarine/38/ultramarine-flagship-x86_64.iso"
downloadLink="https://images.fyralabs.com/isos/ultramarine/39/ultramarine-flagship-39-live-x86_64.iso"
/>

<DownloadSectionNew
editionName="GNOME"
screenshot="../GNOME.png"
description="GNOME is a simple, elegant, and intuitive desktop environment with a focus on productivity."
downloadLink="https://images.fyralabs.com/isos/ultramarine/38/ultramarine-gnome-x86_64.iso"
downloadLink="https://images.fyralabs.com/isos/ultramarine/39/ultramarine-gnome-39-live-x86_64.iso"
/>

<DownloadSectionNew
editionName="Pantheon"
screenshot="../pantheon.png"
description="The default desktop of elementary OS focused on elegance and visual appeal."
downloadLink="https://images.fyralabs.com/isos/ultramarine/38/ultramarine-pantheon-x86_64.iso"
downloadLink="https://images.fyralabs.com/isos/ultramarine/39/ultramarine-pantheon-39-live-x86_64.iso"
/>

<DownloadSectionNew
editionName="KDE Plasma"
screenshot="../plasma.png"
description="The good old familiar KDE Plasma Desktop Environment --- simple by default, powerful when needed."
downloadLink="https://images.fyralabs.com/isos/ultramarine/38/ultramarine-plasma-x86_64.iso"
downloadLink="https://images.fyralabs.com/isos/ultramarine/39/ultramarine-kde-39-live-x86_64.iso"
/>
</div>
</div>
Expand All @@ -70,9 +70,29 @@ import BaseLayout from "../layouts/BaseLayout.astro";
find them
<a
class="text-gray-800 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-200"
href="/um38-arm"
>
here</a
href="/um39-arm">here</a
>.
</h2>
</div>
<div>
<h2 class="text-2xl font-semibold">Disk images</h2>
<h2 class="pt-1 text-gray-400">
Disk images for Ultramarine are available
<a
class="text-gray-800 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-200"
href="https://images.fyralabs.com/images/ultramarine/39/"
target="_blank"
rel="noopener noreferrer">here</a
>.
</h2>
</div>
<div>
<h2 class="text-2xl font-semibold">Ultramarine 38</h2>
<h2 class="pt-1 text-gray-400">
Old Ultramarine 38 Builds are available
<a
class="text-gray-800 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-200"
href="/um38">here</a
>.
</h2>
</div>
Expand Down
71 changes: 71 additions & 0 deletions src/pages/um38.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
import BackMenu from "../components/BackMenu.vue";
import DownloadSectionNew from "../components/DownloadSectionNew.vue";
import BaseLayout from "../layouts/BaseLayout.astro";
---

<BaseLayout>
<div class="min-h-screen text-gray-900 bg-gray-100 dark:text-gray-200 dark:bg-gray-900">
<div
class="flex flex-col min-h-screen p-2 md:px-12 text-gray-900 bg-gray-100 place-content-center md:items-center dark:bg-gray-900 dark:text-gray-100">
<BackMenu targetLink="/download" target="latest release"></BackMenu>
<h1 class="text-4xl font-bold">Ultramarine 38 releases</h1>
<h2 class="pt-1 text-gray-400">Previous release of Ultramarine Linux.</h2>
<div class="">
<div class="grid grid-flow-row-dense grid-cols-1 gap-10 pt-12 md:grid-cols-2 md:flex-row">
<DownloadSectionNew
editionName="Flagship"
screenshot="../flagship-legacy.png"
description="The flagship edition with the latest and greatest software and our best polish. Powered by Budgie Desktop. (Recommended)"
downloadLink="https://images.fyralabs.com/isos/ultramarine/38/ultramarine-flagship-x86_64.iso"
/>

<DownloadSectionNew
editionName="GNOME"
screenshot="../GNOME-legacy.png"
description="GNOME is a simple, elegant, and intuitive desktop environment with a focus on productivity."
downloadLink="https://images.fyralabs.com/isos/ultramarine/38/ultramarine-gnome-x86_64.iso"
/>

<DownloadSectionNew
editionName="Pantheon"
screenshot="../pantheon-legacy.png"
description="The default desktop of elementary OS focused on elegance and visual appeal."
downloadLink="https://images.fyralabs.com/isos/ultramarine/38/ultramarine-pantheon-x86_64.iso"
/>

<DownloadSectionNew
editionName="KDE Plasma"
screenshot="../plasma.png"
description="The good old familiar KDE Plasma Desktop Environment --- simple by default, powerful when needed."
downloadLink="https://images.fyralabs.com/isos/ultramarine/38/ultramarine-plasma-x86_64.iso"
/>
</div>
</div>

<div class="flex flex-col items-center justify-center text-center gap-10 mt-24 mb-10">
<div>
<h2 class="text-2xl font-semibold">Torrents</h2>
<h2 class="pt-1 text-gray-400">Alternatively, you can download Ultramarine Linux from FOSS Torrents with the torrents which can be found
<a class="text-gray-800 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-200"
href="https://fosstorrents.com/distributions/ultramarine-linux/">here</a>.
</h2>
</div>
<div>
<h2 class="text-2xl font-semibold">ARM Builds</h2>
<h2 class="pt-1 text-gray-400">If you want to download ARM builds for Ultramarine Linux, you can find them
<a class="text-gray-800 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-200"
href="/um38-arm">here</a>.
</h2>
</div>
</div>
</div>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
integrity="sha512-Fo3rlrZj/k7ujTnHg4CGR2D7kSs0v4LLanw2qksYuRlEzO+tcaEPQogQ0KaoGN26/zrn20ImR1DfuLWnOo7aBA=="
crossorigin="anonymous" />
</div>
</BaseLayout>


61 changes: 61 additions & 0 deletions src/pages/um39-arm.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
import BackMenu from "../components/BackMenu.vue";
import DownloadSectionNew from "../components/DownloadSectionNew.vue";
import BaseLayout from "../layouts/BaseLayout.astro";
---

<BaseLayout>
<div
class="min-h-screen text-gray-900 bg-gray-100 dark:text-gray-200 dark:bg-gray-900"
>
<div
class="flex flex-col min-h-screen p-2 md:px-12 text-gray-900 bg-gray-100 place-content-center md:items-center dark:bg-gray-900 dark:text-gray-100"
>
<BackMenu targetLink="/download" target="Downloads" />
<h1 class="text-4xl font-bold">ARM Builds</h1>
<h2 class="pt-1 text-gray-400">
You can find ARM (aarch64) builds of Ultramarine Linux 39 here.
</h2>
<div class="mb-8">
<div
class="grid grid-flow-row-dense grid-cols-1 gap-10 pt-12 md:grid-cols-2 md:flex-row"
>
<DownloadSectionNew
editionName="Flagship"
screenshot="../ultramarine.png"
description="The flagship edition with the latest and greatest software and our best polish. Powered by Budgie Desktop. (Recommended)"
downloadLink="https://images.fyralabs.com/isos/ultramarine/39/ultramarine-flagship-39-live-aarch64.iso"
/>

<DownloadSectionNew
editionName="GNOME"
screenshot="../GNOME.png"
description="GNOME is a simple, elegant, and intuitive desktop environment with a focus on productivity."
downloadLink="https://images.fyralabs.com/isos/ultramarine/39/ultramarine-gnome-39-live-aarch64.iso"
/>

<DownloadSectionNew
editionName="Pantheon"
screenshot="../pantheon.png"
description="The default desktop of elementary OS focused on elegance and visual appeal."
downloadLink="https://images.fyralabs.com/isos/ultramarine/39/ultramarine-pantheon-39-live-aarch64.iso"
/>

<DownloadSectionNew
editionName="KDE Plasma"
screenshot="../plasma.png"
description="The good old familiar KDE Plasma Desktop Environment --- simple by default, powerful when needed."
downloadLink="https://images.fyralabs.com/isos/ultramarine/39/ultramarine-plasma-39-live-aarch64.iso"
/>
</div>
</div>
</div>

<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
integrity="sha512-Fo3rlrZj/k7ujTnHg4CGR2D7kSs0v4LLanw2qksYuRlEzO+tcaEPQogQ0KaoGN26/zrn20ImR1DfuLWnOo7aBA=="
crossorigin="anonymous"
/>
</div>
</BaseLayout>

0 comments on commit ea8e079

Please sign in to comment.