-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sports.html
116 lines (109 loc) · 4.77 KB
/
Sports.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name="viewpoint" content="width=device-width, initial-scale=1"/>
<title>SPORTS</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='Sports.css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="./unnamed.png">
<script src='main.js'></script>
</head>
<body>
<div class="banner">
<div class="navbar">
<img src="" alt="" class="logo">
<ul>
<li><a href="#sports">Cricket</a></li>
<li><a href="#sports">Volley Ball</a></li>
<li><a href="#sports">Basket Ball</a></li>
<li><a href="#sports">Foot Ball</a></li>
<li><a href="#sports">Indoor Games</a></li>
<li><a href="#sports">Kabaddi</a></li>
</ul>
</div>
<div class="content">
<h1>SNIST SPORTS</h1>
<p style="font-family: 'Dancing Script', cursive;">"Great Things Never Come From Comfort Zone"</p>
</div>
</div>
<div class="body">
<div class="container">
<div class="cards" id="sports">
<div class="box" id="cric1">
<div class="info">
<h2>01</h2>
<h3>Cricket</h3>
<p> Cricket is the world's most popular bat-and-ball game, we provide you best coach and a
playground.we also ecourage state level and country level games. Most of our students had
selected for national championship games</p>
</div>
</div>
</div>
<div class="cards">
<div class="box" id="Volley2">
<div class="info">
<h2>02</h2>
<h3>Volley Ball</h3>
<p>Volleyball is a team sport in which two teams of six players are separated by a net. Each
team tries to score points by grounding a ball on the other team's court under organized
rules.Our Volley ball team had selected for sates and national level </p>
</div>
</div>
</div>
<div class="cards">
<div class="box" id="basket3">
<div class="info">
<h2>03</h2>
<h3>Basket Ball</h3>
<p>Basketball is a team sport in which two teams, most commonly of five players each, opposing
one another on a rectangular court. We have basket ball with (approximately 9.4 inches (24
cm) in diameter) through
</p>
</div>
</div>
</div>
<div class="cards">
<div class="box" id="foot4">
<div class="info">
<h2>04</h2>
<h3>Foot Ball</h3>
<p>Football is a family of team sports that involve, to varying degrees, kicking a ball to score
a goal. we have foot ball court with 105 metres in length and 68
metres in width</p>
</div>
</div>
</div>
<div class="cards">
<div class="box" id="indoor5">
<div class="info">
<h2>05</h2>
<h3>Indoor Games</h3>
<p>We have the following indoor games
<ul style="font-family: 'Poppins', sans-serif;">
<li>Indoor bowling</li>
<li>Sock Basketball</li>
<li>Marbles</li>
<li>Card Games</li>
</ul>
</p>
</div>
</div>
</div>
<div class="cards">
<div class="box" id="kabaddi">
<div class="info">
<h2>06</h2>
<h3>Kabaddi</h3>
<p>Kabaddi is most popular game in our collage and most of the students show there intrest in
this sport due to our qualified coach and facilities</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>