-
Notifications
You must be signed in to change notification settings - Fork 0
/
vol-signupx.html
183 lines (126 loc) · 6.66 KB
/
vol-signupx.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
182
183
<!DOCTYPE html>
<html lang="en">
<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>Volunteer Sign Up1</title>
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="jsm.css">
</head>
<body>
<header class="header">
<section class="flex">
<a href="index.html" class="logo">JSM</a>
<div class="icons">
<div id="menu-btn" class="fas fa-bars"></div>
<div id="search-btn" class="fas fa-search"></div>
<div id="user-btn" class="fas fa-user"></div>
<div id="toggle-btn" class="fas fa-sun"></div>
</div>
<div class="profile">
<div class="flex-btn">
<a href="login.html" class="option-btn">login</a>
<a href="signup.html" class="option-btn">register</a>
</div>
</div>
</section>
</header>
<div class="side-bar">
<div id="close-btn">
<i class="fas fa-times"></i>
</div>
<nav class="navbar">
<img src="images/student5.png" width="250" height="200" alt="JSM">
<a href="index.html"><i class="fas fa-home"></i><span>Home</span></a>
<a href="about.html"><i class="fas fa-address-card"></i><span>About</span></a>
<a href="signup.html"><i class="fas fa-graduation-cap"></i><span>Courses</span></a>
<a href="contact.html"><i class="fas fa-headset"></i><span>Contact us</span></a>
</nav>
</div>
<section class="form-container">
<form action="" method="post" enctype="multipart/form-data">
<h3>Create Volunteer Account</h3>
<p>Full Name <span>*</span></p>
<input type="text" name="email" placeholder="Enter your Full name" required maxlength="50" class="box">
<p>NIN <span>*</span></p>
<input type="number" name="email" placeholder="Enter your National Identification Number" required maxlength="50" class="box">
<p>Phone Number <span>*</span></p>
<input type="tel" name="email" placeholder="Enter your Phone Number" required maxlength="50" class="box">
<p>Your Email Address<span>*</span></p>
<input type="email" name="email" placeholder="Enter your Email Address" required maxlength="50" class="box">
<p>Create Password <span>*</span></p>
<input type="password" name="pass" placeholder="Your Password" required maxlength="20" class="box">
<p>Confirm Password <span>*</span></p>
<input type="password" name="c_pass" placeholder="Confirm your Password" required maxlength="20" class="box">
<p>Address <span>*</span></p>
<input type="address" name="address" placeholder="Enter your Current Address with State" required maxlength="50" class="box">
<p>State<span>*</span></p>
<input type="state" name="state" placeholder="Enter your State of Origin" required maxlength="50" class="box">
<p>School<span>*</span></p>
<input type="sch" name="sch" placeholder="Enter your Secondary School with Address" required maxlength="50" class="box">
<p>Birthday<span>*</span></p>
<input type="date" name="birth" placeholder="Enter your Birth Date" required maxlength="50" class="box">
<p>Sec. Sch. Set<span>*</span></p>
<input type="date" name="set" placeholder="Enter your Graduation Year" required maxlength="50" class="box">
<p>Portfolio Link <span>*</span></p>
<input type="url" name="link" placeholder="Share your Portfolio Link" required maxlength="50" class="box">
<p>Upload your Picture <span>*</span></p>
<input type="file" name="picture" placeholder="Upload your Picture" accept="image/*" required class="box">
<h1>BIOMETRIC: Fingerprint or Facial Recognition</h1> <br>
<!-- <a href="vol-login.html" class="btn">Register</a>-->
</form>
<input type="submit" value="Register" onclick="myFunctione()" name="submit" class="btn">
<input type="reset" value="cancel" name="submit" class="ibtn">
</form>
</section>
<!-- <div class="box-container">
<div class="box">
<i class="fas fa-phone"></i>
<h3>phone number</h3>
<a href="tel:1234567890">+234-801-2345-888</a>
<a href="tel:1112223333">+234-701-6666-333</a>
</div>
<div class="box">
<i class="fas fa-envelope"></i>
<h3>email address</h3>
<a href="mailto:[email protected]">[email protected]</a>
<a href="mailto:[email protected]">[email protected]</a>
<a href="https://nitda.gov.ng/">National Information Technology Development Agency (NITDA) </a>
</div>
<div class="box">
<i class="fas fa-map-marker-alt"></i>
<h3>office address</h3>
<a href="#">Address: No. 28, Port Harcourt Crescent, Off Gimbiya Street, P.M.B 564, Area 11, Garki, Abuja, Nigeria.</a>
</div>
</div>
</section>-->
<footer class="footer">
<div class="footer-container">
<div class="policy">
<p>Privacy Policy</p> <br>
<p>User Agreement</p> <br>
<p>Cookie Policy</p> <br>
<p>Copyright Policy</p>
</div>
<div class="more">
<span>Download App for better experience.</span> <br> <br>
<span>Listen to our Podcast for audio versions.</span> <br> <br>
<span>Community Guidelines.</span> <br><br>
<span>Help Center.</span>
</div>
</div>
JSM © 2024 by <span>LearnMakers Team</span>
</footer>
<!-- custom js file link -->
<script src="jsm.js"></script>
<script>
function myFunctione(){
window.location.href="https://3mtt-c2-hack-jsm.vercel.app/vol-login.html";
Event.preventDefault();
}
</script>
</body>
</html>