-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebpage.html
More file actions
383 lines (377 loc) · 13 KB
/
webpage.html
File metadata and controls
383 lines (377 loc) · 13 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
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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
<html>
<head><style>
.name{
width:1220px;
height:220px;
background-color:lightblue;
opacity:0.9;
box-shadow:2px 2px 5px blue,2px 2px 5px black;
color:brown;
margin:10px;
text-shadow:2px 2px 5px black,2px 2px 5px blue;
}
.mydiv{
width:"100%";
height:150px;
background-color:aqua;
column-count:3;
column-rule:1px solid green;
}
.tsc{
width:"100%";
height:60px;
background-color:lightgreen;
opacity:0.7;
text-shadow:2px 2px 5px black;
box-shadow:2px 2px 5px green;
}
a{
color:lightgreen;
font-size:20px;
text-decoration:underline;
}
a:hover{
color:red;
font-size:30px;
}
a:active
{
color:green;
}
.para{
color:orange;
text-decoration:underline;
font-size:40px;
}
.login{
background-color:lightgreen;
border:1px solid brown;
border-radius:2px;
width:450px;
height:220px;
}
#logo{
background-image:url("aktu.jpg");
background-repeat:no-repeat;
background-position:center top;
opacity:0.9;
height:"100%";
width:"100%";
}
#search{
text-align:right;
}
body{
background-color:transparent;
}
</style>
<title>
Tarun Singh Chaudhary</title>
</head>
<body><div class="tsc">
<font color="Purple" size="15"><marquee direction="right">
Tarun Singh Chaudhary</marquee></font>
</div>
<hr color="brown">
<br>
<div class="name"><b><font size="30"><br><center>
Feroze Gandhi Insititute Of Engineering & Technology</center>
<center>Rae Bareli,UttarPradesh®</center></font></h1>
</b>
</div>
<br>
<center>
<img alt="Image Loading Error" src="fgiet1.jpg" width="150" height="150"></center> <br>
<b>Contact No.- 8941001932</b>
<br><hr noshade>
<table bgcolor="grey" border=1 width="100%">
<tr>
<td><select>
<option>About us</option>
<option>About Fgiet</option>
<option>Our Inspiration</option>
<option>Vision & Mission</option>
</font></select></td>
<td><select>
<option>Acedamics</option>
<option>Computer Science & Engineering</option>
<option>Electronics Engineering</option>
<option>Mechanical Enginnering</option>
<option>Aeronotical Engineering</option>
</select></td>
<td>
<select>
<option>Training & Placement cell</option>
<option>Department</option>
<option>Placement Brouche</option>
</select></td>
<td><select>
<option>Facilities</option>
<option>Library</option>
<option>Hostel</option>
<option>Computer lab</option>
<option>Others</option>
</select></td>
<td><select>
<option>Students</option>
<option>Anti-Ragging</option>
</select></td>
<td><select>
<option>Fee Structure</option>
<option>Bachelors Programmes</option>
<option>Masters Programmes</option>
</Select>
</td>
<td><select>
<option>Online Fee Submission</option>
<option>Gate way of HDFC bank</option>
</select></td>
<td><select>
<option>Contact us</option>
<option>Directory</option>
<option>How to Reach</option>
</select></td>
</table>
<hr noshade>
<table><tr>
<td>
<img src="front.jpg" width="400" height="200"></td>
<td>
<img src="hostel.jpg" width="400" height="200"></td>
<td>
<img src="h.jpeg" width="400" height="200"></td>
</tr>
</table>
<a href="http://fgiet.ac.in/">Home Page</a>
<div id="search">
<input type="search" placeholder="search">
<input type="submit" value="search">
</div>
<br>
<p class="para">Welcome to Feroze Gandhi Institute of Engineering and Technology</p>
<div class="mydiv"><font color="grey">Feroze Gandhi Institute of Engineering & Technology is a premier institute, established with a vision to develop world class technical professionals.
FGIET having a spectacular campus of 22.5 acre with several conspicuous features.
It Offers an amiable, verdant and eco-friendly atmosphere to the students and fosters them to be more meditative, veracious and focused.
The development exhibition held in Raebareli, U.P. in 1974 at Raebareli became a historical step for social,educational and technical development.
Feroze Gandhi Institute of Engineering & Technology is a premier institute, established with a vision to produce the best technical professionals.
Admission to the institution is purely based on merit in the UPSEE Entrance Examination conducted by Dr APJ Abdul Kalam Technical University Lucknow (UP Technical University),
Uttar Pradesh and out of 1-2 lac aspirants only the finest talents make it to FGIET.
In a period of decade FGIET (A constituent college affiliated to Uttar Pradesh Technical University, Lucknow and approved by AICTE) becomes a most favoured Institution among
the aspirants.
</font></div>
<br>
<div id="logo">
<ul><li>Acedamics:</li>
<ul>
<li>
<h3 title="Branch">Department of Computer Science & Engineering</h3></li>
<li>
<h3 title="Branch">Department of Electronics Engineering</h3>
</li>
<li>
<h3 title="Branch">Department of Mechanical Engineering</h3>
</li>
<li>
<h3 title="Branch">Department of Aeronotical Engineering</h3>
</li>
</ul>
</ul>
<ul>
<li>Online Fee Submission:</li>
<ul>
<li><a href="https://forms.eduqfix.com/fgieonlineform/add"><h3 title="Payment Link">H.D.F.C Link</h3></a>
</li>
</ul>
</ul>
<ul><li>Bachelors Programmes:</li><br>
<ul>
<li>Fees Structure(BTech-2019-20)
<table border=1 width=100% height="400"><caption>Fee Structure:BTECH(2019-20)</caption>
<tr bgcolor="grey">
<td></td>
<td>BTech 1st year/2nd year Lateral Entry</td>
<td>BTech 2nd year/3rd year Lateral Entry</td>
<td>BTech 3rd year/4th year Lateral Entry</td>
<td>BTech 4th yer</td>
</tr>
<tr>
<td>Tution Fees:</td>
<td>
Rs.76,709.00</td>
<td>Rs.76,709.00</td>
<td>Rs.76,709.00</td>
<td>Rs.76,709.00</td>
</tr>
<tr>
<td>Students Affairs Fees:</td>
<td>Rs.5,000.00</td>
<td>Rs.5,000.00</td>
<td>Rs.5,000.00</td>
<td>Rs5,000.00</td>
</tr>
<tr>
<td>Examination Fees:</td>
<td>Rs.7,500.00</td>
<td align="center"> -</td>
<td align="center"> - </td>
<td align="center"> - </td>
</tr>
<tr>
<td>Caution Fees:</td>
<td> Rs.5,000.00</td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
</tr>
<tr>
<td>Admission Fees:</td>
<td>Rs.1,000.00</td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">-</td>
</tr>
<tr>
<td>Total Fees:</td>
<td>Rs.95,209.00</td>
<td>Rs.81,709.00</td>
<td>Rs.81,709.00</td>
<td>Rs.70,200.00</td>
</tr>
</table>
</li>
</ul>
</ul>
</div>
<ul>
<li>E.R.P Login:</li></ul>
<br>
<center>
<div class="login">
<fieldset style="width:400px;" style="height:400px;"><legend> Login Portal</legend>
<form class="" action="mailto:tsctarun777@gmail.com" method="post"><br>
<br>
UserId: <input type="text" placeholder="UserId" required=" ">
<br>
<br>
Password: <input type="password" placeholder="password" required=" "><br>
<br>
<br>
<input type="submit">
</form>
</fieldset>
</div>
</center>
<ul>
<li><Details><summary>Registraion Form:</summary>
<form width="100%" height="100%">
<table border=2 width="100%" height="100%"><caption><b>Registration Form of Students 2019-20<b></caption>
<tr>
<td align="center"><b><font color="green">Basic Details:</font></b></td></tr>
<tr>
<td>
Roll No.*: <input type="Number" placeholder="Roll No." required=" "><br> </td>
</tr><tr><td>
Name* : <input type="text" placeholder="Name" required=""><br></td>
</tr><tr><td>
Father's Name* : <input type="text" placeholder="Father's Name" required=""><br></td></tr>
<tr>
<td>
Mother's Name* : <input type="text" placeholder="Mother's Name" required="">
<br></td></tr>
<tr>
<td>
Address*: <textarea></textarea><br>
</td>
</tr>
<tr>
<td>
Date of Birth*: <input type="date" placeholder="D/M/Y" required="">
</td>
</tr>
<tr>
<td><center><b><font color="green">Other Details:</font></b></center></td>
</tr>
<tr>
<td> Branch: <input list="my" placeholder="Branch" required="">
<datalist id="my">
<option value="Computer Science & Engineering"></option>
<option value="Mechanical Engineering"></option>
<option value="Electronics Engineering">
</option>
<option value="Aeronotical Engineering"></option>
</datalist>
</td>
</tr>
<td>
Year: <input list="me" placeholder="Year" required="">
<datalist id="me">
<option value="1st Year"></option>
<option value="2nd Year"></option>
<option value="3rd Year"></option>
<option value="4th Year">
</option>
</datalist>
</td>
</tr>
<tr><td>
Gender*: <input type="radio" name="r1">Male<br>
<input type="radio" name="r1">Female<br></td>
<td>Category: <input list="m" placeholder="Category" required="">
<datalist id="m">
<option value="OBC">
</option>
<option value="General">
</option>
<option value="SC"></option>
<option value="ST"></option>
</datalist>
</td></tr>
<tr>
<td>
Mobile No.*: <input type="number" placeholder="Mobile No." required=""></td>
<td>
Father's Mobile No.* <input type="Number" placeholder="Father's Mobile No." required=""></td>
</tr>
<tr>
<td>
Mother's Mobile No.*: <input type="Number" placeholder="Mother's Mobile No." required=""></td>
<td>Email-Id: <input type="email" placeholder="Email ID" required=""></td>
</tr>
<tr>
<td>
Addhar No.: <input type="number" placholder="Addhar Card No." required=""></td>
<td>Mode Of Admision: <input list="t" placholder="Mode Of Admission"><datalist id="t">
<option value="Vacant"></option>
<option value="UPSEE">
</option>
</datalist>
</td>
</tr>
<tr>
<td>Admission Category: <input list="a">
<datalist id="a">
<option value="Lateral Entry"></option>
<option value="AWS"></option>
<option value="FW"></option>
<option value="open"></option>
</datalist>
</td>
<td>
Language: <input type="checkbox">English<br>
<input type="checkbox">Hindi<br>
<input type="checkbox">Urdu<br>
<input type="checkbox">Punjabi<br>
</td>
</tr>
</div>
</table>
<br>
<br>
<center> <input type="submit"></center>
</form>
</li>
</ul>
</body>
</html>