Fix issue #1
This commit is contained in:
parent
2a24e3f650
commit
3815ef1ed4
@ -106,6 +106,17 @@ import { SITE } from '~/config.mjs';
|
||||
});
|
||||
};
|
||||
|
||||
window.onhashchange = function () {
|
||||
document.documentElement.classList.add('motion-safe:scroll-smooth');
|
||||
const elem = document.querySelector('[data-aw-toggle-menu]');
|
||||
if (elem) {
|
||||
elem.classList.remove('expanded');
|
||||
}
|
||||
document.body.classList.remove('overflow-hidden');
|
||||
document.getElementById('header')?.classList.remove('h-screen');
|
||||
document.querySelector('#header nav')?.classList.add('hidden');
|
||||
}
|
||||
|
||||
window.onpageshow = function () {
|
||||
document.documentElement.classList.add('motion-safe:scroll-smooth');
|
||||
const elem = document.querySelector('[data-aw-toggle-menu]');
|
||||
|
@ -15,6 +15,7 @@ const links = [
|
||||
const social = [
|
||||
{ label: 'Discord', icon: 'tabler:brand-discord', href: 'https://discord.gg/aGR4YFCB' },
|
||||
{ label: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/PikaOS-Linux' },
|
||||
{ label: 'Launchpad', icon: 'tabler:brand-ubuntu', href: 'https://launchpad.net/~pikaos' },
|
||||
];
|
||||
---
|
||||
|
||||
|
@ -73,7 +73,7 @@ const links = [
|
||||
<li class="md:hidden">
|
||||
<a
|
||||
class="font-bold hover:text-gray-900 dark:hover:text-white px-4 py-3 flex items-center transition duration-150 ease-in-out"
|
||||
href="https://github.com/onwidget/astrowind">Github</a
|
||||
href="https://github.com/PikaOS-Linux">Github</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -25,7 +25,7 @@ const meta = {
|
||||
<Hero
|
||||
callToAction={{
|
||||
text: "Get PikaOS",
|
||||
href: "https://pikaos.ferreo.dev/PikaOS-Gnome-2210-amd64_22.12.27.iso",
|
||||
href: "https://pikaos.ferreo.dev/PikaOS-Gnome-2210-amd64_23.01.14.iso",
|
||||
icon: "tabler:download",
|
||||
}}
|
||||
callToAction2={{ text: "Learn more", href: "#features" }}
|
||||
@ -35,13 +35,13 @@ const meta = {
|
||||
}}
|
||||
>
|
||||
<Fragment slot="title">
|
||||
Your new linux distro, <span>PikaOS</span>!
|
||||
Your new Linux distro, <span>PikaOS</span>!
|
||||
</Fragment>
|
||||
|
||||
<Fragment slot="subtitle">
|
||||
<span class="hidden sm:inline">
|
||||
PikaOS is a gaming focused linux distribution focussing on ease of use and high
|
||||
compatability. Using the know how from <a class="underline" href="https://nobaraproject.org/">Nobara</a> combined with a <a class="underline" href="https://ubuntu.com/">Ubuntu</a> base, PikaOS is almost unrivaled in software comaptability.
|
||||
PikaOS is a gaming focused Linux distribution focussing on ease of use and high
|
||||
compatability. Using the know how from <a class="underline" href="https://nobaraproject.org/">Nobara</a> combined with a <a class="underline" href="https://ubuntu.com/">Ubuntu</a> base, PikaOS is almost unrivaled in software compatability.
|
||||
</span>
|
||||
</Fragment>
|
||||
</Hero>
|
||||
@ -61,13 +61,13 @@ const meta = {
|
||||
{
|
||||
title: "Cute Birb",
|
||||
description:
|
||||
"PikaOS has a cute birb as the logo/mascot. Who doesn't love the litte guy?",
|
||||
"PikaOS has a cute birb as the logo/mascot. Who doesn't love the little guy? OwO",
|
||||
icon: "tabler:viewfinder",
|
||||
},
|
||||
{
|
||||
title: "Gaming Out Of The box",
|
||||
description:
|
||||
"PikeOS is setup to enable as pain free as possible linux gaming out of the box.",
|
||||
"PikaOS is setup to enable as pain free as possible Linux gaming out of the box.",
|
||||
icon: "tabler:components",
|
||||
},
|
||||
{
|
||||
@ -81,7 +81,7 @@ const meta = {
|
||||
{
|
||||
title: "Excellent Performance",
|
||||
description:
|
||||
"The combination of upto date drivers and a custom tweaked kernel mean PikaOS is fast.",
|
||||
"The combination of up to date drivers and a custom tweaked kernel means PikaOS is fast.",
|
||||
icon: "tabler:rocket",
|
||||
},
|
||||
{
|
||||
@ -93,7 +93,7 @@ const meta = {
|
||||
{
|
||||
title: "Open Source",
|
||||
description:
|
||||
"All of our code can be found on our github and are ppas are available on launchpad. Contributions are also very welcome!",
|
||||
"All of our code can be found on our github and our ppas are available on launchpad. Contributions are also very welcome!",
|
||||
icon: "tabler:bulb",
|
||||
},
|
||||
],
|
||||
@ -254,7 +254,7 @@ const meta = {
|
||||
<CallToAction
|
||||
callToAction={{
|
||||
text: "Download ISO",
|
||||
href: "https://pikaos.ferreo.dev/PikaOS-Gnome-2210-amd64_22.12.27.iso",
|
||||
href: "https://pikaos.ferreo.dev/PikaOS-Gnome-2210-amd64_23.01.14.iso",
|
||||
icon: "tabler:download",
|
||||
}}
|
||||
>
|
||||
@ -264,7 +264,7 @@ const meta = {
|
||||
|
||||
<Fragment slot="subtitle">
|
||||
Grab our latest PikaOS ISO now!<br/><br/>
|
||||
<a class="underline pb-5" href="https://pikaos.ferreo.dev/PikaOS-Gnome-2210-amd64_22.12.27.md5">MD5 hash here.</a>
|
||||
<a class="underline pb-5" href="https://pikaos.ferreo.dev/PikaOS-Gnome-2210-amd64_23.01.14">MD5 hash here.</a>
|
||||
</Fragment>
|
||||
</CallToAction>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user