diff --git a/coc/index.html b/coc/index.html index c937cdd..5f5db2f 100644 --- a/coc/index.html +++ b/coc/index.html @@ -14,7 +14,7 @@ conduct
-

馃尶 home馃尡 signup馃尯 webterm馃尫 code of conduct馃尰 wiki馃拹 faq馃帇 git

+

馃尶 home馃尡 signup馃尯 webterm馃尫 code of conduct馃尰 wiki馃拹 faq馃帇 git馃崉 more

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

diff --git a/faq/index.html b/faq/index.html index f0a8cec..c039fad 100644 --- a/faq/index.html +++ b/faq/index.html @@ -14,7 +14,7 @@ questions
-

馃尶 home馃尡 signup馃尯 webterm馃尫 code of conduct馃尰 wiki馃拹 faq馃帇 git

+

馃尶 home馃尡 signup馃尯 webterm馃尫 code of conduct馃尰 wiki馃拹 faq馃帇 git馃崉 more

signing up

what are these ssh key whatchamacallits that you speak of?

ssh keys are a method of authentication that the server can use to make sure you're actually you logging in, and not just some guy trying to get into your account. it works using magic and offers security that your bog-standard password simply can't provide. if you need to generate one, check out this handy guide! after you have one generated, you can use cat ~/.ssh/id_rsa.pub to get your public key that you can paste into the signup email. (note: if your keys are stored somewhere else you'll need to change the second part to the path where they're located, but you probably knew that already).

diff --git a/index.php b/index.php index 7d104f2..4b6bd79 100755 --- a/index.php +++ b/index.php @@ -15,7 +15,7 @@ london
-

馃尶 home馃尡 signup馃尯 webterm馃尫 code of conduct馃尰 wiki馃拹 faq馃帇 git

+

馃尶 home馃尡 signup馃尯 webterm馃尫 code of conduct馃尰 wiki馃拹 faq馃帇 git馃崉 more

south london is a shared computer based in the uk that you can use to make cool things and practice your unix skills. if you're new to *nix, this is a good place to start!
the main perk of using this server over any other pubnix is that diff --git a/more/badges.css b/more/badges.css new file mode 100644 index 0000000..9163a10 --- /dev/null +++ b/more/badges.css @@ -0,0 +1,17 @@ +.badges { + display:flex; +} +.badges a { + width: 50%; +} +.badges img{ + width: 100%; +} +@media (max-width: 400px) { + .badges { + flex-direction: column; + } + .badges a { + width: 100%; + } +} \ No newline at end of file diff --git a/more/img/minetest.png b/more/img/minetest.png new file mode 100644 index 0000000..a3316a0 Binary files /dev/null and b/more/img/minetest.png differ diff --git a/more/index.html b/more/index.html new file mode 100644 index 0000000..bf1da7c --- /dev/null +++ b/more/index.html @@ -0,0 +1,28 @@ + + + + + + signup - south london + + + + + + +
+

more things

+
+
+

馃尶 home馃尡 signup馃尯 webterm馃尫 code of conduct馃尰 wiki馃拹 faq馃帇 git馃崉 more

+

we have a bunch of services to show off, but keeping them in the top navigation was getting a bit unwieldy, so i've shoved the less important links onto this page

+
+ + + +
+
+ if you have a thing you want to put here, make a pr! +
+ + diff --git a/signup/index.html b/signup/index.html index fd264ab..22f76ae 100644 --- a/signup/index.html +++ b/signup/index.html @@ -13,7 +13,7 @@

signup

-

馃尶 home馃尡 signup馃尯 webterm馃尫 code of conduct馃尰 wiki馃拹 faq馃帇 git

+

馃尶 home馃尡 signup馃尯 webterm馃尫 code of conduct馃尰 wiki馃拹 faq馃帇 git馃崉 more

shoot an email at benclark006@outlook.com, propel a xmpp message to cark@southlondon.cc, or send forth a direct message to lp0 on tilde.chat

you'll need to include your desired username, ssh public key (see faq for details) and a note saying you've read the code of conduct and that you're over thirteen so i don't get sued. if you prefer a specific shell over bash, you can include that on the email too.