From 2a109f26f39e89b40c180754f953982c0c7b94aa Mon Sep 17 00:00:00 2001 From: "eoghan.conlon" Date: Mon, 7 Aug 2023 18:08:54 +0100 Subject: [PATCH 01/13] Sign-up page html page added, register's title changed to register --- src/register.html | 2 +- src/signup.html | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 src/signup.html diff --git a/src/register.html b/src/register.html index 1cfbdae..872b856 100644 --- a/src/register.html +++ b/src/register.html @@ -2,7 +2,7 @@ - Skynet Sign-up + Skynet Register diff --git a/src/signup.html b/src/signup.html new file mode 100644 index 0000000..ca79cc4 --- /dev/null +++ b/src/signup.html @@ -0,0 +1,17 @@ + + + + + Skynet Sign-up + + + + + + + + \ No newline at end of file From 353c4b3596c122fde49015383cd28ac87a90e75a Mon Sep 17 00:00:00 2001 From: "eoghan.conlon" Date: Mon, 7 Aug 2023 18:19:15 +0100 Subject: [PATCH 02/13] HTML form complete --- src/signup.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/signup.html b/src/signup.html index ca79cc4..d477e2c 100644 --- a/src/signup.html +++ b/src/signup.html @@ -7,6 +7,11 @@ +
+ + + +
UL Computer Society 2023-2023
From 48862df4a54d2cf59ab4cba398ebbd1709ac97c1 Mon Sep 17 00:00:00 2001 From: "eoghan.conlon" Date: Mon, 7 Aug 2023 18:19:36 +0100 Subject: [PATCH 03/13] Description for user added --- src/signup.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/signup.html b/src/signup.html index d477e2c..8fa6eba 100644 --- a/src/signup.html +++ b/src/signup.html @@ -6,7 +6,12 @@ - +

Welcome to Skynet

+

+ Skynet is a server cluster that the UL Computer Society runs. If you previously had an account and need to activate it + please click here to set a contact email address for your account. IF you are a new user, + please fill in the form below with the email that you use on ul wolves. +

From b13a199098242001e38d14cfe9028b6b8ea3192d Mon Sep 17 00:00:00 2001 From: "eoghan.conlon" Date: Mon, 7 Aug 2023 18:23:20 +0100 Subject: [PATCH 04/13] Javascript handling for form started --- src/signup.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/signup.html b/src/signup.html index 8fa6eba..dc47eeb 100644 --- a/src/signup.html +++ b/src/signup.html @@ -24,4 +24,13 @@ + \ No newline at end of file From 776ed76ab050d2a43a020a7b4c2c869aadfc367e Mon Sep 17 00:00:00 2001 From: "eoghan.conlon" Date: Mon, 7 Aug 2023 18:24:20 +0100 Subject: [PATCH 05/13] Fix. Form looks better in browser --- src/signup.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/signup.html b/src/signup.html index dc47eeb..763f725 100644 --- a/src/signup.html +++ b/src/signup.html @@ -14,8 +14,8 @@

- - +
+