Compare commits

...

3 Commits

Author SHA1 Message Date
Kay Faraday 9f52a4a4f9 remove wiki from plans 2024-08-04 15:35:00 -07:00
Kay Faraday dc964512d3 organize static files 2024-08-04 15:34:30 -07:00
Kay Faraday 2e6882bafa add donation link to home page 2024-08-04 15:33:50 -07:00
6 changed files with 11 additions and 6 deletions

View File

@ -5,9 +5,12 @@
<title>{% block titletag %}{{ self.title() }}{% endblock titletag %}</title> <title>{% block titletag %}{{ self.title() }}{% endblock titletag %}</title>
<meta name=viewport content="width=device-width, initial-scale=1.0"> <meta name=viewport content="width=device-width, initial-scale=1.0">
<link rel=icon href="/favicon.png"> <link rel=icon href="/favicon.png">
<link rel=stylesheet href="/common.css"> <link rel=stylesheet href="/static/css/common.css">
<body> <body>
<h1>{% block titleheader %}{{ self.title() }}{% endblock titleheader %}</h1> <h1>{% block titleheader %}{{ self.title() }}{% endblock titleheader %}</h1>
<main> <main>
{% block content %}{% endblock content %} {% block content %}{% endblock content %}
</main> </main>
<footer>
{% block footer %}{% endblock footer %}
</footer>

View File

@ -12,9 +12,9 @@
<tr><td>JoyPixels Premium<td>$99 one time <tr><td>JoyPixels Premium<td>$99 one time
<tr><td>Legal counsel<td>Assessed as needed <tr><td>Legal counsel<td>Assessed as needed
</table> </table>
<p>Our Monero <img width=16px height=16px alt="Monero logo" src="/monero.png"> address is <a style="word-break: break-all" href="monero:47tmKTdK9vwZWH7hEtpTL4LxRjPqtFAd8UZsg1C84h1tN7gMRcR1147VTZVJp2dtvu35vMuYr3szLVCNUDDRmhEBS4F9zBw?recipient_name=Freak%20University&tx_description=Donation%20to%20Freak%20University">47tmKTdK9vwZWH7hEtpTL4LxRjPqtFAd8UZsg1C84h1tN7gMRcR1147VTZVJp2dtvu35vMuYr3szLVCNUDDRmhEBS4F9zBw</a>. At this time, we only accept Monero. <p>Our Monero <img width=16px height=16px alt="Monero logo" src="/static/img/monero.png"> address is <a style="word-break: break-all" href="monero:47tmKTdK9vwZWH7hEtpTL4LxRjPqtFAd8UZsg1C84h1tN7gMRcR1147VTZVJp2dtvu35vMuYr3szLVCNUDDRmhEBS4F9zBw?recipient_name=Freak%20University&tx_description=Donation%20to%20Freak%20University">47tmKTdK9vwZWH7hEtpTL4LxRjPqtFAd8UZsg1C84h1tN7gMRcR1147VTZVJp2dtvu35vMuYr3szLVCNUDDRmhEBS4F9zBw</a>. At this time, we only accept Monero.
<details> <details>
<summary>Monero donation QR code</summary> <summary>Monero donation QR code</summary>
<img src="/monero-qr.png"> <img src="/static/img/monero-qr.png">
</details> </details>
{% endblock content %} {% endblock content %}

View File

@ -13,7 +13,9 @@
<li>Freak Universitys <a href="https://takahe.freak.university/">Takahē instance</a>, used by admins only for administrative updates <li>Freak Universitys <a href="https://takahe.freak.university/">Takahē instance</a>, used by admins only for administrative updates
</ul> </ul>
<h2>Planned services</h2> <h2>Planned services</h2>
<ul> <i>None at the moment.</i>
<li>A wiki editable only by admins, for documenting rules, history, and donation information.
</ul>
{% endblock content %} {% endblock content %}
{% block footer %}
<p><a href="https://lab.freak.university/FreakU/freaku-homepage">Source code/history of this site</a></p>
<p><a href="/donate.html">Support your local school with a donation</a></p>
{% endblock footer %}

View File

Before

Width:  |  Height:  |  Size: 781 B

After

Width:  |  Height:  |  Size: 781 B

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB