Made it look a bit nicer and added images for the members section

This commit is contained in:
2025-10-22 19:42:25 +01:00
parent 6c5453ad17
commit 95af8d78bb
20 changed files with 153 additions and 82 deletions

View File

@@ -1,3 +1,4 @@
{% load static %}
<!DOCTYPE html>
<html>
<head>
@@ -8,7 +9,7 @@
{% include 'header.html'%}
</header>
<b><u>Services we provide:</u></b>
<h1>Services we provide:</h1>
<ul>
<li>
<a href="https://mastodon.tuxcord.net">Mastodon</a> (<a href='/mastodon-status'>Status</a>)
@@ -26,7 +27,7 @@
Matrix server: matrix.tuxcord.net (please ask deadvey for access)
</li>
</ul>
<b><u>Join us:</u></b>
<h1>Join us:</h1>
<ul>
Our Matrix and Discord are bridged, irc is not and is not very active.
<li>
@@ -39,30 +40,16 @@
<a href="irc://irc.tuxcord.net">irc.tuxcord.net</a>
</li>
</ul>
<details>
<summary>
<u><b>Members:</b></u>
</summary>
<ul>
<li><u>pickzelle (Founder)</u></li>
<li>bruhhhhh😘</li>
<li><a href="https://git.javalsai.tuxcord.net/danmax">Danmax</a></li>
<li><a href="https://deadvey.tuxcord.net">DeaDvey</a></li>
<li><a href="https://github.com/ErrorNoInternet">ErrorNoInternet</a></li>
<li>grialion</li>
<li><a href="https://javalsai.tuxcord.net">Javalsai</a></li>
<li><a href="https://decompil.in/">Spamix</a></li>
</ul>
</details>
<h1>Members:</h1>
<div id='members'>
{{member_grid_html | safe}}
</div>
<div class="tuxcord-image">
<pre>
{{ ascii_penguin|safe }}
</pre>
</div>
{% include 'ascii-art.html' %}
<footer>
{% include 'footer.html' %}
</footer>
</body>
<footer>
{% include 'footer.html' %}
</footer>
</html>