-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sign-in.html
189 lines (167 loc) · 5.51 KB
/
Sign-in.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
<!DOCTYPE html>
<html>
<head>
<title>Job Finder- Sign In</title>
</head>
<body style="margin:0">
<!-- Start Header -->
<table border="0" width="100%" cellpadding="0" cellspacing="0" bgcolor="#f3971b">
<tr>
<td>
<table border="0" width="85%" cellpadding="15" cellspacing="0" align="center">
<tr>
<td>
<img src="logo.png" alt="Trulli" width="137" height="44">
</td>
<td width="100%"></td>
<td><a href="index.html">
<font face="arial" color="#ffffff" size="3">
Home
</font></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- End Header -->
<!-- Start Contact -->
<table border="0" id="contact" width="100%" cellpadding="0" cellspacing="0" bgcolor="#292929">
<tr>
<td>
<table border="0" width="85%" cellpadding="15" cellspacing="0" align="center">
<!-- Heading Start-->
<tr>
<td height="160" align="center" valign="middle">
<font face="arial" size="6" color=" #f3971b">
Job Finder Login
</font>
<hr width="70" color="#f3971b">
</td>
</tr>
<!-- Heading End-->
<tr>
<td align="center" valign="top">
<table border="0" width="55%" cellpadding="20" cellspacing="0" align="center" bgcolor="#353535">
<tr>
<td>
<table border="0" width="100%" cellpadding="15" cellspacing="0" align="center" bgcolor="#353535">
<tr>
<td width="30%">
<font face="arial" size="4" color="#ffffff">
Username
</font>
</td>
<td width="70%">
<input placeholder="Enter Your Username Here" type="text" size="50">
</td>
</tr>
<tr>
<td width="30%">
<font face="arial" size="4" color="#ffffff">
Password
</font>
</td>
<td width="70%">
<input placeholder="Enter Your Password Here" type="Password" size="50">
</td>
</tr>
<tr>
<td width="50%">
<a href="#forgotpassword">
<font face="arial" size="2" color=" #f3971b">
Forgot Password?
</font></a>
</td>
<td width="50%">
<button bgcolor="orange" type="submit">
<font size="4" face="arial"><b>Login!</b></font>
</button>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- section padding bottom -->
<tr>
<td height="60">
</td>
</tr>
<!-- section padding bottom End-->
</table>
</td>
</tr>
</table>
<!-- End Contact -->
<!-- Start Footer -->
<table border="0" width="100%" cellpadding="0" cellspacing="0" bgcolor="#353535">
<tr>
<td>
<table border="0" width="85%" cellpadding="15" cellspacing="0" align="center">
<tr>
<td width="33.33%" valign="top">
<table border="0" width="100%" cellpadding="15" cellspacing="0" align="center">
<tr>
<td align="center" valign="top">
<font color="#f3971b" size="6">
<span class="fa fa-phone"></span>
</font>
<br/><br/>
<font color="#ffffff" size="5" face="arial">
Phone No
</font>
<p>
<font color="#c2c0c3" size="3" face="arial">
+91 7842240668
</font>
</p>
</td>
</tr>
</table>
</td>
<td width="33.33%" valign="top">
<table border="0" width="100%" cellpadding="15" cellspacing="0" align="center">
<tr>
<td align="center" valign="top">
<font color="#f3971b" size="6">
<span class="fa fa-envelope"></span>
</font>
<br/><br/>
<font color="#ffffff" size="5" face="arial">
Email
</font>
<p>
<font color="#c2c0c3" size="3" face="arial">
edulavinay.kumar2019@vitstudent.ac.in
</font>
</p>
</td>
</tr>
</table>
</td>
<td width="33.33%" valign="top">
<table border="0" width="100%" cellpadding="15" cellspacing="0" align="center">
<tr>
<td align="center" valign="top">
<font color="#f3971b" size="6">
<span class="fa fa-map-marker"></span>
</font>
<br/><br/>
<font color="#ffffff" size="5" face="arial">
Location
</font>
<p>
<font color="#c2c0c3" size="3" face="arial">
VIT University, Vellore Campus, Tiruvalam Rd, Katpadi, Vellore, Tamil Nadu 632014
</font>
</p>
</td>
</tr>
</table>
</td>
</tr>
</body>
</html>