56 lines
1.7 KiB
HTML
56 lines
1.7 KiB
HTML
{% load static %}
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
{% include 'head.html' %}
|
|
</head>
|
|
<body>
|
|
<header>
|
|
{% include 'header.html'%}
|
|
</header>
|
|
|
|
<h1>Services we provide:</h1>
|
|
<ul>
|
|
<li>
|
|
<a href="https://mastodon.tuxcord.net">Mastodon</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://git.javalsai.tuxcord.net">Gitea</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://redlib.tuxcord.net">Redlib</a>
|
|
</li>
|
|
<li>
|
|
<a href="/mc">Minecraft</a>
|
|
</li>
|
|
<li>
|
|
Matrix server: matrix.tuxcord.net (please ask deadvey for access)
|
|
</li>
|
|
</ul>
|
|
<h1>Join us:</h1>
|
|
<ul>
|
|
Our Matrix and Discord are bridged, irc is not and is not very active.
|
|
<li>
|
|
<a href="https://matrix.to/#/#TuxCord:matrix.org">Matrix</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://discord.gg/SPHymEDytw">Discord</a>
|
|
</li>
|
|
<li>
|
|
<a href="irc://irc.tuxcord.net">irc.tuxcord.net</a>
|
|
</li>
|
|
</ul>
|
|
<h1>Members:</h1>
|
|
<div id='members'>
|
|
{{member_grid_html | safe}}
|
|
</div>
|
|
|
|
{% include 'ascii-art.html' %}
|
|
|
|
<footer>
|
|
{% include 'footer.html' %}
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|