-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.html
129 lines (114 loc) · 6.04 KB
/
signup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Block-Chain Academy Sign up</title>
<link rel="stylesheet" href="/Assets/css/signup.css">
<link rel="icon" href="resouces/chain2.png">
</head>
<body>
<!-- ==========================-->
<!-- =======NAV SECTION======= -->
<ul class="Nav">
<li class="NavLi"><a href="index.html" class="NavLiA">Home</a></li>
<li class="NavLi">
<a href="#" class="NavLiA">Portals</a>
</li>
<li class="NavLi">
<a href="#" class="NavLiA">Library</a>
</li>
<li class="NavLi">
<a href="register.html" class="NavLiA">Register</a>
</li>
<!-- html code for teacher side bar icon -->
<li class="NavLiHam" id="navHam">
<label class="hamburger">
<input type="checkbox" id="menu-toggle" />
<svg viewBox="0 0 32 32">
<path class="line line-top-bottom"
d="M27 10 13 10C10.8 10 9 8.2 9 6 9 3.5 10.8 2 13 2 15.2 2 17 3.8 17 6L17 26C17 28.2 18.8 30 21 30 23.2 30 25 28.2 25 26 25 23.8 23.2 22 21 22L7 22">
</path>
<path class="line" d="M7 16 27 16"></path>
</svg>
</label>
</li>
</ul>
<!-- =================================-->
<!-- =======END OF NAV SECTION======= -->
<!-- FLOATING BG OBJECTS -->
<div class="floating-background">
<!-- Background elements -->
<div class="floating-shape shape1"></div>
<div class="floating-shape shape2"></div>
<div class="floating-shape shape3"></div>
<div class="floating-shape shape4"></div>
<div class="floating-shape shape5"></div>
<div class="floating-shape shape6"></div>
<div class="floating-shape shape7"></div>
<div class="floating-shape shape8"></div>
<div class="floating-shape shape9"></div>
<div class="floating-shape shape10"></div>
<div class="floating-shape shape11"></div>
</div>
<!-- ================================= -->
<!-- =======SIGNUP FORM SECTION======= -->
<div class="forms">
<div class="signup-container">
<h2>Sign Up</h2>
<form class="signup-form" id="registerForm">
<div class="input-group" id="input1">
<input type="text" id="fullname" required>
<label for="username" class="label">Username</label>
<div class="error">Fullname is required</div>
</div>
<div class="input-group" id="input2">
<input type="email" id="email" required>
<label class="label" for="email">Email</label>
<div class="error">Please enter a valid email</div>
</div>
<div class="input-group" id="input3">
<input type="password" id="password" required>
<label class="label" for="password">Password</label>
<div class="error">Password no is required</div>
<div class="password-strength">
<div class="password-strength-bar" id="password-strength-bar"></div>
</div>
</div>
<div class="input-group" id="input4">
<input type="number" id="AdminNum" required>
<label class="label" for="AdminNum">Student Id</label>
<div class="error" id="adminError">Student Id is required</div>
<p id="errorno" style="display: none; color: rgb(255, 62, 62);">Student Id doesn't correspond</p>
<em style="font-size: 10px;">if Student Id not sent click the '<strong>here</strong>' button below</em>
</div>
<button type="submit" id="" class="submit">Create Account</button>
<div class="option">
<button class="button google">
<svg viewBox="0 0 256 262" preserveAspectRatio="xMidYMid" xmlns="http://www.w3.org/2000/svg">
<path
d="M255.878 133.451c0-10.734-.871-18.567-2.756-26.69H130.55v48.448h71.947c-1.45 12.04-9.283 30.172-26.69 42.356l-.244 1.622 38.755 30.023 2.685.268c24.659-22.774 38.875-56.282 38.875-96.027"
fill="#4285F4"></path>
<path
d="M130.55 261.1c35.248 0 64.839-11.605 86.453-31.622l-41.196-31.913c-11.024 7.688-25.82 13.055-45.257 13.055-34.523 0-63.824-22.773-74.269-54.25l-1.531.13-40.298 31.187-.527 1.465C35.393 231.798 79.49 261.1 130.55 261.1"
fill="#34A853"></path>
<path
d="M56.281 156.37c-2.756-8.123-4.351-16.827-4.351-25.82 0-8.994 1.595-17.697 4.206-25.82l-.073-1.73L15.26 71.312l-1.335.635C5.077 89.644 0 109.517 0 130.55s5.077 40.905 13.925 58.602l42.356-32.782"
fill="#FBBC05"></path>
<path
d="M130.55 50.479c24.514 0 41.05 10.589 50.479 19.438l36.844-35.974C195.245 12.91 165.798 0 130.55 0 79.49 0 35.393 29.301 13.925 71.947l42.211 32.783c10.59-31.477 39.891-54.251 74.414-54.251"
fill="#EB4335"></path>
</svg>
<p>Continue with Google</p>
</button>
<p>Already have an account? <a href="signin.html">Login</a></p>
<p style="font-size: 12px;">click <button class="adminNoBtn" style="background: transparent; border:none;cursor:pointer;color:rgb(29, 30, 31)">here</button> to get Student ID</p>
</div>
</form>
</div>
</div>
<!-- ======================================== -->
<!-- =======END OF SIGNUP FORM SECTION======= -->
<script src="/Assets/js/signup.js"></script>
</body>
</html>