-
Notifications
You must be signed in to change notification settings - Fork 0
/
badminton.html
103 lines (73 loc) · 3.65 KB
/
badminton.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
<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{
background: radial-gradient(1000px, #f6f5f1, #cec9b3);
background-repeat: no-repeat;
background-attachment: fixed;
}
</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"><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">Badminton <small>( Men & Women )</small> </div>
<div class="content-bb">
<br><ol>
<li>Tournament will be conducted for men and women separately.</li><br>
<li>No. of players (Men) - not more than 5.
No. of players (Women) - not more than 3.</li><br>
<li>Tournament will be conducted for league cum knock out basis.</li><br>
<li>All matches will be conducted for best of 3 sets of 21 points.</li><br>
<li>Order of play for men: 1st Singles, 2nd Singles, 1st Doubles, 3rd Singles and 2nd Doubles.
Order of play for women: 1st Singles, Doubles and 2nd Singles.</li><br>
<li>Name of the cork to be used for the tournament: Yonex / Victor / Li-Ning / RSL </li><br>
<li>All players must play with non marking badminton shoes only.</li><br>
<li>Latest BFI- Badminton Federation of India rules will be applicable.</li><br>
<li>Badminton championship (men and women) trophies will be awarded for the top 3 positions.</li>
</ol>
<img src="resources/IMG_5652.JPG" height="200" width="300">
<img src="resources/IMG_5660.JPG" height="200" width="300">
<img src="resources/IMG_5613.JPG" height="200" width="300">
</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>
</script>
</body>
</html>