From 14c9aa3f49f9114e1de1c377d0b3bddb4510516e Mon Sep 17 00:00:00 2001 From: ferrreo Date: Tue, 27 Jun 2023 18:02:18 +0100 Subject: [PATCH] Add status page and link to cloudflare --- src/components/widgets/CreditsWidget.astro | 4 ++++ src/components/widgets/Header.astro | 4 ++++ src/pages/index.astro | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/widgets/CreditsWidget.astro b/src/components/widgets/CreditsWidget.astro index 437e92a..5720994 100644 --- a/src/components/widgets/CreditsWidget.astro +++ b/src/components/widgets/CreditsWidget.astro @@ -60,6 +60,10 @@ const credits: CreditsData[] = [ role: "Logo Artist & Financial Contributor", contributor: "nesper8", }, + { + role: "Global CDN and infrastructure", + contributor: "Cloudflare", + }, ]; --- diff --git a/src/components/widgets/Header.astro b/src/components/widgets/Header.astro index 6e38675..6ba0ffe 100644 --- a/src/components/widgets/Header.astro +++ b/src/components/widgets/Header.astro @@ -23,6 +23,10 @@ const links = [ text: "Credits", href: "/credits", }, + { + text: "Status", + href: "https://status.pika-os.com/", + }, // { // text: 'About us', // href: '#about', diff --git a/src/pages/index.astro b/src/pages/index.astro index f7a1253..880fbbd 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -50,7 +50,7 @@ const meta = { > combined with a Ubuntu base, PikaOS is almost unrivaled in software compatibility. - Not to be confused with PikeOS which isn't even a gaming linux distribution and is apparently made by people that like to file spurious trademark claims. + Our repository is also extremely fast globally thanks to Cloudflare's CDN. They also power our global ISO mirrors and status page.