-
Notifications
You must be signed in to change notification settings - Fork 0
/
dates.html
86 lines (59 loc) · 2.86 KB
/
dates.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
<html>
<head>
<title>IIIT Sports Meet</title>
<link rel="stylesheet" type="text/css" href="/resources/sheet.css">
<meta name="viewport" content="width=device-width,initial-scale=1">
<style type="text/css">
body{
}
</style>
</head>
<body>
<nav>
<heading><a href="/"><pp>1<sup>st</sup> Inter IIIT </pp>Sports Meet<add> 16</add></a></heading><a href="http://www.iiitdm.ac.in"><a href="http://www.iiitdm.ac.in"><img class="iiit_logo" src="/resources/iiitdm.png" width="115" height="110"></a>
<span>
<a class="link1" href="#">Events</a>
<a class="link2" href="/rules">Rules</a>
<a class="link3" href="/register">Registration</a>
<a class="link4" href="/contacts">Contact</a>
<a class="link4" href="dates.html">Deadlines</a>
<events>
<event-class1>Mens<br>
<sub-event><a href="athletics.html">- Athletics</a></sub-event><br>
<sub-event><a href="badminton.html">- Badminton</a></sub-event><br>
<sub-event><a href="basketball.html">- Basketball</a></sub-event><br>
<sub-event><a href="carrom.html">- Carrom</a></sub-event><br>
<sub-event><a href="chess.html">- Chess</a></sub-event><br>
<sub-event><a href="cricket.html">- Cricket</a></sub-event><br>
<sub-event><a href="football.html">- Football</a></sub-event><br>
<sub-event><a href="tabletennis.html">- Table Tennis</a></sub-event><br>
<sub-event><a href="tennis.html">- Tennis</a></sub-event><br>
<sub-event><a href="volleyball.html">- Volley Ball</a></sub-event><br>
</event-class1>
<event-class2>Women<br>
<sub-event><a href="athletics.html">- Athletics</a></sub-event><br>
<sub-event><a href="badminton.html">- Badminton</a></sub-event><br>
<sub-event><a href="basketball.html">- Basketball</a></sub-event><br>
<sub-event><a href="carrom.html">- Carrom</a></sub-event><br>
<sub-event><a href="chess.html">- Chess</a></sub-event><br>
<sub-event><a href="tabletennis.html">- Table Tennis</a></sub-event><br>
<sub-event><a href="tennis.html">- Tennis</a></sub-event><br>
<sub-event><a href="throwball.html">- Throw ball</a></sub-event><br>
</event-class2>
</events>
</span>
</nav>
<content>
<div class="head-rules">Important Dates for Registration</div>
<div class="content-rules">
<ul><br><br>
<li>Event wise registration should be done before <i>15 Nov 2016</i></li><br><br>
<li>Event wise player list should be sent via email ([email protected]) by <i>22 Nov 16</i></li><br><br>
<li>Payment (only DD in name of the "<i>The Registrar, IIITDM, Kancheepuram</i>" payable at chennai)-
should be done before <i>1st Dec 16</i> </li><br><br>
</ul>
</div>
</content>
<footer>Site Developed and Maintained by <a href="http://www.iiitdm.ac.in">Indian Institute of Information Technology, Design & Manufacturing , Kancheepuram </a>© 2016</footer>
</body>
</html>