From 8c42ebe4eed83b204889caebf4d9d51b808fc152 Mon Sep 17 00:00:00 2001
From: Samantha <37825989+Samrusike@users.noreply.github.com>
Date: Fri, 25 Dec 2020 16:59:47 +0800
Subject: [PATCH 01/10] Update signup.php
For the LRR website, we don't need to display both the sign-in and sign-up forms on one page. The best thing that we can do to have a clean and neat LRR website UI/UX we should only display the logo and sign in form. Then we are also going to put a signup link on the sign-in page that will lead to the signup form and on the signup form the top left corner lrr logo will lead us back to the sign-in form.
On the sign-up form I have removed the portal for inputting the passport and added an if statement for inputting student number on the same form.
---
signup.php | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/signup.php b/signup.php
index 562ea58..7114c72 100644
--- a/signup.php
+++ b/signup.php
@@ -24,6 +24,9 @@ include 'Header.php';
Full Name
+ Student ID
+
+
Email
@@ -33,7 +36,7 @@ include 'Header.php';
Confirm Password
-
+
+
From 3ca7a1efad2868179d0ef5dc5ddfd21ac0e2b385 Mon Sep 17 00:00:00 2001
From: enockkays <32764779+enockkays@users.noreply.github.com>
Date: Fri, 25 Dec 2020 21:30:34 +0800
Subject: [PATCH 02/10] Update index.php
Updated the Logo from "LRRS" to "LRR".
Removed the signup form from the index.php file (Index.php file had two forms now with only one form for signing in and a link that leads to the signup form).
On the signup form, we have removed the portal for putting the passport because I have realized that our colleagues from this repository "Ashik-Nafis_Bug 53" only removed the passport portal from the form.
We also added a background and some CSS properties for the hovers effects on the new form.
---
index.php | 104 ++++++++++++++++++++++++++++--------------------------
1 file changed, 53 insertions(+), 51 deletions(-)
diff --git a/index.php b/index.php
index 66f1481..cc8a750 100644
--- a/index.php
+++ b/index.php
@@ -12,36 +12,41 @@ if (isset($_SESSION["user_fullname"])) {
?>
-