Made the layout look like a terminal

This commit is contained in:
2025-10-25 22:05:34 +01:00
parent 4c92798f58
commit d1d66e4b7a
3 changed files with 19 additions and 36 deletions

View File

@@ -8,38 +8,20 @@
<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>
<pre>
<h1>> ls -l</h1>
-rwx------. root root <a href='https://tuxcord.net'>The website</a>
-rwxr-xr-x. deadvey users <a href="https://mastodon.tuxcord.net">Mastodon</a>
-rwxr-x---. javalsai javalsai <a href="https://git.javalsai.tuxcord.net">Gitea</a>
-rwxr-xr-x. deadvey users <a href="https://redlib.tuxcord.net">Redlib</a>
-rwxr-x---. deadvey deadvey <a href="/mc">Minecraft</a>
-rwxr-x---. deadvey deadvey matrix.tuxcord.net
-rwx------. pixel users join-us.txt
<h1>> cat join-us.txt</h1>
// Our Matrix and Discord are bridged
<a href="https://matrix.to/#/#TuxCord:matrix.org">Matrix</a>
<a href="https://discord.gg/SPHymEDytw">Discord</a>
</pre>
<h1>Members:</h1>
<div id='members'>
{{member_grid_html | safe}}
@@ -52,4 +34,3 @@
</footer>
</body>
</html>