-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnba.html
298 lines (258 loc) · 13.5 KB
/
nba.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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Athlete Insider | NBA</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<link rel="stylesheet" href="css/nba.css">
</head>
<body>
<header>
<a href="#" class="brandname">THE ATHLETE INSIDER</a>
<ul id="nav-links">
<li><a href="index.html">HOME</a></li>
<li><a href="nba.html">NBA</a></li>
<li><a href="nfl.html">NFL</a></li>
<li><a href="uefa.html">UEFA</a></li>
<li><a href="olympics.html">OLYMPICS</a></li>
<li><a href="help.html">HELP</a></li>
</ul>
</header>
<p> </p>
<p> </p>
<h4 class="heading"> TODAY'S TOP HEADLINES </h4>
<div class="container">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<div class="news">
<img src="https://cdn.nba.com/manage/2024/07/paul-george-76ers-072324.jpg" alt="marcgasolnba" style="width:100%; filter: brightness(70%);">
</div>
<div class="carousel-caption">
<h3 style="background-color: rgb(0, 107, 182);" class="rectangle"></h3>
<a href="https://www.nba.com/sixers/news/paul-george-bio-quick-facts" target="_blank"><h3 class="headline">Paul George Signs 4 Years, $212 Million Dollar Maximum Contract with The Philadelphia 76ers</h3></a>
</div>
</div>
<div class="item">
<div class="news">
<img src="https://cdn.nba.com/manage/2024/07/knicks-bridges.jpg" alt="New York" style="width:100%; filter: brightness(70%);">
</div>
<div class="carousel-caption">
<h3 style="background-color: rgb(245, 132, 38);" class="rectangle"></h3>
<a href="https://bleacherreport.com/articles/10107864-nba-rumors-mikal-bridges-traded-to-knicks-bojan-bogdanovic-draft-picks-to-nets" target="_blank"><h3 class="headline"> New York Knicks Trade for Mikal Bridges from the Brooklyn Nets for Draft Picks, Bojan Bogdanovic</h3></a>
</div>
</div>
<div class="item">
<div class="news">
<img src="https://www.bostonsportsjournal.com/img/Celtics/usatsi_23570796_168404155_lowres-1600x900.jpg" alt="Chicago" style="width:100%; filter: brightness(70%);">
</div>
<div class="carousel-caption">
<h3 style="background-color: rgb(0, 122, 51);" class="rectangle"></h3>
<a href="https://www.bbc.com/sport/basketball/articles/cneered12pyo" target="_blank"><h3 class="headline"> Boston Celtics Win Finals Series 4-1 to Become 2024 NBA Champions </h3></a>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<script src="js/slideshow.js"></script>
<p> </p>
<p> </p>
<h4 class="heading"> STANDINGS </h4>
<div class="standings">
<div class="east">
<table class="standingsTable">
<thead>
<tr>
<th class="sortable"></th>
<th class="sortable">EAST</th>
<th class="sortable">W</th>
<th class="sortable">L</th>
<th class="sortable">WIN %</th>
<th>STRK</th>
</tr>
</thead>
<tbody>
<!-- Data will be injected here by JavaScript -->
</tbody>
</table>
</div>
<script src="js/nbaapi.js"></script>
<div class="west">
<table class="standingsTable2">
<thead>
<tr>
<th class="sortable"></th>
<th class="sortable">WEST</th>
<th class="sortable">W</th>
<th class="sortable">L</th>
<th class="sortable">WIN %</th>
<th>STRK</th>
</tr>
</thead>
<tbody>
<!-- Data will be injected here by JavaScript -->
</tbody>
</table>
</div>
<script src="js/nbaapiwest.js"></script>
<script src="js/filtertable.js"></script>
</div>
<script src="js/filtertable.js"></script>
<p> </p>
<p> </p>
<h4 class="heading"> SEASON STAT LEADERS </h4>
<div class="stats">
<div class="statsbox">
<div class="ppgleaders">
<canvas id="ppgchart"></canvas>
<p> </p>
<p> <a href="https://www.nba.com/stats/leaders?SeasonType=Regular+Season&StatCategory=PTS" target="_blank"> Click Here To See Full List </a> </p>
</div>
</div>
<div class="statsbox">
<div class="reboundleaders">
<canvas id="reboundchart"></canvas>
<p> </p>
<p> <a href="https://www.nba.com/stats/leaders?SeasonType=Regular+Season&StatCategory=REB" target="_blank"> Click Here To See Full List </a> </p>
</div>
</div>
<div class="statsbox">
<div class="assistleaders">
<canvas id="assistchart"></canvas>
<p> </p>
<p> <a href="https://www.nba.com/stats/leaders?SeasonType=Regular+Season&StatCategory=AST" target="_blank"> Click Here To See Full List </a> </p>
</div>
</div>
<div class="statsbox">
<div class="blockleaders">
<canvas id="blockchart"></canvas>
<p> </p>
<p> <a href="https://www.nba.com/stats/leaders?SeasonType=Regular+Season&StatCategory=BLK" target="_blank"> Click Here To See Full List </a> </p>
</div>
</div>
<div class="statsbox">
<div class="stealeaders">
<canvas id="stealchart"></canvas>
<p> </p>
<p> <a href="https://www.nba.com/stats/leaders?SeasonType=Regular+Season&StatCategory=STL" target="_blank"> Click Here To See Full List </a> </p>
</div>
</div>
</div>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/chart.js/dist/chart.umd.min.js"></script>
<script src="js/pointchart.js"></script>
<script src="js/reboundchart.js"></script>
<script src="js/assistchart.js"></script>
<script src="js/blockchart.js"></script>
<script src="js/stealchart.js"></script>
<p> </p>
<div class="video-gallery-container">
<h4 class="heading"> GAME HIGHLIGHTS </h4>
<div class="video-gallery">
<div class="featured-video">
<div style="width: 893px; height: 592px;" class="responsive-iframe">
<iframe style="width: 893px; height: 592px;" src="https://www.youtube.com/embed/17MO0XFSPTk?si=Y5lBiw1yaGN2ZiTy" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<h3 class="video-title">Dallas Mavericks vs Boston Celtics Game 5 Full Highlights | 2024 NBA Finals</h3>
</div>
<div class="all-videos">
<div class="video">
<img class="thumbnail" data-id="17MO0XFSPTk" data-title="Dallas Mavericks vs Boston Celtics Game 5 Full Highlights | 2024 NBA Finals" src="https://i.ytimg.com/vi/17MO0XFSPTk/maxresdefault.jpg" alt="" />
<div class="play-icon">
<img src="images/play-icon.png" alt="" />
</div>
</div>
<div class="video">
<img class="thumbnail" data-id="xNK89H52MH0" data-title="Dallas Mavericks vs Boston Celtics Game 4 Full Highlights | 2024 NBA Finals" src="https://i.ytimg.com/vi/xNK89H52MH0/maxresdefault.jpg" alt="" />
<div class="play-icon">
<img src="images/play-icon.png" alt="" />
</div>
</div>
<div class="video">
<img class="thumbnail" data-id="16JS76IwYCs" data-title="Dallas Mavericks vs Boston Celtics Game 3 Full Highlights | 2024 NBA Finals" src="https://i.ytimg.com/vi/16JS76IwYCs/maxresdefault.jpg" alt="" />
<div class="play-icon">
<img src="images/play-icon.png" alt="" />
</div>
</div>
<div class="video">
<img class="thumbnail" data-id="3PoNAx-CxRY" data-title="Dallas Mavericks vs Boston Celtics Game 2 Full Highlights | 2024 NBA Finals" src="https://i.ytimg.com/vi/3PoNAx-CxRY/hq720.jpg?sqp=-oaymwEhCK4FEIIDSFryq4qpAxMIARUAAAAAGAElAADIQj0AgKJD&rs=AOn4CLAgmiOHw4WGp8kNjuYWNGaI1rHD5g" alt="" />
<div class="play-icon">
<img src="images/play-icon.png" alt="" />
</div>
</div>
<div class="video">
<img class="thumbnail" data-id="q4owivy2K-c" data-title="Dallas Mavericks vs Boston Celtics Game 1 Full Highlights | 2024 NBA Finals" src="https://i.ytimg.com/vi/q4owivy2K-c/maxresdefault.jpg" alt="" />
<div class="play-icon">
<img src="images/play-icon.png" alt="" />
</div>
</div>
</div>
</div>
</div>
<script src="js/video.js"></script>
<p> </p>
<div class="description">
<table class="descriptionbox">
<tr>
<td class="subscribesection">
<h4> STAY IN THE LOOP! </h4>
<table class="subscribe">
<tr>
<td>
<p class="line"> Sign up to be the first to receive instant updates about the latest news </p>
</td>
</tr>
<tr>
<td>
<form name="submit-to-google-sheet">
<input type="email" name="Email" placeholder="Your email" required>
<button type="submit"> <img src="images/homepage/send.png"> </button>
</form>
<span id="message"></span>
</td>
</tr>
</table>
</td>
<td class="contact">
<h4> CONTACT US </h4>
<p> <i class="fa-solid fa-envelope"></i> Email: [email protected] </p>
<p> <i class="fab fa-facebook-f"></i> Facebook: TheAthleteInsider </p>
<p> <i class="fab fa-instagram"></i> Instagram: @theathleteinsider </p>
<p> <i class="fa-brands fa-snapchat"></i> Snpachat: @theathleteinsider </p>
<p> <i class="fa-brands fa-tiktok"></i> TikTok: @theathleteinsider </p>
<p> <i class="fa-brands fa-youtube"></i> YouTube: TheAthleteInsider </p>
</td>
<td class="aboutme">
<h4> WHO ARE WE? </h4>
<p class="allaboutme"> The Athlete Insider is an all-in-one daily news article website that delivers the latest news and comprehensive analysis on the biggest sports stories from the NBA, NFL, the UEFA Champions League., and the 2024 Paris Olympics. We provide a platform for writers to voice their personal opinions, while supplying readers with feasible insights such as game breakdown analysis, statistics, betting odds, and more. </p>
<p class="name"> Arjayn Piratheeparatnam: Founder, Writer, Developer, Sports Fan </p>
</td>
</tr>
</table>
<table>
<tr>
<p> Copyright © 2024 by The Athlete Insider, Inc. All Rights Reserved </p>
</tr>
</table>
</div>
<script src="js/main.js"></script>
</body>
</html>