-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjoining.html
More file actions
128 lines (114 loc) · 4.42 KB
/
joining.html
File metadata and controls
128 lines (114 loc) · 4.42 KB
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
<!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>JOINGg my guild t</title>
<link rel="stylesheet" href="joining.css">
</head>
<body>
<div class="main2">
<div class="logo">
<img src="photo/LOGO.jpeg" alt="">
<h1>Enter Info to Join my guild</h1>
</div>
<div class="information">
<h2>Personal Information</h2>
</div>
<br>
<div class="main1" >
<form action="">
<br>
<div >
<label for="">NAME</label>
<input type="text" name="" class="TEXT" placeholder="ENTER FULL NAME">
</div>
<div>
<label for="">EMAIL ID:</label>
<input type="Email" name="" id="" class="TEXT" placeholder="Ex abc@gmail.com">
</div>
<div>
<label for="">GENDER:</label>
<br>
<input type="radio" name="Gender" class="rad">Male
<br>
<input type="radio" name="Gender" class="rad">Female
</div>
<div>
<label for="">Why Should you join my guild</label>
<br>
<textarea name="" id="" cols="30" rows="10" placeholder="Enter Your Answer"></textarea>
</div>
</form>
</div>
<div>
<hr>
<h2>UID INFORMATION </h2>
<div class="main1">
<div>
<label for="">GAME NAME</label>
<input type="text" name="" class="TEXT" placeholder="GAME NAME"><br>
</div>
<div>
<label for="">Enter UID:</label>
<input type="text" name="" placeholder="Enter UID" class="TEXT"><br>
</div>
<div>
<label for="">Rank:</label>
<input type="radio" name="Rank" id="">Herioic
<input type="radio" name="Rank" id="">Diamond
<input type="radio" name="Rank" id="">Platinum
<input type="radio" name="Rank" id="">silver <br>
</div>
<div>
<label for="">KILL KD:</label>
<input type="number" name="" id="" placeholder="" class="TEXT" style="width: 40px;">
</div>
<div>
<label for="">LIKES</label>
<input type="number" name="" class="TEXT">
</div>
<div>
<label for="">Ever palyed Tournament: </label>
<input type="radio" name="single" id="">YES
<input type="radio" name="single" id="">NO
</div>
<div>
<label for="">Total Game time</label>
<select>
<option value="left">0-1</option>
<option value="left">1-2</option>
<option value="left">1-3</option>
<option value="left">1-4</option>
<option value="left">1-5</option>
<option value="left">1-6</option>
<option value="left">1-7</option>
<option value="left">1-8</option>
<option value="left">1-9</option>
<option value="right">1-10</option>
<option value="conservative">1-11</option>
<option value>1-12</option>
<option value>1-13</option>
<option value>1-14</option>
<option value>1-15</option>
<option value>1-16</option>
<option value>1-17</option>
<option value>1-18</option>
<option value>1-19</option>
<option value>1-20</option>
<option value>1-21</option>
<option value>1-22</option>
<option value>1-23</option>
<option value>1-24</option>
</select>
</div>
<div class="but">
<!-- <label for="">Submit</label> -->
<button>Submit</button>
</div>
</div>
</div>
</div>
</body>
</html>