Compare commits
3 Commits
93e669b46c
...
9f52a4a4f9
Author | SHA1 | Date |
---|---|---|
Kay Faraday | 9f52a4a4f9 | |
Kay Faraday | dc964512d3 | |
Kay Faraday | 2e6882bafa |
|
@ -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>
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
|
@ -13,7 +13,9 @@
|
||||||
<li>Freak University’s <a href="https://takahe.freak.university/">Takahē instance</a>, used by admins only for administrative updates
|
<li>Freak University’s <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 %}
|
||||||
|
|
Before Width: | Height: | Size: 781 B After Width: | Height: | Size: 781 B |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Loading…
Reference in New Issue