diff --git a/Auth/Signup/signup.css b/Auth/Signup/signup.css new file mode 100644 index 0000000..68d53bd --- /dev/null +++ b/Auth/Signup/signup.css @@ -0,0 +1,100 @@ +body { + margin: 0; + background-color: #a0c9bf; + color: #000000; + font-family: Arial, sans-serif; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + height: 100vh; +} + +.navbar { + background-color: #333; + border-bottom: 5px solid #00ffc3; + padding: 10px 20px; + width: 100%; + position: absolute; + top: 0; + left: 0; + z-index: 1000; + display: flex; + align-items: center; +} + +.logo-container { + margin-top: 150px; + text-align: center; +} + +.logo-container img { + width: 235px; + height: auto; +} + +.signup-title { + font-family: "Arial Black", sans-serif; + font-size: 35px; + font-style: italic; + font-weight: bold; + color: #333; + text-align: center; + margin-top: -35px; +} + +.form-container { + width: 400px; + padding: 2rem; + border: 2px solid #00ffc3; + border-radius: 8px; + background-color: #D3D3D3; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); +} + +label { + font-size: 1rem; + font-weight: bold; + color: #000000; + margin-bottom: 0.5rem; + display: block; +} + +input[type="email"], +input[type="password"], +input[type="text"] { + width: 100%; + padding: 10px; + margin-bottom: 1rem; + border: 2px solid #00ffc3; + border-radius: 5px; + background-color: #FFFFFF; + font-size: 1rem; + color: #000000; +} + +input[type="email"]:focus, +input[type="password"]:focus, +input[type="text"]:focus { + outline: none; + border-color: #00b28e; +} + +button[type="submit"] { + width: 100%; + padding: 10px; + font-size: 1rem; + font-weight: bold; + font-style: italic; + color: #333; + background-color: #00ffc3; + border: none; + border-radius: 5px; + cursor: pointer; + transition: background-color 0.3s ease; +} + +button[type="submit"]:hover { + background-color: #00b28e; + color: #FFFFFF; +} \ No newline at end of file diff --git a/Auth/Signup/signup.php b/Auth/Signup/signup.php index c174e2a..ed0e284 100644 --- a/Auth/Signup/signup.php +++ b/Auth/Signup/signup.php @@ -50,34 +50,40 @@ Signup - - - - - + + + + -
-
-
-
- - -
-
- - -
We'll never share your email with anyone else.
-
-
- - -
- -
-
+ + + +
+ WinShare Logo +

Sign Up

+
+
+
+
+
+ + +
+
+ + +
We'll never share your email with anyone else.
+
+
+ + +
+ +
+
- + \ No newline at end of file diff --git a/Data/.Rhistory b/Data/.Rhistory new file mode 100644 index 0000000..e69de29