From 56f617404bd9d5ecafde41069ac7dfaeb0d5844a Mon Sep 17 00:00:00 2001 From: Asraye Date: Sat, 6 Sep 2025 23:49:58 +1000 Subject: [PATCH 1/3] feat: add download button/modal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also ran through prettier to make it 💅 𝓹𝓻𝓮𝓽𝓽𝔂 🌟 --- src/pages/index.astro | 374 +++++++++++++++++++++++++++++++++--------- 1 file changed, 301 insertions(+), 73 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 7c085da..71d7e71 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,103 +1,331 @@ --- -import NavBar from '../components/nav/NavBar.astro'; -import HomepageCard from '../components/HomepageCard.astro'; -import Layout from '../layouts/Layout.astro'; +import NavBar from "../components/nav/NavBar.astro"; +import HomepageCard from "../components/HomepageCard.astro"; +import Layout from "../layouts/Layout.astro"; ---
-
-
- - - - \ No newline at end of file + + + + + + + + From 99e18dfa2cc6d99fa914a0c78d0012e47f3bd0df Mon Sep 17 00:00:00 2001 From: Asraye Date: Tue, 16 Sep 2025 22:13:05 +1000 Subject: [PATCH 2/3] feat: add download page --- src/pages/download.astro | 130 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 src/pages/download.astro diff --git a/src/pages/download.astro b/src/pages/download.astro new file mode 100644 index 0000000..45f46a3 --- /dev/null +++ b/src/pages/download.astro @@ -0,0 +1,130 @@ +--- +import Layout from "../layouts/Layout.astro"; +--- + + +
+

+ Download Adapt +

+

+ Get the latest desktop version of Adapt for your platform. +

+ +
+ +
+
+
+ Windows Icon +
+

Windows

+
+ +
+ + +
+
+
+ Mac Icon +
+

MacOS

+
+ +
+ + +
+
+
+ Linux Icon +
+

Linux

+
+ +
+
+
+
From 36b77e3c93abd090f7c25d745be7e451802039ea Mon Sep 17 00:00:00 2001 From: Asraye Date: Tue, 16 Sep 2025 22:14:12 +1000 Subject: [PATCH 3/3] revert: go back to og index --- src/pages/index.astro | 374 +++++++++--------------------------------- 1 file changed, 73 insertions(+), 301 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 71d7e71..b4498ad 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,331 +1,103 @@ --- -import NavBar from "../components/nav/NavBar.astro"; -import HomepageCard from "../components/HomepageCard.astro"; -import Layout from "../layouts/Layout.astro"; +import NavBar from '../components/nav/NavBar.astro'; +import HomepageCard from '../components/HomepageCard.astro'; +import Layout from '../layouts/Layout.astro'; ---
- -
+ + + + + +