-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (46 loc) · 3.46 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
<!DOCTYPE html>
<html>
<head>
<title>Choose Your Sport</title>
<link href="https://fonts.googleapis.com/css2?family=Play&display=swap" rel="stylesheet">
</head>
<body>
<div class="my-flexbox-divider">
<h1 class="section-title">Choose your Sport</h1>
</div>
<div class="my-flexbox-divider">
<img src="https://cdn.vox-cdn.com/thumbor/r0mXQIJ86ua1x0OjcDFLBJ5o_fc=/0x0:1215x771/920x613/filters:focal(511x289:705x483):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/63886668/mitchmets.0.jpg" id="donovan-mitchell-picture">
</div>
<div class="my-flexbox-divider">
<span class="picture-description">Donovan Mitchell is a star NBA player for the Utah Jazz NBA Team and his Dad works for the New York Mets too. He's practicing with the NY Mets in this picture. Source: SLC Dunk website. </span>
</div>
<div id="choices">
<p>Play Baseball for the New York Mets</p>
<button class="chosenBaseball">Baseball</button>
<p>Play Basketball for the Brooklyn Nets</p>
<button class="chosenBrooklynNets">Play for Brooklyn Nets</button>
<p>Play Basketball for the New York Liberty</p>
<button class="chosenNewYorkLiberty">Play for New York Liberty</button>
</div>
<div class="my-flexbox-divider">
<img src="https://www.si.com/.image/ar_4:3%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cq_auto:good%2Cw_1200/MTc4MDY5OTc2NTI2MTA0MTcz/lindor-mets.jpg" id="francisco-lindor-picture">
<img src="https://netswire.usatoday.com/wp-content/uploads/sites/9/2019/09/usatsi_13421105-1.jpg?w=1000&h=600&crop=1" id="kyrie-irving-picture">
<img src="https://sports.cbsimg.net/images/visual/whatshot/USATSI_8608528.jpg" id="clayton-kershaw-picture">
<img src="https://a.espncdn.com/photo/2020/0722/r722099_1296x729_16-9.jpg" class="sabrina-ionescu-picture">
<img src="https://lakersdaily.com/wp-content/uploads/2020/01/LeBron-James-Kyrie-Irving-scaled-e1579833704470.jpg" id="lebron-kyrie-pic" class="playing-defense">
<img src="https://www.gannett-cdn.com/presto/2018/12/19/USAT/a060f302-9e9b-4e5a-984e-8e7ee4394457-USATSI_11869201.jpg?width=660&height=441&fit=crop&format=pjpg&auto=webp" id="jarrett-allen-picture">
<img src="https://cdn.vox-cdn.com/thumbor/HrHSh_h9rXXSmBOG7MNJv2o45_U=/1279x62:3144x2744/920x613/filters:focal(2066x565:2568x1067):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/50901171/usa-today-9547709.0.jpg" id="curtis-granderson-celebrate">
<img src="https://storage.googleapis.com/afs-prod/media/b5230e16b86c4f52a2a3452b80578389/800.jpeg" class="sabrina-ionescu-stephanie-watts">
<img src="https://thumbor.forbes.com/thumbor/960x0/https%3A%2F%2Fspecials-images.forbesimg.com%2Fimageserve%2F60a26ccdb48d20ca5a584cee%2FIndiana-Fever-v-New-York-Liberty%2F960x0.jpg%3Ffit%3Dscale" id="new-york-liberty-celebrate-picture">
</div>
<button class="play-mlb-season">Play MLB season</button>
<button class="play-nba-season">Play NBA season</button>
<button class="play-wnba-season">Play WNBA season</button>
<div class="content">
</div>
<div class="return-home">
<p>Return to the home page</p>
<button>Restart</button>
</div>
</body>
</html>