-
Notifications
You must be signed in to change notification settings - Fork 0
/
rahul2.htm
284 lines (253 loc) · 7.63 KB
/
rahul2.htm
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="validate1.js"></script>
<style>
.bg {
background-color:#ff4da6;
}
input,textarea,select{
border:2px solid red;
padding:10px;
border-radius:50px 20px;
font-family:'Concert One',cursive;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,300);
@import url(https://fonts.googleapis.com/css?family=Squada+One);
#logo {
font-family: 'Open Sans', sans-serif;
color: #d90075;
text-decoration: none;
text-transform: uppercase;
font-size: 150px;
font-weight: 800;
letter-spacing: -3px;
line-height: 1;
text-shadow: black 3px 2px 0;
position: relative;
}
#logo:after {
position: absolute;
left: 8px;
top: 32px;
}
#logo:after {
/*background: url(https://subtlepatterns.com/patterns/crossed_stripes.png) repeat;*/
background-image: -webkit-linear-gradient(left top, transparent 0%, transparent 25%, #555 25%, #555 50%, transparent 50%, transparent 75%, #555 75%);
background-size: 4px 4px;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
z-index: -5;
display: block;
text-shadow: none;
}
#menu {
width: 1090px;
height: 42px;
list-style: none;
margin: 10px 0 0 0; padding: 25px 10px;
border-top: 4px double #ff4da6;
position: relative;
text-align: center;
}
#menu li {
display: inline-block;
width: 173px;
margin: 0 10px;
position: relative;
-webkit-transform: skewy(-3deg);
-webkit-backface-visibility: hidden;
-webkit-transition: 200ms all;
}
#menu li a {
text-transform: uppercase;
font-family: 'Squada One', cursive;
font-weight: 800;
display: block;
background: #FFF;
padding: 2px 10px;
color: #333;
font-size: 35px;
text-align: center;
text-decoration: none;
position: relative;
z-index: 1;
text-shadow:
1px 1px 0px #FFF,
2px 2px 0px #999,
3px 3px 0px #FFF;
background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,.05) 100%);
-webkit-transition: 1s all;
background-image: -webkit-linear-gradient(left top,
transparent 0%, transparent 25%,
rgba(0,0,0,.15) 25%, rgba(0,0,0,.15) 50%,
transparent 50%, transparent 75%,
rgba(0,0,0,.15) 75%);
background-size: 4px 4px;
box-shadow:
0 0 0 1px rgba(0,0,0,.4) inset,
0 0 20px -5px rgba(0,0,0,.4),
0 0 0px 3px #FFF inset;
}
#menu li:hover {
width: 203px;
margin: 0 -5px;
}
#menu a:hover {
color: #d90075;
}
#menu li:after,
#menu li:before {
content: '';
position: absolute;
width: 50px;
height: 100%;
background: #BBB;
-webkit-transform: skewY(8deg);
x-index: -3;
border-radius: 4px;
}
#menu li:after {
background-image: -webkit-linear-gradient(left, transparent 0%, rgba(0,0,0,.4) 100%);
right: 0;
top: -4px;
}
#menu li:before {
left: 0;
bottom: -4px;
background-image: -webkit-linear-gradient(right, transparent 0%, rgba(0,0,100,.4) 100%);
}
</style>
</head>
<body class="bg">
<div style="background-color:#b3b3b3;height:auto;" >
<center><a href="profile.htm" id="logo">PROFILE</a></center>
<center>
<ul id="menu">
<li><a href="department.htm"><span>Home</span></a></li>
<li><a href="about_us.htm"><span>About</span></a></li>
<li><a href="contact_us.htm"><span>Contact</span></a></li>
</ul>
</center>
</div>
<div>
<form name="StudentRegistration" onsubmit="return(validate())"; style="font-family:'Concert One',cursive;">
<br>
<br>
<center><img src="rahul.jpg" style="height:200px; width:180px;"></center>
<br>
<table cellpadding="2" width="20%" align="center"
cellspacing="2">
<table align="center" cellpadding = "10">
<!----- Name ---------------------------------------------------------->
<tr>
<td>NAME</td>
<td style="color:red;"><input type="text" name="Name" value="Rahul" maxlength="30"/ readonly>
* (max 30 characters a-z and A-Z)
</td>
</tr>
<!----- Father Name ---------------------------------------------------------->
<tr>
<td>FATHER NAME</td>
<td style="color:red;"><input type="text" name="Father_Name" value="Aman Mishra" maxlength="30"/ readonly>
* (max 30 characters a-z and A-Z)
</td>
</tr>
<!----- Date Of Birth -------------------------------------------------------->
<tr>
<td>DATE OF BIRTH</td>
<td style="color:red;">
<select name="Birthday_day" id="Birthday_Day">
<option value="-1">12</option>
</select>
<select id="Birthday_Month" name="Birthday_Month">
<option value="-1">Jun</option>
</select>
<select name="Birthday_Year" id="Birthday_Year" >
<option value="-1">1998</option>
</select>
*</td>
</tr>
<!----- Email Id ---------------------------------------------------------->
<tr>
<td>EMAIL ID</td>
<td style="color:red;"><input type="text" id="Email_Id" name="Email_Id" value="[email protected]" maxlength="100" / readonly> *</td>
</tr>
<!----- Mobile Number ---------------------------------------------------------->
<tr>
<td>MOBILE NUMBER</td>
<td style="color:red;">
<input type="text" id="Mobile_Number"name="Mobile_Number"value="9812215722" maxlength="10" / readonly>
* (10 digit number)
</td>
</tr>
<!----- Gender ----------------------------------------------------------->
<tr>
<td>GENDER</td>
<td ><input type="radio" name="Gender" id="Gender" value="male" size="10" checked readonly>Male
<input type="radio" name="Gender" id="Gender" value="Female" size="10" disabled>Female</td>
</tr>
<!----- Address ---------------------------------------------------------->
<tr>
<td >ADDRESS <br /><br /><br /></td>
<td style="color:red;"><textarea name="Address" rows="4" cols="30" style="padding:20px;" readonly>Flat No.-502,Ashok Tower, Near City Mall</textarea> *</td>
</tr>
<!----- City ---------------------------------------------------------->
<tr>
<td>CITY</td>
<td style="color:red;"><input type="text" id="City" value="Surat"maxlength="30" / readonly>
* (max 30 characters a-z and A-Z)
</td>
</tr>
<!----- Pin Code ---------------------------------------------------------->
<tr>
<td>PIN CODE</td>
<td style="color:red;"><input type="text" id="Pin_Code" value="395007" maxlength="6" / readonly>
* (6 digit number)
</td>
</tr>
<!----- State ---------------------------------------------------------->
<tr>
<td>STATE</td>
<td style="color:red;"><input type="text" id="State" value="Gujarat" maxlength="30" /readonly>
* (max 30 characters a-z and A-Z)
</td>
</tr>
<!----- Country ---------------------------------------------------------->
<tr>
<td >COUNTRY</td>
<td style="color:red;"><input type="text" value="India" id="Country" / readonly> * </td>
</tr>
<!----- Height ---------------------------------------------------------->
<tr>
<td>HEIGHT</td>
<td style="color:red;"><input type="text" value="5′2″" id="Height" / readonly> *(in feet)</td>
</tr>
<!----- Weight ---------------------------------------------------------->
<tr>
<td>WEIGHT</td>
<td style="color:red;"><input type="text" value="70" id="Weight" / readonly> *(in Kgs)</td>
</tr>
<!----- Hobbies ---------------------------------------------------------->
<tr>
<td>HOBBIES <br /><br /><br /></td>
<td>
Drawing
<input type="checkbox" name="Hobby_Drawing" value="Drawing" checked onclick="return false;"/>
Singing
<input type="checkbox" name="Hobby_Singing" value="Singing" checked onclick="return false;"/ readonly>
Dancing
<input type="checkbox" name="Hobby_Dancing" value="Dancing" disabled>
Sketching
<br>
<br>
Others
<input type="checkbox" name="Hobby_Other" value="Other" disabled>
<input type="text" name="Other_Hobby" maxlength="30" disabled/>
</td>
</tr>
</table>
</form>
</div>
</body>
</html>