-
Notifications
You must be signed in to change notification settings - Fork 0
/
sign up.html
112 lines (80 loc) · 2.63 KB
/
sign up.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
<!DOCTYPE html>
<html>
<head>
<title>Sign Up</title>
<link rel="stylesheet" type="text/css" href="sign up.css">
</head>
<body>
<h1>Welcome For Signing Up With Us.</h1>
<div class="signgo">
<form mailto:"sharifullahdanish216@gmail.com">
<input type="text" placeholder="Enter your first name...">
<input type="text" placeholder="Enter your last name...">
<input type="password" placeholder="Enter your password...">
<input type="email" placeholder="Ali@gmail.com">
</form>
</div>
<form name="formone" action="mailto:sharifullahdanish216@gmail.com" class="let">
<hr>
<h2> Let us know about your educatin.Please choose one option from the following ones.</h2>
<form name="Radio">
<input type="Radio" name="edu" value="PhD" checked>PhD
<input type="Radio" name="edu" value="MSc">MSC
<input type="radio" name="edu" value="BSc">BSc
</form> <br>
<hr ></hr>
</form>
<form class="edu">
<h3>Please select your interests!</h3>
<input type="checkbox" name="Golfing" checked="">Golfing
<input type="checkbox" name="Gym">Gym
<input type="checkbox" name="Hiking">Hiking
</form>
<hr></hr>
<form class="pro">
<h3>Choose your province!</h3>
<select name="province" required>
<option value="Kabul" selected="">Kabul
<option value="Nangarhar">Nangarhar
<option value="Herat">Herat
<option value="Balkh">Balkh
<option value="Helmand">Helmand
</select>
</form>
<hr></hr>
<form class="prog">
<h2>Select your expertise in programming</h2> <br><br>
<select name="experitse" required>
<option value="HTML" selected="">HTML
<option value="CSS">CSS
<option value="Java">Java
<option value="PHP">PHP
<option value="Pythoon">Pythoon
</select>
</form>
<br><hr>
<form class="them">
<h2>Do you know one of them?</h2>
<a href="donaters of blood.html"><input type="button" value="Donaters of the blood"></a>
<a href="receivers of blood.html"><input type="button" value="Receivers blood"></a>
</form>
<hr></hr>
<form class="comment">
<h2>If you know them then write a little bit about them.</h2>
<textarea cols="45" rows="12" placeholder="Write your idea about them!"></textarea>
</form>
<br><hr>
<form class="date">
<h2>Mention the date on which you are applying</h2> <input type="date" name="date" placeholder="type the date" required>
</form>
<hr>
<form class="upl"><h2>Upload your photo</h2>
<input type="file" required>
</form>
<br><hr>
<form class="suborcan">
<input type="submit" name="submit" value="Register">
<input type="reset" name="reset" value="Cancel registeration">
</form>
</body>
</html>