diff --git a/content/pages/conduct.md b/content/pages/conduct.md new file mode 100644 index 0000000..c47fbef --- /dev/null +++ b/content/pages/conduct.md @@ -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. +(this code of conduct is stolen based on the citizen code of conduct and the tilde.town code of conduct under the terms of the creative commons attribution-sharealike license,) +### 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. don’t 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. diff --git a/content/pages/signup.md b/content/pages/signup.md index 517ca74..b1716e5 100644 --- a/content/pages/signup.md +++ b/content/pages/signup.md @@ -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.
Please ensure that you have read the Code of Conduct before you sign up. Thank you!
- +please send the above details to cark@southlondon.cc, 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. - - -start! - \ No newline at end of file +*(note! if your email provider doesn't like us very much, you might receive an email from benclark006@outlook.com instead)* diff --git a/sass/main.scss b/sass/main.scss index 69b496c..4f0bef9 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -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 */ } - \ No newline at end of file + diff --git a/templates/index.html b/templates/index.html index 632eff2..f023811 100644 --- a/templates/index.html +++ b/templates/index.html @@ -37,8 +37,11 @@
  • source
  • +
  • + code of conduct +
  • -{% endblock content %} \ No newline at end of file +{% endblock content %}