Made the layout look like a terminal
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
-----------\ \ \_\ \ \_\ \/> <//\ \__//\ \L\ \ \ \//\ \L\ \ __/\ \/\ \/\ __/\ \ \_
|
||||
------------\ \__\\ \____//\_/\_\ \____\ \____/\ \_\\ \___,_\/\_\ \_\ \_\ \____\\ \__\
|
||||
-------------\/__/ \/___/ \//\/_/\/____/\/___/ \/_/ \/__,_ /\/_/\/_/\/_/\/____/ \/__/
|
||||
A friendly Linux community.
|
||||
A friendly Linux community - est. July 2023
|
||||
|
||||
<span id='ascii-exclamation'>
|
||||
__
|
||||
|
||||
@@ -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>
|
||||
<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>
|
||||
</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>Members:</h1>
|
||||
<div id='members'>
|
||||
{{member_grid_html | safe}}
|
||||
@@ -52,4 +34,3 @@
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user