-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSample-sub.html
166 lines (126 loc) · 3.71 KB
/
Sample-sub.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>VARDHAMAN COLLEGE OF ENGG - VIDEO LECTURES</title>
<head>
<style>
#linked
{
color:#ffffff;
text-decoration:none;
font-size:1.5em;
font-family:calibri;
font-weight: bold;
}
table {
width: 100%;
border-collapse: collapse;
color:#ffffff;
background-color:#01142A;
}
/* Zebra striping */
/*tr:nth-of-type(even)*/ {
background: #12121c;
}
th {
background: #c5c6c9;
color: #03045e;
font-weight: bold;
}
td, th {
padding: 6px;
border: 2px solid #ccc;
text-align: left;
}
#type1
{
color:rgb(0,0,0);
font-family:"Times New Roman", Times, serif;
width:100px;
cursor:pointer;
font-weight:bold;
}
#type1:hover
{
color:#036;
}
#courselink
{
text-decoration:none;
margin-right:15px;
font-size:18px;
color:#03C;
font-weight:bold;
float:right;
}
#courselink:hover
{
color:#F00;
}
#top
{
height:161px;
background-color:#ededed;
}
</style>
</head>
<body>
<div>
<div id="top">
<div align="center"><img src="images/12345.png">
</div>
<hr>
<div align="center"><p style="font-size:22px;color:#0000ff; font:calibri; font-weight:bold; text-decoration:underlined;">Click on Course for Video Lectures</p></div>
<table width="100%">
<tr>
<tr>
<td><div align="left"><a href="maths/mac/mac-links.html" id="linked">1. BATTRIES AND CORISSION </a></td>
</tr><tr>
<td> <div align="left"><a href="maths/odevc/odevc-links.html" id="linked">2. WATER AND ITS TREATMENT</a></td>
</tr><tr>
<td><div align="left"><a href="maths/pds/pds-links.html" id="linked">3. POLYMERS</a></td>
</tr><tr>
<td><div align="left"><a href="maths/nmcv/nmcv-links.html" id="linked">4. ENERGY SOURCES </a></td>
</tr>
<td><div align="left"><a href="maths/cosm/cosm-links.html" id="linked">5. ENGINEERING MATERIALS</a></td>
</tr>
<table width="1000" align="center" style="border:none;margin-bottom:5px">
<td colspan="2"><center><img src="images/building.gif" width="1588"></center></td>
</tr>
<tr>
<th class="menu top"><div align="center">OUR VISION</th><th><div align="center">OUR MISSION</th>
</tr>
<tr>
<td style="text-align:justify;padding-left:8px;padding-right:8px; font: 19px Verdana, Georgia, 'Times New Roman', Times, sans-serif; line-height:1.7">To be a pioneer institute and leader in engineering education to address societal needs through education and practice.
</td>
<td style="text-align:justify;padding-left:8px;padding-right:8px; font: 19px Verdana, Georgia, 'Times New Roman', Times, sans-serif; line-height:1.7">To adopt innovative student centric learning methods.To enhance professional and entrepreneurial skills through industry institute interaction.To train the students to meet the dynamic needs of society.To promote research and continuing education.
</td>
</tr>
</table>
<div class="foot"><div align="center">Copyright © 2024, Design & Developed by <strong>Vardhaman College of Engineering</strong></div>
</table>
<li><strong>NOTE</strong>
<ul>
<ul style="list-style-type: none;">
<li></li>
<li>This index has been provided to refer the VARDHAMAN ONLINE VIDEO COURSE CONTENTS.</li>
<li>Click on the Discipline to view list of courses</li>
<li>The index list may be modified by the institute, as required.</li>
<style>ul{
font-family:"Times New Roman", Times, serif;
}
ul li{
font-size:17px;
font-weight:none;
}
</style>
</div>
<div>
<ul>
</ul>
</li>
</ul>
</div>
</body>
</html>