This repository has been archived by the owner on Jun 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregsign.html~
194 lines (176 loc) · 6.8 KB
/
regsign.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
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
<!DOCTYPE HTML>
<html>
<head>
<title>Register | LogIN</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href='http://fonts.googleapis.com/css?family=Oxygen:400,300,700' rel='stylesheet' type='text/css'>
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<div id="header">
<div class="container">
<!-- Logo -->
<div id="logo">
<h1><a href="#">AdiTECH Technologies</a></h1>
<span>Design by Aditya Jain</span>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li class="active"><a href="regsign.html">Register/SignUp</a></li>
<li><a href="whatwedo.html">What We Do</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="admin.php">Admin Stuff</a></li>
</ul>
</nav>
</div>
</div>
<!-- Header -->
<!-- Main -->
<div id="main">
<div class="container">
<div class="row">
<!-- Sidebar -->
<div id="sidebar" class="4u">
<section>
<header>
<h2>Login</h2>
<span class="byline">Already Have Account-></span>
</header>
<p>
<form method="post" action="login.php">
<label for="id">USER ID -: </label>
<input type="text" name="id" id="id"/></br>
<label for="password">Password:</label>
<input type="password" name="password" id="password"/></br></br>
<input type="submit" value="Login" name="submit">
</form>
</p>
</section>
</div>
<!-- Sidebar -->
<!-- Content -->
<div id="content" class="8u skel-cell-important">
<section>
<header>
<h2>Register</h2>
<span class="byline">Register and make your account</span>
</header>
<p>
<form method="post" action="register.php">
<label for="firstname">First Name :</label>
<input type="text" id="firstname" name="firstname"/></br></br>
<label for="lastname" >Last Name :</label>
<input type="lastname" id="lastname" name="lastname"/></br></br>
<label for="email" >Email ID :</label>
<input type="text" id="eamil" name="email"/></br></br>
<label for="password" >Password :</label>
<input type="password" id="password" name="password"/></br></br>
<label for="college">Your College :</label>
<input type="text" id="college" name="college"/></br></br>
<label for="info">Describe yourself</label></br>
<textarea id="info" name="info" rows="10" column="10">Something about u?(max 600 characters)</textarea></br></br>
<label for="profile" >Profile Photo:</label>
<input type="file" name="profile" id="profile"/></br>
<input type="submit" name="submit" id="submit" value="Register"/>
</form>
</p>
</section>
</div>
<!-- /Content -->
<!-- Sidebar --><!--
<div id="sidebar" class="3u">
<section>
<header>
<h2>Gravida praesent</h2>
<span class="byline">Praesent lacus congue rutrum</span>
</header>
<p>Donec leo, vivamus fermentum nibh in augue praesent a lacus at urna congue rutrum. Maecenas luctus lectus at sapien. Consectetuer adipiscing elit.</p>
<ul class="default">
<li><a href="#">Pellentesque quis lectus</a></li>
<li><a href="#">Lorem ipsum adipiscing elit</a></li>
<li><a href="#">Phasellus pellentesque congue</a></li>
<li><a href="#">Cras aliquam risus pharetra</a></li>
<li><a href="#">Duis metus euismod lobortis</a></li>
</ul>
</section>
</div>-->
<!-- Sidebar -->
</div>
</div>
</div>
<!-- Main -->
<!-- Footer -->
<div id="footer">
<h1>-------->Contact Me on social Networking Sites. Or you can just ask any queries here also.</h1></br></br>
<div class="container">
<div class="row">
<div class="3u">
<section>
<ul class="style1">
<a href="https://facebook.com/adityajn105">
<li><img src="images/facebook.png" width="78" height="78" alt="">
<p>Follow me on Facebook.</br></br></br></br></p>
<!--<p class="posted">August 11, 2014 | (10 ) Comments</p>-->
</li>
</a>
<a href="https://in.linkedin.com/in/aditya-jain-a0777a110">
<li><img src="images/linkedin.png" width="78" height="78" alt="">
<p>Connect Me on LinkedIn </p>
<!--<p class="posted">August 11, 2014 | (10 ) Comments</p>-->
</li>
</a>
<!--
<li><img src="images/pics07.jpg" width="78" height="78" alt="">
<p>Nullam non wisi a sem eleifend. Donec mattis libero eget urna. </p>
<p class="posted">August 11, 2014 | (10 ) Comments</p>
</li>-->
</ul>
</section>
</div>
<div class="3u">
<section>
<ul class="style1">
<a href="https://instagram.com/adityajn105">
<li class="first"><img src="images/insta.jpeg" width="78" height="78" alt="">
<p>Follow me on instagram. </br></br></br></br></p>
<!--<p class="posted">August 11, 2014 | (10 ) Comments</p>-->
</li>
</a>
<a href="#">
<li><img src="images/twitter.jpeg" width="78" height="78" alt="">
<p>Follow me on twitter </p>
<!--<p class="posted">August 11, 2014 | (10 ) Comments</p>-->
</li>
</a>
</ul>
</section>
</div>
</div>
</div>
</div>
<!-- Footer -->
<!-- Copyright -->
<div id="copyright">
<div class="container">
Design: <a href="index.html">Aditya Jain.</a> This website has Copyright of Aditya...
</div>
</div>
</body>
</html>