-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile.html
110 lines (100 loc) · 4.97 KB
/
profile.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
<html>
<head>
<title>Change Profile Information</title>
<link rel="stylesheet" type="text/css" href="profile.css">
</head>
<>
<div class="header">
<div class="lheader">
<img src ="vit.png" width="200" height="86">
</div>
<div class="rheader">
<ul>
<li style="line-height: 40px;"><b>Vellore Institute of Technology</b></li>
<li><font size="-0.5">Login</font></li>
<li><font size="-0.5">Features</font></li>
<li><font size="-0.5">Contact</font></li>
</ul>
</div>
</div>
<div class="navbar">
<a href="index.html" style="margin-left: 130px;">Home</a>
<div class="dropdown">
<button class="dropbtn">Attend a Test
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="mcq.html">MCQ Test</a>
<a href="programming.html">Programming Test</a>
</div>
</div>
<a href="profile.html">Profile</a>
<div class="dropdown">
<button class="dropbtn">View Marks
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="marksm.html">MCQ Test</a>
<a href="marksp.html">Programming Test</a>
</div>
</div>
<a href="timetable.html">Time Table</a>
<a href="logout.html">Logout</a>
</div>
<div style="margin-bottom: 35px;">
<div class="color">
<center><font face="Segou UI" >Change Profile Information</font></center>
</div>
<br>
<div class="table">
<table cellspacing="40px">
<tr>
<td><font size="+1.5" face="Segou UI" >Username</font></td>
<td > <font size="+1.5" face="Segou UI" >20BCB0135</font></td>
</tr>
<tr>
<td><font size="+1.5" face="Segou UI" >Name</font></td>
<td> <font size="+1.5" face="Segou UI" >Anmol Gupta</font></td>
</tr>
<tr>
<td><font size="+1.5" face="Segou UI" >Email</font></td>
<td> <font size="+1.5" face="Segou UI" >anmol.gupta2020@vitstudent.ac.in</font></td>
</tr>
</table>
<div style="color:rgb(232,232,232)">
<hr>
</div>
<table cellspacing="30px">
<tr style="line-height: 20px;">
<td class="cellone"> <font size="+1.5" face="Segou UI" > Password</font></td>
<td class="celltwo" style="margin-top: -4px;position:absolute; margin-left: -380px" > </td>
</tr>
<tr >
<td class="cellone" > <font size="+1.5" face="Segou UI" > Retype Password</font></td>
<td class="celltwo" style="margin-top: -4px;position:absolute; margin-left: -380px"> </td>
</tr>
</table>
<br>
<a href="#" class="buttonone" style="line-height: 32px;text-decoration:none;color:#FFFF; margin-left: 18px;">Change Password</a>
<div style="color:rgb(232,232,232)">
<br> <br>
<hr>
</div>
<table cellspacing="20px">
<tr >
<td class="cellone"> <font size="+1.5" face="Segou UI" > New Email Id</font></td>
<td class="celltwo" style="margin-top: -4px;position:absolute; margin-left: -360px"> </td>
</tr>
</table>
</div>
<br>
<a href="#" class="buttonone" style="line-height: 32px;text-decoration:none;color:#FFFF; margin-left: 225px;">Change Email</a>
<div style="color:rgb(232,232,232)">
<br><br>
<div style="padding-left: 195px;padding-right: 195px;">
<hr>
</div>
</div>
</div>
</body>
</html>