Made the layout look like a terminal
This commit is contained in:
@@ -14,9 +14,11 @@ footer {
|
|||||||
background: black;
|
background: black;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
text-decoration: underline;
|
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
ul {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
#footer-links {
|
#footer-links {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
@@ -59,7 +61,7 @@ a {
|
|||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: bold;
|
font-weight: bold;
|
||||||
color: var(--accent2);
|
color: var(--accent2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
-----------\ \ \_\ \ \_\ \/> <//\ \__//\ \L\ \ \ \//\ \L\ \ __/\ \/\ \/\ __/\ \ \_
|
-----------\ \ \_\ \ \_\ \/> <//\ \__//\ \L\ \ \ \//\ \L\ \ __/\ \/\ \/\ __/\ \ \_
|
||||||
------------\ \__\\ \____//\_/\_\ \____\ \____/\ \_\\ \___,_\/\_\ \_\ \_\ \____\\ \__\
|
------------\ \__\\ \____//\_/\_\ \____\ \____/\ \_\\ \___,_\/\_\ \_\ \_\ \____\\ \__\
|
||||||
-------------\/__/ \/___/ \//\/_/\/____/\/___/ \/_/ \/__,_ /\/_/\/_/\/_/\/____/ \/__/
|
-------------\/__/ \/___/ \//\/_/\/____/\/___/ \/_/ \/__,_ /\/_/\/_/\/_/\/____/ \/__/
|
||||||
A friendly Linux community.
|
A friendly Linux community - est. July 2023
|
||||||
|
|
||||||
<span id='ascii-exclamation'>
|
<span id='ascii-exclamation'>
|
||||||
__
|
__
|
||||||
|
|||||||
@@ -8,38 +8,20 @@
|
|||||||
<header>
|
<header>
|
||||||
{% include 'header.html'%}
|
{% include 'header.html'%}
|
||||||
</header>
|
</header>
|
||||||
|
<pre>
|
||||||
<h1>Services we provide:</h1>
|
<h1>> ls -l</h1>
|
||||||
<ul>
|
-rwx------. root root <a href='https://tuxcord.net'>The website</a>
|
||||||
<li>
|
-rwxr-xr-x. deadvey users <a href="https://mastodon.tuxcord.net">Mastodon</a>
|
||||||
<a href="https://mastodon.tuxcord.net">Mastodon</a>
|
-rwxr-x---. javalsai javalsai <a href="https://git.javalsai.tuxcord.net">Gitea</a>
|
||||||
</li>
|
-rwxr-xr-x. deadvey users <a href="https://redlib.tuxcord.net">Redlib</a>
|
||||||
<li>
|
-rwxr-x---. deadvey deadvey <a href="/mc">Minecraft</a>
|
||||||
<a href="https://git.javalsai.tuxcord.net">Gitea</a>
|
-rwxr-x---. deadvey deadvey matrix.tuxcord.net
|
||||||
</li>
|
-rwx------. pixel users join-us.txt
|
||||||
<li>
|
<h1>> cat join-us.txt</h1>
|
||||||
<a href="https://redlib.tuxcord.net">Redlib</a>
|
// Our Matrix and Discord are bridged
|
||||||
</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>
|
<a href="https://matrix.to/#/#TuxCord:matrix.org">Matrix</a>
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://discord.gg/SPHymEDytw">Discord</a>
|
<a href="https://discord.gg/SPHymEDytw">Discord</a>
|
||||||
</li>
|
</pre>
|
||||||
<li>
|
|
||||||
<a href="irc://irc.tuxcord.net">irc.tuxcord.net</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<h1>Members:</h1>
|
<h1>Members:</h1>
|
||||||
<div id='members'>
|
<div id='members'>
|
||||||
{{member_grid_html | safe}}
|
{{member_grid_html | safe}}
|
||||||
@@ -52,4 +34,3 @@
|
|||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user