initial commit of existing files

master
Rachel Fae Fox 2018-12-09 19:55:12 -05:00
commit 9404cf9d8c
3 changed files with 106 additions and 0 deletions

35
index.html Normal file
View File

@ -0,0 +1,35 @@
<!doctype html>
<html>
<head>
<title>Instance Information - otherkin.club</title>
</head>
<body>
<header>
<h1>otherkin.club</h1>
</header>
<nav>
<ul>
<li class="active"><a href="/index.html">index</a></li>
<li><a href="/terms.html">Terms of Service</a></li>
<li><a href="/blocklist.html">Blocklist Info</a></li>
<li><a href="/privacy.html">Privacy</a></li>
</ul>
</nav>
<h1>About otherkin.club</h1>
<p>Otherkin.club is a fediverse instance for otherkin, therian, and other non-human identified folks.
Our goal is to create an environment where people can talk about their experiences without judgement, fear,
or other worries related to talking about these things on most instances.</p>
<h1>Our Policies</h1>
<p>Please see our <a href="/terms.html">Terms / Guidelines</a> and our <a href="/privacy.html">Privacy Policy</a></p>
<h1>Contacting Staff</h1>
<h2>Adminstrators</h2>
<dl
<dh>Rachel</dh>
<dd><a href="https://otherkin.club/users/rachel">@rachel@otherkin.club</a> and <a href="https://vulpine.club/@rachel>@rachel@vulpine.club">@rachel@vulpine.club (alternate contact)</a></dd>
</dl>
<footer>
<p>Last updated: Thur 1 Nov, 2018 at 02:31 by rachel</p>
</footer>
</body>
</html>

27
privacy.html Normal file
View File

@ -0,0 +1,27 @@
<!doctype html>
<html>
<head>
<title>Instance Information - otherkin.club</title>
</head>
<body>
<header>
<h1>otherkin.club</h1>
</header>
<nav>
<ul>
<li ><a href="/index.html">index</a></li>
<li ><a href="/terms.html">Terms of Service</a></li>
<li><a href="/blocklist.html">Blocklist Info</a></li>
<li class="active"><a href="/privacy.html">Privacy</a></li>
</ul>
</nav>
<h1>Privacy Policy</h1>
<p>to be written later</p>
<p>Gist of it is we are a social service, running on the internet, there is certain information we
store for specified amounts of time.</p>
<footer>
<p>Last updated: Thur 1 Nov, 2018 at 02:48 by rachel</p>
</footer>
</body>
</html>

44
terms.html Normal file
View File

@ -0,0 +1,44 @@
<!doctype html>
<html>
<head>
<title>Instance Information - otherkin.club</title>
</head>
<body>
<header>
<h1>otherkin.club</h1>
</header>
<nav>
<ul>
<li ><a href="/index.html">index</a></li>
<li class="active"><a href="/terms.html">Terms of Service</a></li>
<li><a href="/blocklist.html">Blocklist Info</a></li>
<li><a href="/privacy.html">Privacy</a></li>
</ul>
</nav>
<h1>Terms of Service / Guidelines</h1>
<p>First and foremost, I want otherkin.club to be a safe place for any non-human identities. </p>
<h2>General Rules</h2>
<ul>
<li>Be Respectful to everyone</li>
<li>Hate Speech will not be tolerated</li>
<li>Content which is illegal in the US is not allowed.</li>
</ul>
<h2></h2>
<h2>Admin(s)</h2>
<p>As of current these users have administrator access</p>
<ul>
<li><a href="https://otherkin.club/users/foxiepaws">foxiepaws@otherkin.club</a></li>
</ul>
<h2>Moderator(s)<</h2>
<p>As of current these users have moderator access</p>
<ul>
<li><a href="https://otherkin.club/users/foxiepaws">foxiepaws@otherkin.club</a></li>
</ul>
<footer>
<p>Last updated: Thur 1 Nov, 2018 at 02:42 by rachel</p>
</footer>
</body>
</html>