freaku-homepage/index.j2.html

27 lines
2.2 KiB
HTML
Raw Normal View History

2024-08-03 22:49:09 -07:00
{% extends 'base.j2.html' %}
{% block title %}Freak University{% endblock title%}
2024-08-04 22:58:00 -07:00
{# the home page does not need a link back to home #}
{% block header %}{% endblock header %}
2024-08-03 22:49:09 -07:00
{% block content %}
2024-08-03 23:11:50 -07:00
<p>Welcome to Freak University! There used to be a public fediverse instance here, but not anymore. However, we are working on restoring some of the affiliated services, and those restored are listed below. <strong>Please read <a href="/rules.html">the rules</a> before using any of these services.</strong></p>
2024-08-03 22:49:09 -07:00
<ul>
2024-08-08 13:59:37 -07:00
<li><a href="{{ 'https://ask.freak.university' if site != 'tor' else 'http://askfu5xv6ejcvlgxykas7bmar2zqdkmrzllwfxeyo7v6pkzrzqdzygqd.onion' }}">Freak University Ask</a>, our anonymous question/answer site
<li>The Freak University <a href="{{ 'https://lab.freak.university' if site != 'tor' else 'http://labfurwl6xt24teypo5hb7vjoyf3ituolpebdnfgvkqrt765mo6574qd.onion' }}">Computer Lab</a>, our code sharing site
<li>The Freak University <a href="{{ 'https://mural.freak.university' if site != 'tor' else 'http://muralfu7fod6lmkff3suou4ipkqan35hdirn4ejzm5lpp7y4nqxbm3ad.onion' }}">Mural</a>, a canvas site like r/place
<li><a href="{{ 'https://badge.freak.university' if site != 'tor' else 'http://badgefulkavesk2jeeooav3tvabd63hk5tj25h75ckmsnossulox6gad.onion' }}">pronouns fu</a>, our pronouns/preferred names sharing site
{# no onion for this one #}
<li>The Freak University <a href="https://theater.freak.university">Theater</a>, our synchronized watch party site/
<li><a href="{{ 'https://emojos.freak.university' if site != 'tor' else 'http://emojosjty2mdo6ed3yq7eul7u3eb7hpqv7ud424xg2arturqdsrnkyqd.onion' }}">emojos.freak.university</a>, a custom emoji viewer for fediverse instances
<li>Freak Universitys <a href="{{ 'https://takahe.freak.university/' if site != 'tor' else 'http://tkhfu4xpnadqzzdc4cdxd7a7zn2neyeihwz425z3xaac2mzvcx65ewad.onion' }}">Takahē instance</a>, used by admins only for administrative updates
2024-08-03 22:49:09 -07:00
</ul>
<h2>Planned services</h2>
2024-08-04 15:35:00 -07:00
<i>None at the moment.</i>
2024-08-03 22:49:09 -07:00
{% endblock content %}
2024-08-04 15:33:50 -07:00
{% 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 %}