-
Notifications
You must be signed in to change notification settings - Fork 0
/
basketball.html
98 lines (79 loc) · 3.46 KB
/
basketball.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
<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">Basketball <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 & Women) - not more than 12
</li><br>
<li>
Duration of the matches will be 10 - 2 - 10 - 5 - 10 - 2 - 10.
</li><br>
<li>Tournament will be conducted for league cum knock out basis.
</li><br>
<li>Name of the ball to be used for the tournament: Nivia / Cosco / Spalding / Nike
</li><br>
<li>All players must play with proper sports attire
</li><br>
<li>Latest IBF- Indian Basketball Federation rules will be applicable.
</li><br>
<li>Basketball championship (men and women) trophies will be awarded for the top 3 positions.
</li>
</ol>
<img src="resources/IMG_5444.JPG" height="200" width="300">
<img src="resources/IMG_5443.JPG" height="200" width="300">
<img src="resources/IMG_5448.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>