-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregistration.html
91 lines (85 loc) · 2.28 KB
/
registration.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
<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="outer">
<div id="header">
<div id="logo"><img src="images/logo.png" height="180px" width="230px"/>
</div>
<div id="name">
<div id="name1"><span style="font-family:Cambria; font-size:33px;"> Kamla Nehru Institute Of Technology,Sultanpur</span>
<span style="font-family:Cambria; font-size:33px;">कमला नेहरू प्रौद्योगिकी संस्थान सुल्तानपुर</span>
</div>
</div>
<div id="uptu"><img src="images/uptulogo.png" height="180px" width="230px"/>
</div>
</div>
<div id="menu">
<center>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="cources.html">Courses</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="director.html">Director</a></li>
</ul>
</center>
</div>
<div id="wel">
<span style="font-size:50px; font-family:algerian;"><marquee scrollamount="20" direction="left">Welcome To Knit Sultanpur</marquee></span>
</div>
<div id="main">
<div id="slider">
<img src="images/ba.jpg" height="438px" width="1200px">
</div>
<div id="center">
<table>
<tr>
<td>Name</td>
<td><input type="text" name ="name" placeholder="Enter Your Name"/></td>
</tr>
</br>
</div>
</div>
<hr/>
<div id="footer">
<div class="one">
<div class="one1">
<br/>
<ul><span style="font-size:30px; font-family:algerian;">News Letter</span>
<li>Web Technology Workshop Conducted By Softpro India.</li>
<li>Odd Semester Results are out.</li>
<li>Yogi Adityanath To visit knit in october</li>
<li>Hostel allotment start on 1st june</li>
<li>Mess Fees to be paid in PNB</li>
</ul>
</div>
</div>
<div class="one">
<div class="one1">
<br/>
<span style="font-size:30px; font-family:algerian;">Institute Address</span>
<span style="font-size:25px"><br/>
Sultanpur
<br/>
Kadipur Rd,
<br/> Sultanpur,
<br/> Uttar Pradesh
<br/>228118</span>
</div>
</div>
<div class="one">
<div class="one1">
<br/>
<span style="font-size:30px; font-family:algerian;">Gallery</span>
<img src="images/gal.png" height="250px" width="310px"/>
</div>
</div>
</div>
</div>
<center>Powered By-Abhyuday Singh</center>
</body>
</html>