Add Hypersomnia info

This commit is contained in:
DeathByDenim 2023-07-15 19:29:26 -04:00
parent 61a9556acb
commit ce4722b241
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
6 changed files with 192 additions and 63 deletions

View File

@ -1,8 +1,4 @@
@charset "UTF-8";
.table a {
color: #81BB27;
}
/* ubuntu-mono-regular - latin */
@font-face {
font-family: "Ubuntu Mono";
@ -66,7 +62,7 @@
--bs-gray-800: #343a40;
--bs-gray-900: #212529;
--bs-primary: #43543F;
--bs-secondary: #6c757d;
--bs-secondary: #81BB27;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107;
@ -74,7 +70,7 @@
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-primary-rgb: 67, 84, 63;
--bs-secondary-rgb: 108, 117, 125;
--bs-secondary-rgb: 129, 187, 39;
--bs-success-rgb: 25, 135, 84;
--bs-info-rgb: 13, 202, 240;
--bs-warning-rgb: 255, 193, 7;
@ -82,7 +78,7 @@
--bs-light-rgb: 248, 249, 250;
--bs-dark-rgb: 33, 37, 41;
--bs-primary-text-emphasis: #1b2219;
--bs-secondary-text-emphasis: #2b2f32;
--bs-secondary-text-emphasis: #344b10;
--bs-success-text-emphasis: #0a3622;
--bs-info-text-emphasis: #055160;
--bs-warning-text-emphasis: #664d03;
@ -90,7 +86,7 @@
--bs-light-text-emphasis: #495057;
--bs-dark-text-emphasis: #495057;
--bs-primary-bg-subtle: #d9ddd9;
--bs-secondary-bg-subtle: #e2e3e5;
--bs-secondary-bg-subtle: #e6f1d4;
--bs-success-bg-subtle: #d1e7dd;
--bs-info-bg-subtle: #cff4fc;
--bs-warning-bg-subtle: #fff3cd;
@ -98,7 +94,7 @@
--bs-light-bg-subtle: #fcfcfd;
--bs-dark-bg-subtle: #ced4da;
--bs-primary-border-subtle: #b4bbb2;
--bs-secondary-border-subtle: #c4c8cb;
--bs-secondary-border-subtle: #cde4a9;
--bs-success-border-subtle: #a3cfbb;
--bs-info-border-subtle: #9eeaf9;
--bs-warning-border-subtle: #ffe69c;
@ -183,7 +179,7 @@
--bs-tertiary-bg: #2b3035;
--bs-tertiary-bg-rgb: 43, 48, 53;
--bs-primary-text-emphasis: #8e988c;
--bs-secondary-text-emphasis: #a7acb1;
--bs-secondary-text-emphasis: #b3d67d;
--bs-success-text-emphasis: #75b798;
--bs-info-text-emphasis: #6edff6;
--bs-warning-text-emphasis: #ffda6a;
@ -191,7 +187,7 @@
--bs-light-text-emphasis: #f8f9fa;
--bs-dark-text-emphasis: #dee2e6;
--bs-primary-bg-subtle: #0d110d;
--bs-secondary-bg-subtle: #161719;
--bs-secondary-bg-subtle: #1a2508;
--bs-success-bg-subtle: #051b11;
--bs-info-bg-subtle: #032830;
--bs-warning-bg-subtle: #332701;
@ -199,7 +195,7 @@
--bs-light-bg-subtle: #343a40;
--bs-dark-bg-subtle: #1a1d20;
--bs-primary-border-subtle: #283226;
--bs-secondary-border-subtle: #41464b;
--bs-secondary-border-subtle: #4d7017;
--bs-success-border-subtle: #0f5132;
--bs-info-border-subtle: #087990;
--bs-warning-border-subtle: #997404;
@ -1996,13 +1992,13 @@ progress {
.table-secondary {
--bs-table-color: #000;
--bs-table-bg: #e2e3e5;
--bs-table-border-color: #cbccce;
--bs-table-striped-bg: #d7d8da;
--bs-table-bg: #e6f1d4;
--bs-table-border-color: #cfd9bf;
--bs-table-striped-bg: #dbe5c9;
--bs-table-striped-color: #000;
--bs-table-active-bg: #cbccce;
--bs-table-active-bg: #cfd9bf;
--bs-table-active-color: #000;
--bs-table-hover-bg: #d1d2d4;
--bs-table-hover-bg: #d5dfc4;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
@ -3073,20 +3069,20 @@ textarea.form-control-lg {
}
.btn-secondary {
--bs-btn-color: #fff;
--bs-btn-bg: #6c757d;
--bs-btn-border-color: #6c757d;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #5c636a;
--bs-btn-hover-border-color: #565e64;
--bs-btn-focus-shadow-rgb: 130, 138, 145;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #565e64;
--bs-btn-active-border-color: #51585e;
--bs-btn-color: #000;
--bs-btn-bg: #81BB27;
--bs-btn-border-color: #81BB27;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #94c547;
--bs-btn-hover-border-color: #8ec23d;
--bs-btn-focus-shadow-rgb: 110, 159, 33;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #9ac952;
--bs-btn-active-border-color: #8ec23d;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #6c757d;
--bs-btn-disabled-border-color: #6c757d;
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #81BB27;
--bs-btn-disabled-border-color: #81BB27;
}
.btn-success {
@ -3209,19 +3205,19 @@ textarea.form-control-lg {
}
.btn-outline-secondary {
--bs-btn-color: #6c757d;
--bs-btn-border-color: #6c757d;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #6c757d;
--bs-btn-hover-border-color: #6c757d;
--bs-btn-focus-shadow-rgb: 108, 117, 125;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #6c757d;
--bs-btn-active-border-color: #6c757d;
--bs-btn-color: #81BB27;
--bs-btn-border-color: #81BB27;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #81BB27;
--bs-btn-hover-border-color: #81BB27;
--bs-btn-focus-shadow-rgb: 129, 187, 39;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #81BB27;
--bs-btn-active-border-color: #81BB27;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #6c757d;
--bs-btn-disabled-color: #81BB27;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #6c757d;
--bs-btn-disabled-border-color: #81BB27;
--bs-gradient: none;
}
@ -6894,8 +6890,8 @@ textarea.form-control-lg {
}
.text-bg-secondary {
color: #fff !important;
background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
color: #000 !important;
background-color: RGBA(129, 187, 39, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
@ -6942,8 +6938,8 @@ textarea.form-control-lg {
text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
color: RGBA(154, 201, 82, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(154, 201, 82, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

View File

@ -148,6 +148,8 @@
<li><a href="help_hedgewars.html">Hedgewars</a></li>
<li><a href="help_hypersomnia.html">Hypersomnia</a></li>
<li><a href="help_lix.html">Lix</a></li>
<li><a href="help_mindustry.html">Mindustry</a></li>

121
_site/help_hypersomnia.html Normal file
View File

@ -0,0 +1,121 @@
<!DOCTYPE html>
<html lang="en" class="h-100" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS</title>
<meta content='initial-scale=1.0, width=device-width' name='viewport'>
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="icon" href="/assets/img/icon.svg" sizes="any" type="image/svg+xml">
<link rel="alternate" type="application/rss+xml" title="onfoss.org" href="/feed.xml">
<script src="/assets/js/localtime.js"></script>
</head>
<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="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">
<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>
<ul class="nav nav-pills">
<li class="nav-item"><a href="/index.html" class="nav-link " aria-current="page">Home</a></li>
<li class="nav-item"><a href="/news.html" class="nav-link ">News</a></li>
<li class="nav-item"><a href="/help.html" class="nav-link active">Help</a></li>
<li class="nav-item"><a href="/resources.html" class="nav-link ">Resources</a></li>
</ul>
</nav>
</header>
<div class="container flex-grow-1 flex-fill bg-body-secondary p-4">
<link rel="stylesheet" href="assets/css/help.css">
<h1>Hypersomnia</h1>
<p>Hypersomnia is a fast-paced top-down arena.</p>
<figure class="figure">
<img src="assets/img/hypersomnia.png" alt="Screenshot of Hypersomnia">
</figure>
<h2>Getting the game</h2>
<div class="download"><a href="https://hypersomnia.xyz/">DOWNLOAD</a></div>
<h2>Tips</h2>
<ul>
<li>Look at the <a href="https://hypersomnia.xyz/guide">guide</a> for the controls. In particular, the button for picking up weapons is E.</li>
</ul>
<h2>Connecting</h2>
<p>
Click on &quot;Connect to server&quot;. Fill in <span class="fw-bold">onfoss.org</span> for the address and enter your nickname.
</p>
<p></p>
</div>
<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>
</footer>
</body>
</html>

View File

@ -97,7 +97,7 @@
Drive your lightcycle and leave a lightwall behind you. Survive as long as you can and try to make other run into walls.
</td>
<td><a href="help_armagetron.html">More info</a></td>
<td><a href="help_armagetron.html" class="link-secondary">More info</a></td>
</tr>
<tr>
@ -107,7 +107,7 @@
Drive around in a tank that can jump, trying to shoot your opponents while dodging their bullets.
</td>
<td><a href="help_bzflag.html">More info</a></td>
<td><a href="help_bzflag.html" class="link-secondary">More info</a></td>
</tr>
<tr>
@ -117,7 +117,17 @@
Worms-like game where your team of hedgehogs needs to destroy the other teams using the ludicrous arsenal at their disposal.
</td>
<td><a href="help_hedgewars.html">More info</a></td>
<td><a href="help_hedgewars.html" class="link-secondary">More info</a></td>
</tr>
<tr>
<td><a href="help_hypersomnia.html"><img src="assets/img/hypersomnia.png" height="64" alt="Tiny screenshot of Hypersomnia"></a></td>
<td>Hypersomnia</td>
<td>
Hypersomnia is a fast-paced top-down arena.
</td>
<td><a href="help_hypersomnia.html" class="link-secondary">More info</a></td>
</tr>
<tr>
@ -127,7 +137,7 @@
Lemmings-like game where you need to guide your little people to safety despite their best efforts of wandering into things that will kill them.
</td>
<td><a href="help_lix.html">More info</a></td>
<td><a href="help_lix.html" class="link-secondary">More info</a></td>
</tr>
<tr>
@ -137,7 +147,7 @@
A building and tower defence game where you build up an industry and defences against ever larger waves of enemies.
</td>
<td><a href="help_mindustry.html">More info</a></td>
<td><a href="help_mindustry.html" class="link-secondary">More info</a></td>
</tr>
<tr>
@ -147,7 +157,7 @@
The classic Bomberman game in 3D as a mod for Minetest
</td>
<td><a href="help_minetest.html">More info</a></td>
<td><a href="help_minetest.html" class="link-secondary">More info</a></td>
</tr>
<tr>
@ -157,7 +167,7 @@
Multiplayer-focused DOOM engine that allows deathmatch, coop, and capture the flag mode. Here we are using the Freedom assets so you don't need a copy of the original game to play.
</td>
<td><a href="help_odamex.html">More info</a></td>
<td><a href="help_odamex.html" class="link-secondary">More info</a></td>
</tr>
<tr>
@ -167,7 +177,7 @@
Real-time strategy game where you mine resources and build units to attack and defend.
</td>
<td><a href="help_openhv.html">More info</a></td>
<td><a href="help_openhv.html" class="link-secondary">More info</a></td>
</tr>
<tr>
@ -177,7 +187,7 @@
Fast-paced 2D side-scrolling shooter game where you have a big gun and a jetpack.
</td>
<td><a href="help_opensoldat.html">More info</a></td>
<td><a href="help_opensoldat.html" class="link-secondary">More info</a></td>
</tr>
<tr>
@ -189,7 +199,7 @@
<br><mark>Warning:</mark> uses potentially non-open assets. Fix is <a href="help_openspades.html#nonfreeassets"> here</a>.
</td>
<td><a href="help_openspades.html">More info</a></td>
<td><a href="help_openspades.html" class="link-secondary">More info</a></td>
</tr>
<tr>
@ -199,7 +209,7 @@
Real-time strategy game where you mine resources and build units to attack and defend.
</td>
<td><a href="help_shatteredparadise.html">More info</a></td>
<td><a href="help_shatteredparadise.html" class="link-secondary">More info</a></td>
</tr>
<tr>
@ -209,7 +219,7 @@
Turn-based party game where you challenge other player in real-time mini games.
</td>
<td><a href="help_supertuxparty.html">More info</a></td>
<td><a href="help_supertuxparty.html" class="link-secondary">More info</a></td>
</tr>
<tr>
@ -219,7 +229,7 @@
Kart racing game where you can use the various power-ups to give yourself a boost of hinder your opponents.
</td>
<td><a href="help_supertuxkart.html">More info</a></td>
<td><a href="help_supertuxkart.html" class="link-secondary">More info</a></td>
</tr>
<tr>
@ -229,7 +239,7 @@
Fast-paced 2D side-scrolling shooter game where you have a big gun and a grappling hook.
</td>
<td><a href="help_teeworlds.html">More info</a></td>
<td><a href="help_teeworlds.html" class="link-secondary">More info</a></td>
</tr>
<tr>
@ -239,7 +249,7 @@
Squad-based turn-based tactical strategy game in the tradition of the old X-COM PC games
</td>
<td><a href="help_ufoai.html">More info</a></td>
<td><a href="help_ufoai.html" class="link-secondary">More info</a></td>
</tr>
<tr>
@ -249,7 +259,7 @@
First-person shooter of aliens vs humans. There are several classes and it's possible to build structures.
</td>
<td><a href="help_unvanquished.html">More info</a></td>
<td><a href="help_unvanquished.html" class="link-secondary">More info</a></td>
</tr>
<tr>
@ -259,7 +269,7 @@
First-person shooter where players compete in a 3D world. It features Battle Royale mode.
</td>
<td><a href="help_xonotic.html">More info</a></td>
<td><a href="help_xonotic.html" class="link-secondary">More info</a></td>
</tr>
</tbody>