From d5a6df0580ad470031d1ce5d0c8078933d42366e Mon Sep 17 00:00:00 2001 From: forbesus Date: Wed, 30 Oct 2024 18:36:40 -0700 Subject: [PATCH 1/2] fix: create sub pages for whitepaper and economics --- src/components/footer/footer.astro | 4 ++-- src/pages/economics.astro | 38 ++++++++++++++++++++++++++++++ src/pages/whitepaper.astro | 38 ++++++++++++++++++++++++++++++ 3 files changed, 78 insertions(+), 2 deletions(-) create mode 100644 src/pages/economics.astro create mode 100644 src/pages/whitepaper.astro diff --git a/src/components/footer/footer.astro b/src/components/footer/footer.astro index 2675771b..378a846e 100644 --- a/src/components/footer/footer.astro +++ b/src/components/footer/footer.astro @@ -131,11 +131,11 @@ const links = [ }, { title: "Economics Paper", - link: "https://ipfs.io/ipfs/QmdV52bF7j4utynJ6L11RgG93FuJiUmBH1i7pRD6NjUt6B", + link: "/economics", }, { title: "White Paper", - link: "https://ipfs.io/ipfs/QmVwsi5kTrg7UcUEGi5UfdheVLBWoHjze2pHy4tLqYvLYv", + link: "/whitepaper", }, { title: "Blog", diff --git a/src/pages/economics.astro b/src/pages/economics.astro new file mode 100644 index 00000000..19467a7d --- /dev/null +++ b/src/pages/economics.astro @@ -0,0 +1,38 @@ +--- +import Layout from "@/layouts/layout.astro"; +const redirectUrl = "https://ipfs.io/ipfs/QmdV52bF7j4utynJ6L11RgG93FuJiUmBH1i7pRD6NjUt6B"; +--- + + + + + +
+
+
+

+ Redirecting to Economic Resources +

+

+ You’re being redirected to our economic resources for a deeper insight into our platform. If you’re not automatically redirected, please click below. +

+ + +
+
+
+ +
+

+ If redirection does not happen, please click here to proceed manually. +

+
+
\ No newline at end of file diff --git a/src/pages/whitepaper.astro b/src/pages/whitepaper.astro new file mode 100644 index 00000000..167f0e0a --- /dev/null +++ b/src/pages/whitepaper.astro @@ -0,0 +1,38 @@ +--- +import Layout from "@/layouts/layout.astro"; +const redirectUrl = "https://ipfs.io/ipfs/QmVwsi5kTrg7UcUEGi5UfdheVLBWoHjze2pHy4tLqYvLYv"; +--- + + + + + +
+
+
+

+ Redirecting to Whitepaper +

+

+ You are being redirected to our whitepaper, where you can explore in-depth insights into our platform. If redirection doesn’t happen automatically, please click the button below. +

+ + +
+
+
+ +
+

+ If automatic redirection fails, click here to access the whitepaper manually. +

+
+
\ No newline at end of file From 760056cef0df130b9af479293b0b85adc8af4e90 Mon Sep 17 00:00:00 2001 From: forbesus Date: Fri, 1 Nov 2024 19:20:07 -0700 Subject: [PATCH 2/2] fix: change content --- src/pages/whitepaper.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/whitepaper.astro b/src/pages/whitepaper.astro index 167f0e0a..33b4b7c5 100644 --- a/src/pages/whitepaper.astro +++ b/src/pages/whitepaper.astro @@ -3,7 +3,7 @@ import Layout from "@/layouts/layout.astro"; const redirectUrl = "https://ipfs.io/ipfs/QmVwsi5kTrg7UcUEGi5UfdheVLBWoHjze2pHy4tLqYvLYv"; --- - + @@ -11,7 +11,7 @@ const redirectUrl = "https://ipfs.io/ipfs/QmVwsi5kTrg7UcUEGi5UfdheVLBWoHjze2pHy4

- Redirecting to Whitepaper + Redirecting to Akash Whitepaper

You are being redirected to our whitepaper, where you can explore in-depth insights into our platform. If redirection doesn’t happen automatically, please click the button below. @@ -23,7 +23,7 @@ const redirectUrl = "https://ipfs.io/ipfs/QmVwsi5kTrg7UcUEGi5UfdheVLBWoHjze2pHy4 target="_blank" class="inline-flex items-center justify-center rounded-lg bg-primary px-6 py-3 text-white text-base font-semibold hover:bg-primary/90" > - Access Whitepaper + Access Akash Whitepaper