This repository has been archived on 2023-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
gameserver/website/index.html

68 lines
3.9 KiB
HTML

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>onFOSS-LAN</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/serverstats.css">
<link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml">
<script src="https://d3js.org/d3.v7.min.js"></script>
<script src="js/serverstats.js" charset="utf-8"></script>
</head>
<body>
<nav class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img class="bi me-2" width="40" height="32" src="img/blackmage.svg">
<span class="fs-4">onFOSS-LAN hosted by HOSTEDBYNAME</span>
</a>
<ul class="nav nav-pills">
<li class="nav-item"><a href="index.html" class="nav-link active" aria-current="page">Home</a></li>
<li class="nav-item"><a href="tournament.html" class="nav-link">Tournament</a></li>
<li class="nav-item"><a href="schedule.html" class="nav-link">Schedule</a></li>
<li class="nav-item"><a href="help.html" class="nav-link">Help</a></li>
<li class="nav-item"><a href="admin.html" class="nav-link">Admin</a></li>
</ul>
</header>
</nav>
<div class="container">
<div class="row">
<div class="col-md-8">
<h1>About onFOSS-LAN</h1>
<p>onFOSS-LAN is a online, "Free (as Freedom) and Open Source" LAN-Party hosted by hribhrib. The goal is to get people together, enjoying the art of computer games and having a great time in these days. The FOSS community is a place of being open minded and acceptance to all different kinds of people with the focus of fully transparent systems and protecting individuals. So it does not matter if you are on Windows, Mac or Linux and it is also NOT necessary to have a PC MASTERRACE setup to run those games.</p>
<p>This concept was originally started at <a href="https://onfoss.hribhrib.at/">hribhrib.at</a></p>
<h1>Games</h1>
<p>There are a few game servers running. To connect, simply start the game and connect to this domain. See also the <a href="help.html">Help</a> section for more information.</p>
<p>Available games are:</p>
<ul>
<li>Bzflag (<a href="https://www.bzflag.org/downloads/">download</a>)</li>
<li>Hedgewars (<a href="https://www.hedgewars.org/download.html">download</a>)</li>
<li>Lix (<a href="https://github.com/SimonN/LixD">download</a>)</li>
<li>Mindustry (<a href="https://github.com/Anuken/Mindustry/releases">download</a>)</li>
<li>OpenHV (<a href="https://github.com/OpenHV/OpenHV/releases">download</a>)</li>
<li>OpenSpades (<a href="https://github.com/yvt/openspades/releases">download</a>)</li>
<li>SuperTuxKart (<a href="https://supertuxkart.net/Download">download</a>)</li>
<li>Teeworlds (<a href="https://www.teeworlds.com/?page=downloads">download</a>)</li>
<li>Unvanquished (<a href="https://unvanquished.net/download/">download</a>)</li>
<li>Xonotic (<a href="https://xonotic.org/download/">download</a>)</li>
</ul>
<p>Enjoy!</p>
<h1>Communication</h1>
<p>Mumble chat on <a href="mumble://hribhrib.at">mumble://hribhrib.at</a></p>
<p>Matrix chat on <a href="https://matrix.to/#/#xmpp_onfoss_conference.hribhrib.at:matrix.org">#xmpp_onfoss_conference.hribhrib.at:matrix.org</a></p>
<p>XMPP chat on <a href="xmpp:onfoss@conference.hribhrib.at?join">onfoss@conference.hribhrib.at</a></p>
<h1>Code</h1>
<p>Code for setting up server is on <a href="https://github.com/DeathByDenim/gameserver">Github</a></p>
</div>
<div class="col-6 col-md-4">
<h5>Live stats</h5>
SERVERSTATE
</div>
</div>
</div>
</body>
</html>