Made it look a bit nicer and added images for the members section
This commit is contained in:
12
tuxcord/templates/ascii-art.html
Normal file
12
tuxcord/templates/ascii-art.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<div id='ascii-penguin'>
|
||||
<pre>
|
||||
{{ ascii_penguin }}
|
||||
</pre>
|
||||
</div>
|
||||
<div id='ascii-clippy'>
|
||||
<a href='https://www.youtube.com/watch?v=2_Dtmpe9qaQ&pp=ygUUbG91aXMgcm9zc21hbiBjbGlwcHk%3D'>
|
||||
<pre>
|
||||
{{ ascii_clippy }}
|
||||
</pre>
|
||||
</a>
|
||||
</div>
|
||||
@@ -1,5 +1,4 @@
|
||||
|
||||
<hr/>
|
||||
<div id="footer-links">
|
||||
<a href="https://git.javalsai.tuxcord.net/deadvey/tuxcord.net">Source Code</a>
|
||||
/
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -32,15 +32,11 @@
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
{% include 'ascii-art.html' %}
|
||||
|
||||
<div class="tuxcord-image">
|
||||
<pre>
|
||||
{{ ascii_penguin|safe }}
|
||||
</pre>
|
||||
</div>
|
||||
<footer>
|
||||
{% include 'footer.html' %}
|
||||
</footer>
|
||||
</body>
|
||||
<footer>
|
||||
{% include 'footer.html' %}
|
||||
</footer>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user