-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (49 loc) · 2.38 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MAKAUT Update Information</title>
<meta name="description" content="MAKAUT Update Information,MAKAUT, MAR, MOOCs, MAKAUT Exam, makaut latest Update">
<meta name="keywords" content="MAKAUT, MAR, MOOCs, MAKAUT Exam, makaut latest Update">
<meta name="author" content="MAKAUT">
<link href="theme/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<center><img src="icon/makaut-logo-sml.png" height="51px"/></center>
<hr color="#0065a3" size="1" />
</div>
<h2 align="center">MAKAUT Courses Activity Update </h2>
<p align="center">E-mail id for sending suggestions regarding webpage - <b>admin@makautmentor.in</b></p>
<p align="center">
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for names.." title="Type in a name">
</p>
<table id="myTable" align="center" border="1">
<thead><tr class="header">
<th style="width:4%;" rowspan="2" valign="top">Sl No</th>
<th style="width:30%;" rowspan="2" valign="top">Activity Name</th>
<th style="width:50%;" rowspan="2" valign="top">Short Description</th>
<th rowspan="2" valign="top" class="auto-style1">Last Update</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>MAKAUT MOOCs Courses, Point System Latest Rules and Guidelines</td>
<td>Massive Open Online Courses (MOOCs) scheme at MAKAUT, WB
(Applicable from the session 2021-22). MOOCs platform and Credit Points.</td>
<td class="auto-style2"><a href="MAKAUT/MOOCS-Rules-Aug-2021.pdf" class="button svg-demo"></a><br><br>19.06.2022</td>
</tr>
<tr>
<td>2</td>
<td>MAKAUT Lockdown MAR Activity Points List</td>
<td>Special activities of Mandatory Additional Requirements (MAR) during Lockdown period at MAKAUT, WB
</td>
<td class="auto-style2"><a href="MAKAUT/Special-MAR-Activity-List.pdf" class="button svg-demo"></a><br><br>19.06.2022</td>
</tr>
</tbody></table>
<script src="theme/main.js"></script>
</body>
</html>