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..33b4b7c5 --- /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 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. +

+ + +
+
+
+ +
+

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

+
+
\ No newline at end of file