Add status page and link to cloudflare

This commit is contained in:
ferrreo 2023-06-27 18:02:18 +01:00
parent 22c26a140e
commit 14c9aa3f49
3 changed files with 9 additions and 1 deletions

View File

@ -60,6 +60,10 @@ const credits: CreditsData[] = [
role: "Logo Artist & Financial Contributor",
contributor: "nesper8",
},
{
role: "Global CDN and infrastructure",
contributor: "Cloudflare",
},
];
---

View File

@ -23,6 +23,10 @@ const links = [
text: "Credits",
href: "/credits",
},
{
text: "Status",
href: "https://status.pika-os.com/",
},
// {
// text: 'About us',
// href: '#about',

View File

@ -50,7 +50,7 @@ const meta = {
> combined with a <a class="underline" href="https://ubuntu.com/"
>Ubuntu</a
> 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 <a class="underline" href="https://ubuntu.com/">Cloudflare's</a> CDN. They also power our global ISO mirrors and status page.
</span>
</Fragment>
</Hero>