-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
397 lines (361 loc) · 20.5 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
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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
<!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 | Home</title>
<!-- External Stylesheets -->
<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">
<link rel="stylesheet" href="css/style.css">
<!-- External Scripts -->
<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>
</head>
<body>
<!-- Header Section -->
<header>
<a href="#" class="brandname">THE ATHLETE INSIDER</a>
<nav aria-label="Main Navigation">
<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>
</nav>
</header>
<!-- Home Section -->
<section class="home">
<img decoding="async" class="img-slide active" src="images/homepage/campnoucover.png" alt="Camp Nou Stadium">
<div class="content active">
<h4>- WELCOME TO THE -</h4>
<h1>THE ATHLETE INSIDER</h1>
<p id="caption">Receive the latest coverage and updates from the NBA, NFL, UEFA Champions League, Paris 2024 Olympics, and more. Subscribe below to hear about trending headlines and betting odds.</p>
</div>
<!-- Social Media Icons -->
<div class="media-icons">
<a href="https://www.facebook.com" target="_blank" aria-label="Facebook"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com" target="_blank" aria-label="Instagram"><i class="fab fa-instagram"></i></a>
<a href="https://www.snapchat.com" target="_blank" aria-label="Snapchat"><i class="fa-brands fa-snapchat"></i></a>
<a href="https://www.tiktok.com/en/" target="_blank" aria-label="TikTok"><i class="fa-brands fa-tiktok"></i></a>
<a href="https://x.com" target="_blank" aria-label="X"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://www.linkedin.com" target="_blank" aria-label="LinkedIn"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="https://www.youtube.com" target="_blank" aria-label="YouTube"><i class="fa-brands fa-youtube"></i></a>
</div>
</section>
<!-- Spacing -->
<div style="height: 50px;"></div>
<!-- Headlines Section -->
<h4 class="heading">TODAY'S TOP HEADLINES</h4>
<div class="container">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<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>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
</ol>
<!-- Carousel Items -->
<div class="carousel-inner">
<!-- Slide 1 -->
<div class="item active">
<div class="news">
<img src="https://cdn.nba.com/manage/2024/07/lebron-james-waves-crowd.jpg" alt="LeBron James waving to the crowd" style="width:100%; filter: brightness(70%);">
</div>
<div class="carousel-caption">
<h3 style="background-color: #D6C278;" class="rectangle"></h3>
<a href="https://www.nba.com/news/lebron-james-team-usa-male-flagbearer" target="_blank">
<h3 class="headline">LeBron James Officially Named as Team USA's Flagbearer for Paris Olympics Opening Ceremony</h3>
</a>
</div>
</div>
<!-- Slide 2 -->
<div class="item">
<div class="news">
<img src="https://cdn.nba.com/manage/2024/07/paul-george-76ers-072324.jpg" alt="Paul George with the Philadelphia 76ers" 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>
<!-- Slide 3 -->
<div class="item">
<div class="news">
<img src="https://s.yimg.com/uu/api/res/1.2/D6IbYwApmiLOcByDX8U7yA--~B/aD0xMDgwO3c9MTkyMDthcHBpZD15dGFjaHlvbg--/https://media.zenfs.com/en/profootballtalk.nbcsports.com/1b242943952a3b52726884ddc843c92d" alt="Caleb Williams signing his contract with the Chicago Bears" style="width:100%; filter: brightness(70%);">
</div>
<div class="carousel-caption">
<h3 style="background-color: rgb(11, 22, 42);" class="rectangle"></h3>
<a href="https://bleacherreport.com/articles/10119034-nfl-rumors-caleb-williams-bears-agree-to-fully-guaranteed-395m-rookie-contract" target="_blank">
<h3 class="headline">Caleb Williams Officially Signs 4 Year $39.5 Million Dollar Rookie Contract With Chicago Bears</h3>
</a>
</div>
</div>
<!-- Slide 4 -->
<div class="item">
<div class="news">
<img src="https://wallpapercave.com/wp/J8wrQqn.jpg" alt="UEFA Champions League trophy" style="width:100%; filter: brightness(70%);">
</div>
<div class="carousel-caption">
<h3 style="background-color: #0E1E5B;" class="rectangle"></h3>
<a href="https://www.uefa.com/uefachampionsleague/news/0287-1964b9b0f4ce-e069b2345f39-1000--2024-25-uefa-champions-league-matches-draw-final-key-dates/" target="_blank">
<h3 class="headline">Matches, Draw, Final, Key Dates, New Format, And More for The 2024-25 UEFA Champions League</h3>
</a>
</div>
</div>
<!-- Slide 5 -->
<div class="item">
<div class="news">
<img src="https://olympic.ca/wp-content/uploads/2024/07/Full-Paris-roster-feature-image.jpg" alt="Team Canada for Paris 2024 Olympics" style="width:100%; filter: brightness(70%);">
</div>
<div class="carousel-caption">
<h3 style="background-color: #D6C278;" class="rectangle"></h3>
<a href="https://olympic.ca/2024/07/16/by-the-numbers-team-canada-heading-into-the-paris-2024-olympic-games/" target="_blank">
<h3 class="headline">The Full Breakdown and Analysis of Team Canada Ahead of Paris 2024 Olympic Games</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"> FEATURED BETTINGS </h4>
<p> <a style="margin-top: -50px;" href="https://sportsbook.fanduel.com" target="_blank" class="fanduel"> <img style="width: 292.55px; height: 121.7px; margin-top: -35px;" src="https://cdn.sanity.io/images/pbwem9y5/fanduel_marketing_production/4e0edb20ac982d636677e195250484e8dc344cd3-5851x2434.png"> </a> </p>
<div class="bettings">
<div class="nfl">
<h4 class="title">SUPER BOWL LIX</h4>
<p></p>
<table class="nflbet">
<tr class="firstrow" style="background-color: #202020;">
<th>NFL Team</th>
<th>Odds</th>
</tr>
<tr>
<th><img src="https://a.espncdn.com/i/teamlogos/nfl/500/kc.png" width="50px" height="50px"> Kansas City Chiefs </th>
<th style="color: #0E67B3;">+600</th>
</tr>
<tr>
<th><img src="https://a.espncdn.com/i/teamlogos/nfl/500/sf.png" width="50px" height="50px"> San Francisco 49ers </th>
<th style="color: #0E67B3;">+600</th>
</tr>
<tr>
<th><img src="https://a.espncdn.com/combiner/i?img=/i/teamlogos/nfl/500/bal.png" width="50px" height="50px"> Baltimore Ravens </th>
<th style="color: #0E67B3;">+950</th>
</tr>
<tr>
<th><img src="https://a.espncdn.com/i/teamlogos/nfl/500/det.png" width="50px" height="50px"> Detroit Lions </th>
<th style="color: #0E67B3;">+1300</th>
</tr>
<tr>
<th><img src="https://a.espncdn.com/i/teamlogos/nfl/500-dark/cin.png" width="50px" height="50px"> Cincinnati Bengals </th>
<th style="color: #0E67B3;">+1400</th>
</tr>
</table>
</div>
<div class="nba">
<h4 class="title">2024-2025 NBA CHAMPIONSHIP</h4>
<p></p>
<table class="nbabet">
<tr class="firstrow" style="background-color: #202020;">
<th>NBA Team</th>
<th>Odds</th>
</tr>
<tr>
<th><img src="https://a.espncdn.com/i/teamlogos/nba/500/bos.png" width="50px" height="50px"> Boston Celtics </th>
<th style="color: #0E67B3;">+300</th>
</tr>
<tr>
<th><img src="https://a.espncdn.com/i/teamlogos/nba/500/okc.png" width="50px" height="50px"> Oklahoma City Thunder </th>
<th style="color: #0E67B3;">+750</th>
</tr>
<tr>
<th><img src="https://a.espncdn.com/i/teamlogos/nba/500-dark/den.png" width="50px" height="50px"> Denver Nuggets </th>
<th style="color: #0E67B3;">+850</th>
</tr>
<tr>
<th><img src="https://a.espncdn.com/combiner/i?img=/i/teamlogos/nba/500/phi.png" width="50px" height="50px"> Philadelphia 76ers </th>
<th style="color: #0E67B3;">+850</th>
</tr>
<tr>
<th><img src="https://a.espncdn.com/i/teamlogos/nba/500-dark/ny.png" width="50px" height="50px"> New York Knicks </th>
<th style="color: #0E67B3;">+900</th>
</tr>
</table>
</div>
</div>
<p> </p>
<div class="bettings">
<div class="nfl">
<h4 class="title">2024/25 CHAMPIONS LEAGUE WINNERS</h4>
<p></p>
<table class="nflbet">
<tr class="firstrow" style="background-color: #202020;">
<th>Club</th>
<th>Odds</th>
</tr>
<tr>
<th><img src="https://a.espncdn.com/i/teamlogos/soccer/500-dark/382.png" width="50px" height="50px"> Manchester City </th>
<th style="color: #0E67B3;">+250</th>
</tr>
<tr>
<th><img src="https://a.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/86.png" width="50px" height="50px"> Real Madrid </th>
<th style="color: #0E67B3;">+320</th>
</tr>
<tr>
<th><img src="https://a.espncdn.com/i/teamlogos/soccer/500/359.png" width="50px" height="50px"> Arsenal </th>
<th style="color: #0E67B3;">+800</th>
</tr>
<tr>
<th><img src="https://a.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/132.png&h=200&w=200" width="50px" height="50px"> Bayern Munich </th>
<th style="color: #0E67B3;">+1000</th>
</tr>
<tr>
<th><img src="https://a.espncdn.com/i/teamlogos/soccer/500/83.png" width="50px" height="50px"> Barcelona </th>
<th style="color: #0E67B3;">+1200</th>
</tr>
</table>
</div>
<div class="nba">
<h4 class="title">PARIS 2024 OLYMPICS MEN'S BASKETBALL</h4>
<p></p>
<table class="nbabet">
<tr class="firstrow" style="background-color: #202020;">
<th>Country</th>
<th>Odds</th>
</tr>
<tr>
<th><img src="https://vectorflags.s3.amazonaws.com/flags/us-circle-01.png" width="50px" height="50px"> USA </th>
<th style="color: #0E67B3;">-400</th>
</tr>
<tr>
<th><img src="https://static.vecteezy.com/system/resources/previews/019/641/249/original/canada-flag-button-on-white-background-free-png.png" width="50px" height="50px"> Canada </th>
<th style="color: #0E67B3;">+1000</th>
</tr>
<tr>
<th><img src="https://cdn-icons-png.flaticon.com/512/197/197560.png" width="50px" height="50px"> France </th>
<th style="color: #0E67B3;">+1500</th>
</tr>
<tr>
<th><img src="https://vectorflags.s3.amazonaws.com/flags/rs-circle-01.png" width="50px" height="50px"> Serbia </th>
<th style="color: #0E67B3;">+1500</th>
</tr>
<tr>
<th><img src="https://vectorflags.s3.amazonaws.com/flags/de-circle-01.png" width="50px" height="50px"> Germany </th>
<th style="color: #0E67B3;">+2500</th>
</tr>
</table>
</div>
</div>
<p> </p>
<p> </p>
<div class="video-gallery-container">
<h4 class="heading"> VIDEO HIGHLIGHTS </h4>
<div class="video-gallery">
<div class="featured-video">
<div style="width: 893px; height: 592px;" class="responsive-iframe">
<iframe style="width: 890px; height: 590;" src="https://www.youtube.com/embed/9vnOrRj11mo?si=4gkDvCJjUscNl8et" 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">🚨 Brandon Aiyuk requests a trade from the 49ers 🚨 | The Pat McAfee Show</h3>
</div>
<div class="all-videos">
<div class="video">
<img class="thumbnail" data-id="9vnOrRj11mo" data-title="🚨 Brandon Aiyuk requests a trade from the 49ers 🚨 | The Pat McAfee Show" src="https://i.ytimg.com/vi/9vnOrRj11mo/maxresdefault.jpg" alt="" />
<div class="play-icon">
<img src="images/play-icon.png" alt="" />
</div>
</div>
<div class="video">
<img class="thumbnail" data-id="_EQgUqwE0vk" data-title="A look at the Paris 2024 athletes Olympic village" src="https://i.ytimg.com/vi/_EQgUqwE0vk/maxresdefault.jpg" alt="" />
<div class="play-icon">
<img src="images/play-icon.png" alt="" />
</div>
</div>
<div class="video">
<img class="thumbnail" data-id="5lnq-ZN1GEM" data-title="Here's who's representing Team Canada at Paris 2024 | Paris Pulse | CBC Sports" src="https://i.ytimg.com/vi/5lnq-ZN1GEM/maxresdefault.jpg" alt="" />
<div class="play-icon">
<img src="images/play-icon.png" alt="" />
</div>
</div>
<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="2V_k8IZEYQw" data-title="HIGHLIGHTS | Borussia Dortmund vs. Real Madrid (Champions League Final 2023-24)" src="https://i.ytimg.com/vi/2V_k8IZEYQw/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>
<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>