update signup and add coc

This commit is contained in:
leah 2021-08-18 00:48:10 +00:00
parent 65346f462d
commit afad10e40e
4 changed files with 70 additions and 12 deletions

56
content/pages/conduct.md Normal file
View File

@ -0,0 +1,56 @@
+++
title = "Code of Conduct"
date = 2021-08-18
+++
hi! south london is a public access unix system that people can use to make things & interact with others on the system via irc and email. these are a few rules that you need to keep to when doing that.
<em>(this code of conduct is <strike>stolen</strike> based on the <a href="http://citizencodeofconduct.org/">citizen code of conduct</a> and the <a href="http://tilde.town/wiki/conduct.html">tilde.town code of conduct</a> under the terms of the <a href="https://creativecommons.org/licenses/by-sa/3.0/">creative commons attribution-sharealike license,</a>)</em>
### expected behaviour
the following behaviours are expected and requested of all members of our community.
- participate in an authentic and active way. in doing so, you contribute to the health and longevity of this community.
- exercise consideration and respect in your speech and actions
- attempt collaboration before conflict.
- refrain from demeaning, discriminatory, or harassing behavior and speech.
- be mindful of your surroundings and of your fellow participants.
- teach when people need help. dont do it for them.
### unacceptable behavior
the following behaviors are considered harassment and are unacceptable within our community:
- violence, threats of violence or violent language directed against another person.
- sexist, racist, homophobic, transphobic, ableist or otherwise discriminatory jokes and language.
- posting or displaying sexually explicit or violent material.
- posting or threatening to post other people's personally identifying information ("doxing").
- personal insults, particularly those related to gender, sexual orientation, race, religion, or disability.
- unwelcome sexual attention. this includes sexualized comments or jokes.
- deliberate intimidation, stalking or following.
### resource use
all users must be respectful of system resources, we are quite a small tilde for the time being. anyone using excessive amounts of storage, ram or cpu will be nicely asked to stop, then sternly asked to stop, see the next section for more details.
### consequences of unacceptable behavior
unacceptable behavior from any community member, including sponsors and those with decision-making authority (sudo), will not be tolerated.
**anyone asked to stop unacceptable behavior is expected to comply immediately.**
if a community member engages in unacceptable behavior, the community organizers may take any action they deem appropriate, up to and including a temporary ban or permanent expulsion from southlondon.cc without warning (meaning your account will be terminated and all user data deleted).
### reporting guidelines
if you are subject to or witness unacceptable behavior, or have any other concerns, please contact an admin (see info below).
additionally, help engaging with law enforcement is available.
### addressing grievances
if you feel you have been falsely or unfairly accused of violating this code of conduct, use the contact info below to send a concise description of your grievance.
### scope
we expect all south london members to abide by this code of conduct while:
- engaging with other members
- publishing content on south london
### contact info
send an email to
cark (at) southlondon (dot) cc
---
this document is not all encompassing, we reserve the right to throw your account into the sun for any reason at any time.

View File

@ -3,20 +3,18 @@ title = "Sign up"
date = 2021-08-06
+++
oh hey, thanks for checking out south london!
Hello! If you'd like to sign up for an account, please shoot and email to the email address listed below, with the following details.
if you'd like to join, please fill out this form and wait patiently for your application to be examined and a verdict to be decided upon.
- Your desired username
- Your preferred shell (if you have one)
- your SSH Public Key (if you don't know what that means, check out [this guide](https://tilde.team/wiki/ssh)!)
thank you and gosh bless.
<div class="infobox infobox-important">
Please ensure that you have read the <a href="/pages/conduct/"><b>Code of Conduct</b></a> before you sign up. Thank you!
</div>
<script src="https://unpkg.com/htmx.org@1.5.0"></script>
please send the above details to <a href="mailto:cark@southlondon.cc"><b>cark@southlondon.cc</b></a>, we'll get back to you
with your account details within a few days. thank you and gosh bless.
To begin the form, press start.
<a class="button" href="#" hx-push-url="true" hx-get="/signup-pages/one.html" hx-target="#content">
start!
</a>
*(note! if your email provider doesn't like us very much, you might receive an email from benclark006@outlook.com instead)*

View File

@ -1,3 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body, html {
height: 100%;
margin: 0;
@ -7,7 +8,7 @@ body {
background: #181818;
color: #d8d8d8;
font-family: 'Fira Sans', sans-serif;
font-family: 'Public Sans', sans-serif;
}
.split {
@ -286,4 +287,4 @@ input, textarea {
url('/fotns/fira-sans-v11-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fotns/fira-sans-v11-latin-700italic.svg#FiraSans') format('svg'); /* Legacy iOS */
}

View File

@ -37,8 +37,11 @@
<li><i class='bx bxs-right-arrow-alt'></i>
<a href="https://tildegit.org/southlondon/site">source</a>
</li>
<li><i class='bx bxs-right-arrow-alt'></i>
<a href="./pages/conduct/">code of conduct</a>
</li>
</ul>
</div>
</div>
</div>
{% endblock content %}
{% endblock content %}