Update iframe iso list
This commit is contained in:
parent
5109fd57f7
commit
91ebdb946a
|
@ -1,4 +1,6 @@
|
||||||
.ps-iso-iframe {
|
.ps-iso-iframe {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
aspect-ratio: 16 / 9;
|
aspect-ratio: 16 / 10;
|
||||||
|
border: 0;
|
||||||
|
border-top: 1px solid var(--foreground);
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
border: 12px solid black;
|
border: 12px solid black;
|
||||||
margin-top: 10vh;
|
margin-top: 10vh;
|
||||||
margin-bottom: 10vh;
|
margin-bottom: 10vh;
|
||||||
padding: 5vw;
|
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
@ -39,6 +38,10 @@
|
||||||
margin: 1vw;
|
margin: 1vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&_home {
|
||||||
|
padding: 5vw;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
border-bottom: 1px solid white;
|
border-bottom: 1px solid white;
|
||||||
|
@ -78,6 +81,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&--section-contents {
|
&--section-contents {
|
||||||
|
margin: 5vw;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 1.75;
|
line-height: 1.75;
|
||||||
|
|
||||||
|
|
6
os.yml
6
os.yml
|
@ -15,16 +15,18 @@ content:
|
||||||
|
|
||||||
Since PubSolarOS is still in it's infancy the setup can be quite involved and documentation out of date (lol). Reach out to us via [#hakken in Matrix](https://matrix.to/#/#hakken:pub.solar?via=chat.pub.solar).
|
Since PubSolarOS is still in it's infancy the setup can be quite involved and documentation out of date (lol). Reach out to us via [#hakken in Matrix](https://matrix.to/#/#hakken:pub.solar?via=chat.pub.solar).
|
||||||
|
|
||||||
## Downloads
|
## Latest version
|
||||||
|
|
||||||
**Download the latest ISO build: [PubSolarOS-latest.iso](https://pub.solar/os/download/PubSolarOS-latest.iso)**
|
**Download the latest ISO build: [PubSolarOS-latest.iso](https://pub.solar/os/download/PubSolarOS-latest.iso)**
|
||||||
|
|
||||||
To verify the checksum download the [sha256 signature file](https://pub.solar/os/download/PubSolarOS-latest.iso.sha256), place it next to the iso, and run a check:
|
To verify the checksum download the [sha256 signature file](https://pub.solar/os/download/PubSolarOS-latest.iso.sha256), place it next to the iso, and run a check:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ sha256sum --check < pubsolaros-latest.iso.sha256
|
$ sha256sum --check < ./PubSolarOS-latest.iso.sha256
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Other versions
|
||||||
|
|
||||||
de: |
|
de: |
|
||||||
# PubSolarOS ist ein Betriebssystem
|
# PubSolarOS ist ein Betriebssystem
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue