Deployment

This commit is contained in:
DeathByDenim 2023-06-11 20:09:51 -04:00
parent 4ab3bdd283
commit 5d2de5157b
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
29 changed files with 1783 additions and 1180 deletions

View File

@ -1,18 +1,4 @@
@charset "UTF-8";
.titletext {
color: #81BB27;
}
body > .container {
background-color: #C8C8C8;
padding: 40px;
max-width: 1000px;
}
.header {
background-color: #43543F;
}
.table a {
color: #81BB27;
}
@ -136,12 +122,12 @@ body > .container {
--bs-emphasis-color-rgb: 0, 0, 0;
--bs-secondary-color: rgba(63, 63, 62, 0.75);
--bs-secondary-color-rgb: 63, 63, 62;
--bs-secondary-bg: #e9ecef;
--bs-secondary-bg-rgb: 233, 236, 239;
--bs-secondary-bg: #C8C8C8;
--bs-secondary-bg-rgb: 200, 200, 200;
--bs-tertiary-color: rgba(63, 63, 62, 0.5);
--bs-tertiary-color-rgb: 63, 63, 62;
--bs-tertiary-bg: #f8f9fa;
--bs-tertiary-bg-rgb: 248, 249, 250;
--bs-tertiary-bg: #43543F;
--bs-tertiary-bg-rgb: 67, 84, 63;
--bs-heading-color: inherit;
--bs-link-color: #43543F;
--bs-link-color-rgb: 67, 84, 63;
@ -8140,6 +8126,156 @@ textarea.form-control-lg {
margin-left: auto !important;
}
.m-n1 {
margin: -0.25rem !important;
}
.m-n2 {
margin: -0.5rem !important;
}
.m-n3 {
margin: -1rem !important;
}
.m-n4 {
margin: -1.5rem !important;
}
.m-n5 {
margin: -3rem !important;
}
.mx-n1 {
margin-right: -0.25rem !important;
margin-left: -0.25rem !important;
}
.mx-n2 {
margin-right: -0.5rem !important;
margin-left: -0.5rem !important;
}
.mx-n3 {
margin-right: -1rem !important;
margin-left: -1rem !important;
}
.mx-n4 {
margin-right: -1.5rem !important;
margin-left: -1.5rem !important;
}
.mx-n5 {
margin-right: -3rem !important;
margin-left: -3rem !important;
}
.my-n1 {
margin-top: -0.25rem !important;
margin-bottom: -0.25rem !important;
}
.my-n2 {
margin-top: -0.5rem !important;
margin-bottom: -0.5rem !important;
}
.my-n3 {
margin-top: -1rem !important;
margin-bottom: -1rem !important;
}
.my-n4 {
margin-top: -1.5rem !important;
margin-bottom: -1.5rem !important;
}
.my-n5 {
margin-top: -3rem !important;
margin-bottom: -3rem !important;
}
.mt-n1 {
margin-top: -0.25rem !important;
}
.mt-n2 {
margin-top: -0.5rem !important;
}
.mt-n3 {
margin-top: -1rem !important;
}
.mt-n4 {
margin-top: -1.5rem !important;
}
.mt-n5 {
margin-top: -3rem !important;
}
.me-n1 {
margin-right: -0.25rem !important;
}
.me-n2 {
margin-right: -0.5rem !important;
}
.me-n3 {
margin-right: -1rem !important;
}
.me-n4 {
margin-right: -1.5rem !important;
}
.me-n5 {
margin-right: -3rem !important;
}
.mb-n1 {
margin-bottom: -0.25rem !important;
}
.mb-n2 {
margin-bottom: -0.5rem !important;
}
.mb-n3 {
margin-bottom: -1rem !important;
}
.mb-n4 {
margin-bottom: -1.5rem !important;
}
.mb-n5 {
margin-bottom: -3rem !important;
}
.ms-n1 {
margin-left: -0.25rem !important;
}
.ms-n2 {
margin-left: -0.5rem !important;
}
.ms-n3 {
margin-left: -1rem !important;
}
.ms-n4 {
margin-left: -1.5rem !important;
}
.ms-n5 {
margin-left: -3rem !important;
}
.p-0 {
padding: 0 !important;
}
@ -9556,6 +9692,121 @@ textarea.form-control-lg {
.ms-sm-auto {
margin-left: auto !important;
}
.m-sm-n1 {
margin: -0.25rem !important;
}
.m-sm-n2 {
margin: -0.5rem !important;
}
.m-sm-n3 {
margin: -1rem !important;
}
.m-sm-n4 {
margin: -1.5rem !important;
}
.m-sm-n5 {
margin: -3rem !important;
}
.mx-sm-n1 {
margin-right: -0.25rem !important;
margin-left: -0.25rem !important;
}
.mx-sm-n2 {
margin-right: -0.5rem !important;
margin-left: -0.5rem !important;
}
.mx-sm-n3 {
margin-right: -1rem !important;
margin-left: -1rem !important;
}
.mx-sm-n4 {
margin-right: -1.5rem !important;
margin-left: -1.5rem !important;
}
.mx-sm-n5 {
margin-right: -3rem !important;
margin-left: -3rem !important;
}
.my-sm-n1 {
margin-top: -0.25rem !important;
margin-bottom: -0.25rem !important;
}
.my-sm-n2 {
margin-top: -0.5rem !important;
margin-bottom: -0.5rem !important;
}
.my-sm-n3 {
margin-top: -1rem !important;
margin-bottom: -1rem !important;
}
.my-sm-n4 {
margin-top: -1.5rem !important;
margin-bottom: -1.5rem !important;
}
.my-sm-n5 {
margin-top: -3rem !important;
margin-bottom: -3rem !important;
}
.mt-sm-n1 {
margin-top: -0.25rem !important;
}
.mt-sm-n2 {
margin-top: -0.5rem !important;
}
.mt-sm-n3 {
margin-top: -1rem !important;
}
.mt-sm-n4 {
margin-top: -1.5rem !important;
}
.mt-sm-n5 {
margin-top: -3rem !important;
}
.me-sm-n1 {
margin-right: -0.25rem !important;
}
.me-sm-n2 {
margin-right: -0.5rem !important;
}
.me-sm-n3 {
margin-right: -1rem !important;
}
.me-sm-n4 {
margin-right: -1.5rem !important;
}
.me-sm-n5 {
margin-right: -3rem !important;
}
.mb-sm-n1 {
margin-bottom: -0.25rem !important;
}
.mb-sm-n2 {
margin-bottom: -0.5rem !important;
}
.mb-sm-n3 {
margin-bottom: -1rem !important;
}
.mb-sm-n4 {
margin-bottom: -1.5rem !important;
}
.mb-sm-n5 {
margin-bottom: -3rem !important;
}
.ms-sm-n1 {
margin-left: -0.25rem !important;
}
.ms-sm-n2 {
margin-left: -0.5rem !important;
}
.ms-sm-n3 {
margin-left: -1rem !important;
}
.ms-sm-n4 {
margin-left: -1.5rem !important;
}
.ms-sm-n5 {
margin-left: -3rem !important;
}
.p-sm-0 {
padding: 0 !important;
}
@ -10106,6 +10357,121 @@ textarea.form-control-lg {
.ms-md-auto {
margin-left: auto !important;
}
.m-md-n1 {
margin: -0.25rem !important;
}
.m-md-n2 {
margin: -0.5rem !important;
}
.m-md-n3 {
margin: -1rem !important;
}
.m-md-n4 {
margin: -1.5rem !important;
}
.m-md-n5 {
margin: -3rem !important;
}
.mx-md-n1 {
margin-right: -0.25rem !important;
margin-left: -0.25rem !important;
}
.mx-md-n2 {
margin-right: -0.5rem !important;
margin-left: -0.5rem !important;
}
.mx-md-n3 {
margin-right: -1rem !important;
margin-left: -1rem !important;
}
.mx-md-n4 {
margin-right: -1.5rem !important;
margin-left: -1.5rem !important;
}
.mx-md-n5 {
margin-right: -3rem !important;
margin-left: -3rem !important;
}
.my-md-n1 {
margin-top: -0.25rem !important;
margin-bottom: -0.25rem !important;
}
.my-md-n2 {
margin-top: -0.5rem !important;
margin-bottom: -0.5rem !important;
}
.my-md-n3 {
margin-top: -1rem !important;
margin-bottom: -1rem !important;
}
.my-md-n4 {
margin-top: -1.5rem !important;
margin-bottom: -1.5rem !important;
}
.my-md-n5 {
margin-top: -3rem !important;
margin-bottom: -3rem !important;
}
.mt-md-n1 {
margin-top: -0.25rem !important;
}
.mt-md-n2 {
margin-top: -0.5rem !important;
}
.mt-md-n3 {
margin-top: -1rem !important;
}
.mt-md-n4 {
margin-top: -1.5rem !important;
}
.mt-md-n5 {
margin-top: -3rem !important;
}
.me-md-n1 {
margin-right: -0.25rem !important;
}
.me-md-n2 {
margin-right: -0.5rem !important;
}
.me-md-n3 {
margin-right: -1rem !important;
}
.me-md-n4 {
margin-right: -1.5rem !important;
}
.me-md-n5 {
margin-right: -3rem !important;
}
.mb-md-n1 {
margin-bottom: -0.25rem !important;
}
.mb-md-n2 {
margin-bottom: -0.5rem !important;
}
.mb-md-n3 {
margin-bottom: -1rem !important;
}
.mb-md-n4 {
margin-bottom: -1.5rem !important;
}
.mb-md-n5 {
margin-bottom: -3rem !important;
}
.ms-md-n1 {
margin-left: -0.25rem !important;
}
.ms-md-n2 {
margin-left: -0.5rem !important;
}
.ms-md-n3 {
margin-left: -1rem !important;
}
.ms-md-n4 {
margin-left: -1.5rem !important;
}
.ms-md-n5 {
margin-left: -3rem !important;
}
.p-md-0 {
padding: 0 !important;
}
@ -10656,6 +11022,121 @@ textarea.form-control-lg {
.ms-lg-auto {
margin-left: auto !important;
}
.m-lg-n1 {
margin: -0.25rem !important;
}
.m-lg-n2 {
margin: -0.5rem !important;
}
.m-lg-n3 {
margin: -1rem !important;
}
.m-lg-n4 {
margin: -1.5rem !important;
}
.m-lg-n5 {
margin: -3rem !important;
}
.mx-lg-n1 {
margin-right: -0.25rem !important;
margin-left: -0.25rem !important;
}
.mx-lg-n2 {
margin-right: -0.5rem !important;
margin-left: -0.5rem !important;
}
.mx-lg-n3 {
margin-right: -1rem !important;
margin-left: -1rem !important;
}
.mx-lg-n4 {
margin-right: -1.5rem !important;
margin-left: -1.5rem !important;
}
.mx-lg-n5 {
margin-right: -3rem !important;
margin-left: -3rem !important;
}
.my-lg-n1 {
margin-top: -0.25rem !important;
margin-bottom: -0.25rem !important;
}
.my-lg-n2 {
margin-top: -0.5rem !important;
margin-bottom: -0.5rem !important;
}
.my-lg-n3 {
margin-top: -1rem !important;
margin-bottom: -1rem !important;
}
.my-lg-n4 {
margin-top: -1.5rem !important;
margin-bottom: -1.5rem !important;
}
.my-lg-n5 {
margin-top: -3rem !important;
margin-bottom: -3rem !important;
}
.mt-lg-n1 {
margin-top: -0.25rem !important;
}
.mt-lg-n2 {
margin-top: -0.5rem !important;
}
.mt-lg-n3 {
margin-top: -1rem !important;
}
.mt-lg-n4 {
margin-top: -1.5rem !important;
}
.mt-lg-n5 {
margin-top: -3rem !important;
}
.me-lg-n1 {
margin-right: -0.25rem !important;
}
.me-lg-n2 {
margin-right: -0.5rem !important;
}
.me-lg-n3 {
margin-right: -1rem !important;
}
.me-lg-n4 {
margin-right: -1.5rem !important;
}
.me-lg-n5 {
margin-right: -3rem !important;
}
.mb-lg-n1 {
margin-bottom: -0.25rem !important;
}
.mb-lg-n2 {
margin-bottom: -0.5rem !important;
}
.mb-lg-n3 {
margin-bottom: -1rem !important;
}
.mb-lg-n4 {
margin-bottom: -1.5rem !important;
}
.mb-lg-n5 {
margin-bottom: -3rem !important;
}
.ms-lg-n1 {
margin-left: -0.25rem !important;
}
.ms-lg-n2 {
margin-left: -0.5rem !important;
}
.ms-lg-n3 {
margin-left: -1rem !important;
}
.ms-lg-n4 {
margin-left: -1.5rem !important;
}
.ms-lg-n5 {
margin-left: -3rem !important;
}
.p-lg-0 {
padding: 0 !important;
}
@ -11206,6 +11687,121 @@ textarea.form-control-lg {
.ms-xl-auto {
margin-left: auto !important;
}
.m-xl-n1 {
margin: -0.25rem !important;
}
.m-xl-n2 {
margin: -0.5rem !important;
}
.m-xl-n3 {
margin: -1rem !important;
}
.m-xl-n4 {
margin: -1.5rem !important;
}
.m-xl-n5 {
margin: -3rem !important;
}
.mx-xl-n1 {
margin-right: -0.25rem !important;
margin-left: -0.25rem !important;
}
.mx-xl-n2 {
margin-right: -0.5rem !important;
margin-left: -0.5rem !important;
}
.mx-xl-n3 {
margin-right: -1rem !important;
margin-left: -1rem !important;
}
.mx-xl-n4 {
margin-right: -1.5rem !important;
margin-left: -1.5rem !important;
}
.mx-xl-n5 {
margin-right: -3rem !important;
margin-left: -3rem !important;
}
.my-xl-n1 {
margin-top: -0.25rem !important;
margin-bottom: -0.25rem !important;
}
.my-xl-n2 {
margin-top: -0.5rem !important;
margin-bottom: -0.5rem !important;
}
.my-xl-n3 {
margin-top: -1rem !important;
margin-bottom: -1rem !important;
}
.my-xl-n4 {
margin-top: -1.5rem !important;
margin-bottom: -1.5rem !important;
}
.my-xl-n5 {
margin-top: -3rem !important;
margin-bottom: -3rem !important;
}
.mt-xl-n1 {
margin-top: -0.25rem !important;
}
.mt-xl-n2 {
margin-top: -0.5rem !important;
}
.mt-xl-n3 {
margin-top: -1rem !important;
}
.mt-xl-n4 {
margin-top: -1.5rem !important;
}
.mt-xl-n5 {
margin-top: -3rem !important;
}
.me-xl-n1 {
margin-right: -0.25rem !important;
}
.me-xl-n2 {
margin-right: -0.5rem !important;
}
.me-xl-n3 {
margin-right: -1rem !important;
}
.me-xl-n4 {
margin-right: -1.5rem !important;
}
.me-xl-n5 {
margin-right: -3rem !important;
}
.mb-xl-n1 {
margin-bottom: -0.25rem !important;
}
.mb-xl-n2 {
margin-bottom: -0.5rem !important;
}
.mb-xl-n3 {
margin-bottom: -1rem !important;
}
.mb-xl-n4 {
margin-bottom: -1.5rem !important;
}
.mb-xl-n5 {
margin-bottom: -3rem !important;
}
.ms-xl-n1 {
margin-left: -0.25rem !important;
}
.ms-xl-n2 {
margin-left: -0.5rem !important;
}
.ms-xl-n3 {
margin-left: -1rem !important;
}
.ms-xl-n4 {
margin-left: -1.5rem !important;
}
.ms-xl-n5 {
margin-left: -3rem !important;
}
.p-xl-0 {
padding: 0 !important;
}
@ -11756,6 +12352,121 @@ textarea.form-control-lg {
.ms-xxl-auto {
margin-left: auto !important;
}
.m-xxl-n1 {
margin: -0.25rem !important;
}
.m-xxl-n2 {
margin: -0.5rem !important;
}
.m-xxl-n3 {
margin: -1rem !important;
}
.m-xxl-n4 {
margin: -1.5rem !important;
}
.m-xxl-n5 {
margin: -3rem !important;
}
.mx-xxl-n1 {
margin-right: -0.25rem !important;
margin-left: -0.25rem !important;
}
.mx-xxl-n2 {
margin-right: -0.5rem !important;
margin-left: -0.5rem !important;
}
.mx-xxl-n3 {
margin-right: -1rem !important;
margin-left: -1rem !important;
}
.mx-xxl-n4 {
margin-right: -1.5rem !important;
margin-left: -1.5rem !important;
}
.mx-xxl-n5 {
margin-right: -3rem !important;
margin-left: -3rem !important;
}
.my-xxl-n1 {
margin-top: -0.25rem !important;
margin-bottom: -0.25rem !important;
}
.my-xxl-n2 {
margin-top: -0.5rem !important;
margin-bottom: -0.5rem !important;
}
.my-xxl-n3 {
margin-top: -1rem !important;
margin-bottom: -1rem !important;
}
.my-xxl-n4 {
margin-top: -1.5rem !important;
margin-bottom: -1.5rem !important;
}
.my-xxl-n5 {
margin-top: -3rem !important;
margin-bottom: -3rem !important;
}
.mt-xxl-n1 {
margin-top: -0.25rem !important;
}
.mt-xxl-n2 {
margin-top: -0.5rem !important;
}
.mt-xxl-n3 {
margin-top: -1rem !important;
}
.mt-xxl-n4 {
margin-top: -1.5rem !important;
}
.mt-xxl-n5 {
margin-top: -3rem !important;
}
.me-xxl-n1 {
margin-right: -0.25rem !important;
}
.me-xxl-n2 {
margin-right: -0.5rem !important;
}
.me-xxl-n3 {
margin-right: -1rem !important;
}
.me-xxl-n4 {
margin-right: -1.5rem !important;
}
.me-xxl-n5 {
margin-right: -3rem !important;
}
.mb-xxl-n1 {
margin-bottom: -0.25rem !important;
}
.mb-xxl-n2 {
margin-bottom: -0.5rem !important;
}
.mb-xxl-n3 {
margin-bottom: -1rem !important;
}
.mb-xxl-n4 {
margin-bottom: -1.5rem !important;
}
.mb-xxl-n5 {
margin-bottom: -3rem !important;
}
.ms-xxl-n1 {
margin-left: -0.25rem !important;
}
.ms-xxl-n2 {
margin-left: -0.5rem !important;
}
.ms-xxl-n3 {
margin-left: -1rem !important;
}
.ms-xxl-n4 {
margin-left: -1.5rem !important;
}
.ms-xxl-n5 {
margin-left: -3rem !important;
}
.p-xxl-0 {
padding: 0 !important;
}

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<h1>Finances</h1>
<h2>Outgoing Donations</h2>
<p>
@ -79,45 +79,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<h1>Help</h1>
<h3>Communication</h3>
<h4>How to use Mumble</h4>
@ -180,45 +180,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<link rel="stylesheet" href="assets/css/help.css">
<h1>Armagetron Advanced</h1>
@ -87,45 +87,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<link rel="stylesheet" href="assets/css/help.css">
<h1>Bzflag</h1>
@ -86,45 +86,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<link rel="stylesheet" href="assets/css/help.css">
<h1>Hedgewars</h1>
@ -102,45 +102,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<link rel="stylesheet" href="assets/css/help.css">
<h1>Lix</h1>
@ -85,45 +85,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<link rel="stylesheet" href="assets/css/help.css">
<h1>Mindustry</h1>
@ -90,45 +90,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<link rel="stylesheet" href="assets/css/help.css">
<h1>Minetest (Blockbomber)</h1>
@ -87,45 +87,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<link rel="stylesheet" href="assets/css/help.css">
<h1>Odamex</h1>
@ -84,45 +84,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<link rel="stylesheet" href="assets/css/help.css">
<h1>OpenHV</h1>
@ -98,45 +98,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<link rel="stylesheet" href="assets/css/help.css">
<h1>OpenSoldat</h1>
@ -88,45 +88,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<link rel="stylesheet" href="assets/css/help.css">
<h1>OpenSpades</h1>
@ -121,45 +121,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<link rel="stylesheet" href="assets/css/help.css">
<h1>Shattered Paradise</h1>
@ -98,45 +98,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<link rel="stylesheet" href="assets/css/help.css">
<h1>SuperTuxKart</h1>
@ -96,45 +96,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<link rel="stylesheet" href="assets/css/help.css">
<h1>Super Tux Party</h1>
@ -72,45 +72,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<link rel="stylesheet" href="assets/css/help.css">
<h1>Teeworlds</h1>
@ -85,45 +85,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<link rel="stylesheet" href="assets/css/help.css">
<h1>UFO: Alien Invasion</h1>
@ -93,45 +93,41 @@ cd dist
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<link rel="stylesheet" href="assets/css/help.css">
<h1>Unvanquished</h1>
@ -88,45 +88,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<link rel="stylesheet" href="assets/css/help.css">
<h1>Xonotic</h1>
@ -96,45 +96,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<h1>Imprint</h1>
<p>
We are the organisation of onFOSS events and resources.
@ -68,45 +68,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<p>
<img src="/assets/img/banner.svg" alt="onFOSS Logo">
</p>
@ -105,45 +105,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<h1>onFOSS: The next generation!</h1>
@ -143,45 +143,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<h1>onFOSS: The next generation!</h1>
<p><strong></strong></p>
@ -137,45 +137,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<h1>Privacy Policy</h1>
<p>
We did not, do not and will not collect any data of the visitors of our website on purpose. There is only local JavaScript in use and no cookies at all. If you do not want the web-server and services to see your IP-address, use a VPN or TOR.
@ -73,45 +73,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<h1>Resources</h1>
<h2>Game server</h2>
<p>
@ -282,45 +282,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<h1>Schedule</h1>
@ -329,45 +329,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
@ -9,11 +9,11 @@
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<body>
<header class="header navbar">
<body class="d-flex flex-column h-100">
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
@ -57,7 +57,7 @@
</header>
<div class="container">
<div class="container flex-grow-1 flex-fill bg-body-secondary p-5">
<h1>Tournament</h1>
@ -77,45 +77,41 @@
</div>
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<footer class="footer d-flex flex-wrap justify-content-between align-items-center mt-auto px-5 py-2 bg-body-tertiary">
<ul class="nav justify-content-start list-unstyled d-flex">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" target="_blank" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="/privacy.html" class="nav-link">Privacy Notice</a></li>
<li class="nav-item"><a href="/imprint.html" class="nav-link">Imprint</a></li>
<li class="nav-item"><a href="/schedule.html" class="nav-link">History</a></li>
<li class="nav-item"><a href="/finances.html" class="nav-link">Finances</a></li>
</ul>
<div class="d-flex btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">
<a href="https://fosstodon.org/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-mastodon" viewBox="0 0 16 16">
<path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/>
</svg>
<span class="visually-hidden">Mastodon</span>
</a>
<a href="https://peertube.linuxrocks.online/@onfoss" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 6.545v10.91L20.727 12M3.273 12v12L12 17.455M3.273 0v12L12 6.545"/>
</svg>
<span class="visually-hidden">PeerTube</span>
</a>
<a href="https://onfoss.org/feed.xml" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
</svg>
<span class="visually-hidden">RSS</span>
</a>
<a href="https://git.libregaming.org/onFOSS" target="_blank" class="btn btn-primary" role="button">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-git" viewBox="0 0 16 16">
<path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/>
</svg>
<span class="visually-hidden">Git</span>
</a>
</div>
</div>
</footer>
</body>