-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
181 lines (178 loc) · 6.81 KB
/
index.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en" class="h-100">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Join Us Now</title>
<link rel="shortcut icon" href="./images/favicon.svg" type="image/x-icon" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css"
/>
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div class="container-fluid mainContent">
<div class="row d-flex align-items-center">
<div class="col-lg-6" class="sideImg">
<img src="./images/join.svg" alt="" />
</div>
<div
class="col-lg-6 h-100 d-flex align-items-center justify-content-center my-5"
>
<div class="form-content">
<h1 class="mb-5">Let's Get Started,</h1>
<form id="registrationForm">
<div class="row">
<div class="col-md-6 mb-3">
<label for="firstNameInp" class="form-label">
First Name
<span title="Mandatory field"
><span title="Mandatory field">*</span></span
>
</label>
<input
type="text"
class="form-control uidHelper"
id="firstNameInp"
/>
<span id="firstNameErr" class="form-text error">
First name shouldn't be empty.
</span>
</div>
<div class="col-md-6 mb-3">
<label for="lastNameErr" class="form-label">
Last Name
<span title="Mandatory field">*</span>
</label>
<input
type="text"
class="form-control uidHelper"
id="lastNameInp"
/>
<span id="lastNameErr" class="form-text error"
>Last name shouldn't be empty.</span
>
</div>
</div>
<div class="mb-3">
<label for="emailInp" class="form-label">
Email address
<span title="Mandatory field">*</span>
</label>
<input
type="email"
class="form-control"
id="emailInp"
aria-describedby="emailHelp"
/>
<span id="emailErr" class="form-text error"
>Email address shouldn't be empty.</span
>
</div>
<div class="mb-3">
<label for="userIdInp" class="form-label">
User Id
<span title="Mandatory field">*</span>
</label>
<input type="text" class="form-control" id="userIdInp" />
<span id="userIdErr" class="form-text error"
>UserId shouldn't be empty.</span
>
</div>
<div class="mb-3">
<label for="passInp" class="form-label">
Password
<span title="Mandatory field">*</span>
</label>
<input type="password" class="form-control" id="passInp" />
<span id="passwordErr" class="form-text error"
>Password shouldn't be empty.</span
>
</div>
<div class="mb-3">
<label for="conPassInp" class="form-label">
Confirm Password
<span title="Mandatory field">*</span>
</label>
<input type="password" class="form-control" id="conPassInp" />
<span id="conPasswordErr" class="form-text error">
Confirm Password shouldn't be empty.
</span>
</div>
<div class="mb-3">
<label for="mobileInp" class="form-label">
Mobile number
<span title="Mandatory field">*</span>
</label>
<input type="text" class="form-control" id="mobileInp" />
<span id="mobileNumberErr" class="form-text error"
>Mobile number shouldn't be empty.</span
>
</div>
<div class="mb-3">
<label for="gender" class="form-label"
>Gender<span title="Mandatory field">*</span></label
>
<div class="d-flex">
<div class="form-radio mx-2">
<input
class="form-check-input"
type="radio"
name="gender"
value="female"
/>
<label class="form-check-label" for="male">Male</label>
</div>
<div class="form-check">
<label class="form-check-label" for="female">Female</label>
<input
class="form-check-input"
type="radio"
name="gender"
value="female"
/>
</div>
</div>
<span id="genderErr" class="form-text error"
>Please select your gender.</span
>
</div>
<div class="mb-3">
<label for="addressInp" class="form-label">
Address
<span title="Mandatory field">*</span>
</label>
<textarea
rows="5"
class="form-control"
id="addressInp"
></textarea>
<span id="addressErr" class="form-text error"
>Address shouldn't be empty.</span
>
</div>
<button type="submit" id="submitBtn" class="btn btn-primary mr-5">
Submit
</button>
<button type="reset" class="btn btn-secondary">Reset</button>
</form>
</div>
</div>
</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
<script src="./js/script.js"></script>
</body>
</html>