From 06adcbb168b7b54e18f651c074cfc4793e0e4119 Mon Sep 17 00:00:00 2001 From: creme Date: Sat, 18 Jan 2020 00:44:22 +0100 Subject: [PATCH] small site update - add agree checkbox to signup form and optimze it - add id for a float left container - some more small css changes - add note for required reg. a nick to join #meta in irc - add link user to users --- chat/etiquette/index.php | 2 +- chat/index.php | 3 +-- chat/irc/index.php | 3 +++ css/css_style.css | 8 +++++++- signup-mailer.php | 3 +++ signup.php | 12 +++++++----- user.php | 1 + 7 files changed, 23 insertions(+), 9 deletions(-) create mode 120000 user.php diff --git a/chat/etiquette/index.php b/chat/etiquette/index.php index f80ce14..920921d 100644 --- a/chat/etiquette/index.php +++ b/chat/etiquette/index.php @@ -13,7 +13,7 @@ include '../../header.php';
-
+
 

etiquette guidelines

diff --git a/chat/index.php b/chat/index.php index ada809c..270a788 100644 --- a/chat/index.php +++ b/chat/index.php @@ -13,7 +13,7 @@ include '../header.php';
-
+
 

chat

@@ -25,7 +25,6 @@ envs.net has two chat options. we can be reached via irc and matrix.
-
 

# more informations about our

  > matrix chat   > irc chat diff --git a/chat/irc/index.php b/chat/irc/index.php index 99d6606..69e5000 100644 --- a/chat/irc/index.php +++ b/chat/irc/index.php @@ -31,6 +31,9 @@ as a round robin of
+" maxlength="32" style="width: 260px;">

-
+
+ " style="width: 260px;">
+ " style="width: 260px;">

help page to ssh keys and make sure that you only put your pubkey here. -signing up implies that you agree to abide by our code of conduct +signing up implies that you agree to abide by our code of conduct, no drama. be respectful. have fun. we're all trying, and we're all in this together :) + i agree! i have read and understood the terms and conditions. +
diff --git a/user.php b/user.php new file mode 120000 index 0000000..8d81c7d --- /dev/null +++ b/user.php @@ -0,0 +1 @@ +users.php \ No newline at end of file