-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial commit of explainer page
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{% extends 'base.html' %} | ||
|
||
{% block content %} | ||
<h1>ANTI Klo</h1> | ||
<p> | ||
Scroll (or jump) to <a href="#english">the English explanation of ANTI toilets</a>. | ||
</p> | ||
|
||
<h2>Deutsch</h2> | ||
<p> | ||
ANTI ist eine Abkürzung. Sie steht für: agender, nicht binär, trans, inter. Toiletten, die als "ANTI-Klo" markiert sind, sind für Leute aus diesen Gruppen reserviert. | ||
</p> | ||
|
||
<h2 id="english">English</h2> | ||
<p> | ||
ANTI is an acronym. In full form, it means: agender, non binary, trans, inter. Toilets marked as "ANTI-Klo", should be used only by members of these groups. | ||
</p> | ||
|
||
{% endblock %} |