-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
167 lines (152 loc) · 7.74 KB
/
index.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@1,300&display=swap" rel="stylesheet">
<title>
</title>
<style>
*{
font-family: 'Josefin Sans', sans-serif;
}
/* Make the image fully responsive */
.carousel-inner img {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="https://www.royalchallengers.com/">RCB'S WEBSITE</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Dropdown
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#">Disabled</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
</header>
<header>
<div id="demo" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active"></li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
</ul>
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://images.tv9kannada.com/wp-content/uploads/2022/03/New-Project-2022-02-24T162417.868-2.jpg?w=480&dpr=2.6" alt="Los Angeles">
</div>
<div class="carousel-item">
<img src="https://crickettimes.com/wp-content/uploads/2021/03/Ideal-XI-of-RCB.jpg" alt="Chicago">
</div>
<div class="carousel-item">
<img src="https://c.ndtvimg.com/2022-02/gnocam2_rcb-ipl-auction-twitter_625x300_21_February_22.jpg" alt="New York">
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#demo" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#demo" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</header>
<section>
<div class="container-fluid">
<h1 class="text-center text-capitalize pt-5">About us</h1>
<hr class="w-25 mx-auto pb-5">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<img src="https://www.dnpindia.in/wp-content/uploads/2021/04/freepressjournal_2020-09_eb6122e2-c808-4270-b8eb-97ba496e5af7_EhscVg_U0AA3XV2.jpg" class="img-fluid">
</div>
<div class="col-lg-6 col-md-6 col-12">
<h1 class="text-center">LEGACY</h1>
<hr>
<p>Ahead of the 2008 player auction, the IPL named Rahul Dravid as the icon player for the Bangalore franchise, which meant that Dravid would be paid 15% more than the highest bid player at the auction. The franchise acquired a number of Indian and international players at the auction such as Jacques Kallis, Anil Kumble, Zaheer Khan, Mark Boucher, Dale Steyn and Cameron White. They also signed up Ross Taylor, Misbah-ul-Haq and India under-19 World Cup winning captain Virat Kohli in the second round of auction. The team won only 4 of the 14 matches in the inaugural season, finishing seventh in the eight-team table. Only Dravid managed to score more than 300 runs in the tournament and they had to even bench their costliest foreign player Kallis for a few of the matches due to his poor form.[9][10] The string of failures midway through the season led to the sacking of the CEO Charu Sharma, who was replaced with Brijesh Patel.[11] Team owner Vijay Mallya went on to publicly criticize Dravid and Sharma for the players selected by them at the auction and stated that his "biggest mistake was to abstain from the selection of the team."[11] Eventually the chief cricketing officer Martin Crowe resigned.[12]</p>
<button class="btn bg-dark text-primary">whole legacy story</button>
</div>
</div>
</div>
</section>
<section>
<div class="container-fluid">
<h1 class="text-center text-capitalize pt-5">MOMENTS</h1>
<hr class="w-25 mx-auto pb-5">
<div class="row text-center">
<div class="col-lg-4 col-md-4 col-12">
<div class="card" >
<img class="card-img-top" src="https://resize.indiatvnews.com/en/resize/newbucket/715_-/2016/05/PTI5_24_2016_000330B.jpg" alt="Card image">
<div class="card-body">
<h4 class="card-title">RCB VS GL 2016 Q1</h4>
<p class="card-text"> ABD'S 79(43)</p>
<a href="https://www.espncricinfo.com/series/ipl-2016-968923/royal-challengers-bangalore-vs-gujarat-lions-qualifier-1-981013/live-cricket-score" class="btn bg-dark text-primary">CHECK SCORECAED</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12">
<div class="card" >
<img class="card-img-top" src="https://www.espncricinfo.com/db/PICTURES/CMS/213300/213341.3.jpg" alt="Card image">
<div class="card-body">
<h4 class="card-title">RCB VS SRH 2015</h4>
<p class="card-text">KOHLI'S 44(19)</p>
<a href="https://www.espncricinfo.com/series/pepsi-indian-premier-league-2015-791129/sunrisers-hyderabad-vs-royal-challengers-bangalore-52nd-match-829807/full-scorecard" class="btn bg-dark text-primary">CHECK SCORECAED</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12">
<div class="card" >
<img class="card-img-top" src="https://www.espncricinfo.com/db/PICTURES/CMS/309600/309672.jpg" alt="Card image">
<div class="card-body">
<h4 class="card-title">RCB VS MI SUPEROVER</h4>
<p class="card-text">ABD'S AND SAINI'S MASTERCLASS⭐⭐</p>
<a href="https://www.espncricinfo.com/series/ipl-2020-21-1210595/royal-challengers-bangalore-vs-mumbai-indians-10th-match-1216547/match-report" class="btn bg-dark text-primary">CHECK SCORECAED</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<article>
<div>
<h3> </h3>
</div>v
</article>
</section>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>