Compare commits

...

3 Commits

Author SHA1 Message Date
c051667a9a Added minecraft rule examples 2025-10-27 22:36:05 +00:00
c91cba43a0 Added mcx and spamix (pfp) to the site 2025-10-26 10:40:46 +00:00
d1d66e4b7a Made the layout look like a terminal 2025-10-25 22:05:34 +01:00
7 changed files with 33 additions and 37 deletions

View File

@@ -37,9 +37,15 @@
{
"name": "Grialion"
},
{
"name": "MightyCoderX",
"website": "https://github.com/MightyCoderX",
"pfp": "mcx.png"
},
{
"name": "Spamix",
"website": "https://decompil.in"
"website": "https://decompil.in",
"pfp": "spamix.webp"
}
]

View File

@@ -14,9 +14,11 @@ footer {
background: black;
}
h1 {
text-decoration: underline;
font-size: 20px;
}
ul {
list-style-type: none;
}
#footer-links {
margin: 0px;
padding: 5px;
@@ -59,7 +61,7 @@ a {
color: var(--accent);
}
a:hover {
text-decoration: bold;
font-weight: bold;
color: var(--accent2);
}

BIN
tuxcord/static/mcx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
tuxcord/static/spamix.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -7,7 +7,7 @@
-----------\ \ \_\ \ \_\ \/> <//\ \__//\ \L\ \ \ \//\ \L\ \ __/\ \/\ \/\ __/\ \ \_
------------\ \__\\ \____//\_/\_\ \____\ \____/\ \_\\ \___,_\/\_\ \_\ \_\ \____\\ \__\
-------------\/__/ \/___/ \//\/_/\/____/\/___/ \/_/ \/__,_ /\/_/\/_/\/_/\/____/ \/__/
A friendly Linux community.
A friendly Linux community - est. July 2023
<span id='ascii-exclamation'>
__

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>

View File

@@ -31,6 +31,13 @@
While greifing is permitted in most cases, do not greif the main end island
</li>
</ol>
Examples:<br/>
Allowed:<br/>
X-Ray, Baritone, AFK farming etc...<br/>
<br/>
Disallowed:<br/>
Aimbot, Auto Sword Smapping etc...<br/>
Lag machine and Game abuse bugs<br/>
{% include 'ascii-art.html' %}