-
Notifications
You must be signed in to change notification settings - Fork 0
/
marksp.html
99 lines (90 loc) · 4.46 KB
/
marksp.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
<html>
<head>
<title>Student Home Welcome</title>
<link rel="stylesheet" type="text/css" href="marksp.css">
</head>
<body>
<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: 110px;">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>
<br><br>
<a style="color:rgb(49,49,255);font-family: Segoe UI;font-size: 22px;font-weight: 600;">
<center> View Code Test Marks</center>
</a>
<br><br>
<table style="padding-left: 250px;padding-right: 200px;" >
<tr>
<td style="font-family: Segoe UI;font-size: 16px;font-weight: 600;">Course Code</td>
<td style="font-family: Segoe UI;font-size: 16px;font-weight: 600;padding-left: 30px;">Test</td>
</tr>
<tr>
<td >
<div class="dropdowntwo" style="font-family: Segoe UI;font-size: 16px;padding-top: 10px;">
<button class="dropbtntwo"style="width:400px">Select a Course</button>
<div class="dropdown-contenttwo" style="min-width: 400px;">
<a href="#">CSE1001</a>
<a href="#">CSE1002</a>
</div>
</td>
<td >
<div class="dropdowntwo" style="font-family: Segoe UI;font-size: 16px;padding-top: 10px;padding-left: 30px;">
<button class="dropbtntwo" style="width:600px">Select a MCQ Test</button>
<div class="dropdown-contenttwo" style="min-width: 600px;">
<a href="#">IPS-1 ( VL2020210506493 )</a>
<a href="#">IPS-2 ( VL2020210506493 )</a>
<a href="#">IPS-3 ( VL2020210506493 )</a>
<a href="#">IPS-4 ( VL2020210506493 )</a>
<a href="#">IPS-5 ( VL2020210506493 )</a>
<a href="#">IPS-6 ( VL2020210506493 )</a>
<a href="#">IPS-7 ( VL2020210506493 )</a>
<a href="#">PAT-1 ( VL2020210506493 )</a>
<a href="#">CAT-1 ( VL2020210506493 )</a>
<a href="#">PAT-2 ( VL2020210506493 )</a>
</div>
</td>
</tr>
<tr>
<td style="padding-top: 40px;">
<a href="#" class="buttonone" style="text-decoration:none;color:#FFFF;font-family: Segoe UI; ">Show</a>
</td>
<td style="padding-left: 15px;padding-top: 40px;">
<a href="#" class="buttonone" style="text-decoration:none;color:#FFFF; margin-left: 18px;background-color: rgb(220,53,69);font-family: Segoe UI;">Cancel</a>
</td>
</tr>
</table>
</body>
</html>