-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
133 lines (113 loc) · 4.16 KB
/
index.html
File metadata and controls
133 lines (113 loc) · 4.16 KB
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="trial.css">
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<head>
<title>India</title>
</head>
<body>
<nav>
<div class="navbar navbar-dark navbar-expand-sm fixed-top">
<div class="container">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#Navbar">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand mr-auto" href="#" alt="ICC Test Championship"><b>ICC Test Championship</b></a>
<div class="collapse navbar-collapse" id="Navbar">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="#"><span class="fa fa-home fa-lg"></span>Home</a></li>
<li class="nav-item active"><a class="nav-link" href="#"><span class="fa fa-globe fa-lg"></span>Participating Teams</a></li>
<li class="nav-item"><a class="nav-link" href="#"><span class="fa fa-table fa-lg"></span>Points Table</a></li>
</ul>
</div>
</div>
</div>
</nav>
<header>
<div class="jumbotron">
<h1>India</h1>
<a href="http://www.bcci.tv/" target="_blank">
<img src="logo_india.png" alt="BCCI Logo" title="BCCI-The Governing body" class="logo_india" width="100px">
</a>
</div>
</header>
<section class="about">
<h1>
<center>
About us
</center>
</h1>
<div class="col-12">
The India men's national cricket team, also known as Team India and Men in Blue,is governed by the Board of Control for Cricket in India (BCCI), and is a Full Member of the International Cricket Council (ICC) with Test, One-Day International (ODI) and Twenty20 International (T20I) status.
</div>
<div class="col-12">
Although cricket was introduced to India by European merchant sailors in the 18th century, and the first cricket club was established in Calcutta (currently known as Kolkata) in 1792, India's national cricket team did not play its first Test match until 25 June 1932 at Lord's, becoming the sixth team to be granted Test cricket status. In its first fifty years of international cricket, India was one of the weaker teams, winning only 35 of the first 196 Test matches it played. From 1932 India had to wait until 1952, almost 20 years for its first Test victory. The team, however, gained strength in the 1970s with the emergence of players such as batsmen Sunil Gavaskar and Gundappa Viswanath, all-rounder Kapil Dev and the Indian spin quartet of Erapalli Prasanna, Srinivas Venkataraghavan, Bhagwat Chandrasekhar and Bishen Singh Bedi.
</div>
</section>
<section>
<div class="container current">
<center><h1>Current Squad</h1></center>
<div class ="row">
<div class ="col-12 col-md-3 line">
<h3 class="h">Batsmen</h3>
<ol>
<li>Virat Kohli (c)</li>
<li>Ajinkya Rahane (vc)</li>
<li>Mayank Agarwal</li>
<li>Cheteshwar Pujara</li>
<li>Rohit Sharma</li>
</ol>
</div>
<div class ="col-12 col-md-3 line">
<h3 class="h">All Rounders</h3>
<ol>
<li>Hanuma Vihari</li>
<li>Ravichandran Ashwin</li>
<li>Ravindra Jadeja</li>
</ol>
</div>
<div class ="col-12 col-md-3 line">
<h3 class="h">Wicket Keepers</h3>
<ol>
<li>Lokesh Rahul</li>
<li>Rishabh Pant</li>
<li>Wriddhiman Saha</li>
</ol>
</div>
<div class ="col-12 col-md-3 line line_right">
<h3 class="h">Bowlers</h3>
<ol>
<li>Kuldeep Yadav</li>
<li>Ishant Sharma</li>
<li>Mohammed Shami</li>
<li>Jasprit Bumrah</li>
<li>Umesh Yadav</li>
</ol>
</div>
</div><!-- container -->
</div><!-- row -->
</section>
<footer>
<div class="footer">
<center><h3>Made by</h3></center>
<div class="row text-center">
<div class="col-12 col-sm-4">
<a href="#"><span class="fa fa-google"></span> omkar.masur@gmail.com</a>
</div>
<div class="col-12 col-sm-4">
<a href="#"><span class="fa fa-facebook fa-lg"></span> Omkar Masur</a>
</div>
<div class="col-12 col-sm-4">
<a href="#"><span class="fa fa-linkedin"></span> Omkar Masur</a>
</div>
</div>
</div>
</div>
</footer>
</body>
<script src="jquery.slim.min.js"></script>
<script src="popper.min.js"></script>
<script src="bootstrap.min.js"></script>
</html>