Remove ISO Iframe, fix links, change order of items on homepage
This commit is contained in:
parent
fc1c9920a6
commit
e9d3901d47
|
@ -1,4 +0,0 @@
|
|||
export default () => <iframe
|
||||
src="https://pub.solar/os/download/"
|
||||
className="ps-iso-iframe"
|
||||
></iframe>;
|
|
@ -3,7 +3,6 @@ import Head from '../Head.tsx';
|
|||
import Background from '../Background.tsx';
|
||||
import Homelink from '../Homelink.tsx';
|
||||
import HakkenDates from '../HakkenDates.tsx';
|
||||
import ISOIFrame from '../ISOIFrame.tsx';
|
||||
|
||||
export default ({
|
||||
title,
|
||||
|
@ -15,7 +14,6 @@ export default ({
|
|||
cacheBust,
|
||||
|
||||
showHakkenDates,
|
||||
showISOIFrame,
|
||||
}) => <>
|
||||
<html>
|
||||
<Head
|
||||
|
@ -51,7 +49,6 @@ export default ({
|
|||
></div>
|
||||
|
||||
{showHakkenDates ? <HakkenDates lang="en" className="ps-page--section-contents" /> : null}
|
||||
{showISOIFrame ? <ISOIFrame /> : null}
|
||||
</section>
|
||||
|
||||
<section
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
.ps-iso-iframe {
|
||||
width: 100%;
|
||||
aspect-ratio: 16 / 10;
|
||||
border: 0;
|
||||
border-top: 1px solid var(--foreground);
|
||||
}
|
|
@ -29,6 +29,5 @@ html {
|
|||
@import './background';
|
||||
@import './footer';
|
||||
@import './homelink';
|
||||
@import './iso-iframe.scss';
|
||||
@import './hakken-dates.scss';
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ content:
|
|||
|
||||
## What will we be doing?
|
||||
|
||||
There is only one set agenda point: riding with Critical Mass. In general, we'll be hakking on pub.solar related stuff like [PubSolarOS](https://git.b12f.io/pub-solar/os "PubSolarOS git repo") or [our Infra](https://git.b12f.io/pub-solar/infra "pub.solar infra repo").
|
||||
There is only one set agenda point: riding with Critical Mass. In general, we'll be hakking on pub.solar related stuff like [PubSolarOS](/os "PubSolarOS git repo") or [our Infra](https://git.b12f.io/pub-solar/infra "pub.solar infra repo").
|
||||
|
||||
Stuff we've done so far:
|
||||
|
||||
|
@ -58,7 +58,7 @@ content:
|
|||
|
||||
## Was machen wir denn so?
|
||||
|
||||
Es gibt nur einen festen Programmpunkt: bei der Critical Mass mitradeln. Tendenziell hakken wir danach an pub.solar relatierten sachen wie z.B. [PubSolarOS](https://git.b12f.io/pub-solar/os "PubSolarOS git repo") oder [unsere Infra](https://git.b12f.io/pub-solar/infra "pub.solar infra repo").
|
||||
Es gibt nur einen festen Programmpunkt: bei der Critical Mass mitradeln. Tendenziell hakken wir danach an pub.solar relatierten sachen wie z.B. [PubSolarOS](/os "PubSolarOS git repo") oder [unsere Infra](https://git.b12f.io/pub-solar/infra "pub.solar infra repo").
|
||||
|
||||
Was wir bisher so gemacht haben:
|
||||
|
||||
|
|
10
index.yml
10
index.yml
|
@ -4,17 +4,17 @@ links:
|
|||
- href: https://en.wikipedia.org/wiki/Free_software
|
||||
title: Fucking Free
|
||||
openInNewTab: true
|
||||
- href: /os
|
||||
title: PubSolarOS
|
||||
- href: https://cloud.pub.solar/
|
||||
title: Nextcloud
|
||||
openInNewTab: true
|
||||
- href: https://chat.pub.solar/
|
||||
title: Matrix
|
||||
openInNewTab: true
|
||||
- href: https://mastodon.pub.solar/
|
||||
title: Mastodon
|
||||
openInNewTab: true
|
||||
- href: https://cloud.pub.solar/
|
||||
title: Nextcloud
|
||||
openInNewTab: true
|
||||
- href: /os
|
||||
title: PubSolarOS
|
||||
- href: ./hakken
|
||||
title: hakken.irl
|
||||
- href: ./about
|
||||
|
|
7
os.yml
7
os.yml
|
@ -1,7 +1,6 @@
|
|||
layout: layouts/default.tsx
|
||||
|
||||
title: PubSolarOS
|
||||
showISOIFrame: true
|
||||
|
||||
content:
|
||||
en: |
|
||||
|
@ -25,7 +24,11 @@ content:
|
|||
$ sha256sum --check < ./PubSolarOS-latest.iso.sha256
|
||||
```
|
||||
|
||||
## Other versions
|
||||
## Other downloads
|
||||
|
||||
The full list of ISOs and their signatures can be found on our download page.
|
||||
|
||||
[View all ISO downloads](https://pub.solar/os/download/)
|
||||
|
||||
de: |
|
||||
# PubSolarOS ist ein Betriebssystem
|
||||
|
|
Loading…
Reference in a new issue