-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlist.html
113 lines (100 loc) · 8.12 KB
/
list.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
<html>
<head>
<title>Student Home Welcome</title>
<link rel="stylesheet" type="text/css" href="list.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>
<h3 style="color: #7d7a68;text-align: center ;font-size:28px;font-family: Segoe UI;font-weight: 500;padding-top: 20px;"> Demonstration Videos </h3> <br>
<table style="margin-left: 565px;border-collapse: collapse; padding: 10px;">
<tr style="padding: 10px;">
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;color:rgb(0,6,204);border-color: black;font-family: Segoe UI;"><b>Sl. No</b></td>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;color:rgb(0,6,204);border-color: black;font-family: Segoe UI;"><b>Link for Demonstration Video</b></td>
</tr>
<tr>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;color:rgb(0,6,204);border-color: black;font-family: Segoe UI;"><b>1. </b></td>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;border-color: black;font-family: Segoe UI;"><b><a href="https://youtu.be/VIS2D0NDUsk" target="_blank" style="color:rgb(23,137,255);"><u>About VPROPEL</u> </a></b></td>
</tr>
<tr>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;color:rgb(0,6,204);border-color: black;font-family: Segoe UI;"><b>2. </b></td>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;border-color: black;font-family: Segoe UI;"><b><a href="https://youtu.be/mYIi-uQbja0" target="_blank" style="color:rgb(23,137,255);"><u>Login and password</u> </a></b></td>
</tr>
<tr>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;color:rgb(0,6,204);border-color: black;font-family: Segoe UI;"><b>3.1. </b></td>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;border-color: black;font-family: Segoe UI;"><b><a href="https://youtu.be/_GDLY9wrSUs" target="_blank" style="color:rgb(23,137,255);"><u>Attending Programming test - Part 1</u> </a></b></td>
</tr>
<tr>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;color:rgb(0,6,204);border-color: black;font-family: Segoe UI;"><b>3.2. </b></td>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;border-color: black;font-family: Segoe UI;"><b><a href="https://youtu.be/ADqLa015S5Y" target="_blank" style="color:rgb(23,137,255);"><u>Attending Programming Test 2</u> </a></b></td>
</tr>
<tr>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;color:rgb(0,6,204);border-color: black;font-family: Segoe UI;"><b>3.3. </b></td>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;border-color: black;font-family: Segoe UI;"><b><a href="https://youtu.be/4e-xtnXPcxU" target="_blank" style="color:rgb(23,137,255);"><u>Attending a Programming Test 3</u> </a></b></td>
</tr>
<tr>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;color:rgb(0,6,204);border-color: black;font-family: Segoe UI;"><b>4. </b></td>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;border-color: black;font-family: Segoe UI;"><b><a href="https://youtu.be/MTwm4kpGxEU" target="_blank" style="color:rgb(23,137,255);"><u>Type of test cases and responses</u> </a></b></td>
</tr>
<tr>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;color:rgb(0,6,204);border-color: black;font-family: Segoe UI;"><b>5. </b></td>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;border-color: black;font-family: Segoe UI;"><b><a href="https://youtu.be/cLe4YfhrGiA" target="_blank" style="color:rgb(23,137,255);"><u>Customized Input and Output</u> </a></b></td>
</tr>
<tr>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;color:rgb(0,6,204);border-color: black;font-family: Segoe UI;"><b>6. </b></td>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;border-color: black;font-family: Segoe UI;"><b><a href="https://youtu.be/TYkUpsaCyEU" target="_blank" style="color:rgb(23,137,255);"><u>Answering a debugging question</u> </a></b></td>
</tr>
<tr>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;color:rgb(0,6,204);border-color: black;font-family: Segoe UI;"><b>7. </b></td>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;border-color: black;font-family: Segoe UI;"><b><a href="https://youtu.be/OG8iWeOSrHc" target="_blank" style="color:rgb(23,137,255);"><u>Plagiarism checker in VPROPEL</u> </a></b></td>
</tr>
<tr>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;color:rgb(0,6,204);border-color: black;font-family: Segoe UI;"><b>8. </b></td>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;border-color: black;font-family: Segoe UI;"><b><a href="https://youtu.be/XuaitFKpUG4" target="_blank" style="color:rgb(23,137,255);"><u>Evaluation Rubrics </u> </a></b></td>
</tr>
<tr>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;color:rgb(0,6,204);border-color: black;font-family: Segoe UI;"><b>9. </b></td>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;border-color: black;font-family: Segoe UI;"><b><a href="https://youtu.be/i-haffwjY3Qls" target="_blank" style="color:rgb(23,137,255);"><u>View marks</u> </a></b></td>
</tr>
<tr>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;color:rgb(0,6,204);border-color: black;font-family: Segoe UI;"><b>10. </b></td>
<td style="font-size: 18px;border:solid;border-width: 1px;padding: 10px;border-color: black;font-family: Segoe UI;"><b><a href="https://youtu.be/-Y3yV3P5AzQ" target="_blank" style="color:rgb(23,137,255);"><u>Problem of the Day(PoD)</u> </a></b></td>
</tr>
</table>
</body>
</html>