make the homepage not suck

hslick-master
Leah Rowe 2021-09-05 13:04:32 +01:00
parent fecfb687c9
commit 8a93fac21f
3 changed files with 26 additions and 11 deletions

View File

@ -1,7 +0,0 @@
nav#TOC {
min-width:100%;
max-width:100%;
width:100%;
padding:0;
margin:0;
}

View File

@ -2,6 +2,15 @@
title: Libreboot project
...
<div class="left">
<video controls="controls" poster="//static.fsf.org/nosvn/rms-photos/20140407-geneva-01.png" style="width:300px; padding:0; margin:0;" src="https://audio-video.gnu.org/video/TEDxGE2014_Stallman05_LQ.webm" type="video/webm">
RMS video
</video>
</div>
Free your BIOS today! GNU GPL style
-----------------------------------
Libreboot is
[freedom-respecting](https://www.gnu.org/philosophy/free-sw.html) *boot
firmware* that initializes the hardware (e.g. memory controller, CPU,
@ -12,6 +21,8 @@ firmware. Help is available
via [\#libreboot](https://web.libera.chat/#libreboot)
on [Libera](https://libera.chat/) IRC.
[![](https://av.vimuser.org/0001-300x225.jpg){.right}](https://av.vimuser.org/0001.jpg)
Libreboot uses [coreboot](https://www.coreboot.org/) for [hardware
initialization](https://doc.coreboot.org/getting_started/architecture.html).
Coreboot is difficult to configure for most non-technical users; it handles

View File

@ -15,11 +15,12 @@ $if(keywords)$
$endif$
<title>$if(title-prefix)$$title-prefix$ $endif$$pagetitle$</title>
<style type="text/css">
html{background:#fff}
.date,.author,.h a{display:none}
html{padding:1em}
body{
body,a:hover{
font:1em sans-serif;
line-height:1.4
line-height:1.4;
color:#222
}
a{color:#22d}
code,pre,#TOC,a:hover{background:#eee}
@ -35,7 +36,17 @@ code,pre,#TOC,a:hover{background:#eee}
text-align:center
}
.title>*{display:block}
img{max-width:100%}
img,video{max-width:100%}
.left{
float:left;
margin:1em 1em 1em 0
}
.right{
float:right;
margin:1em 0 1em 1em
}
html,ul,#TOC{padding:1em}
#TOC{margin:1em}
</style>
$if(quotes)$
<style type="text/css">q { quotes: "“" "”" "" ""; }</style>