forked from ShaharEli/FirstWeekendTask
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (64 loc) · 5.81 KB
/
index.html
File metadata and controls
64 lines (64 loc) · 5.81 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
<!DOCTYPE html>
<html lang="en">
<link>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css"></link>
<script src="javascript.js" defer></script>
<title>Document</title>
</head>
<body>
<div id="fcc_test_suite_wrapper" style="position: relative !important; z-index: 99999 !important;"></div>
<main id="main-doc">
<nav id="navbar">
<header><u>Athletes</u></header>
<a href="#LeBron_James" class="nav-link">leBron james</a>
<a href="#Michael_Phelps" class="nav-link">Michael Phelps</a>
<a href="#Usain_Bolt" class="nav-link">Usain Bolt</a>
<a href="#Tiger_Woods" class="nav-link">Tiger Woods</a>
<a href="#Michael_Jordan" class="nav-link">Michael Jordan</a>
</nav>
<section class="main-section" id="LeBron_James">
<header id="header">LeBron James</header>
<p>LeBron Raymone James Sr.</p>
<p>is an American <code>basketball player</code> for the Los Angeles Lakers of the National Basketball Association (NBA). Nicknamed "King James", he is widely considered one of the greatest players in NBA history and is frequently compared to Michael Jordan in debates over the greatest basketball player ever. The only player to have won NBA championships with three franchises (the Cleveland Cavaliers, the Miami Heat, and the Lakers) as NBA Finals MVP, James has competed in ten NBA Finals, eight of them consecutively with the Heat and the Cavaliers from 2011 to 2018. His accomplishments include four NBA championships, four NBA MVP awards, four NBA Finals MVP awards, and two Olympic gold medals. During his 18-year career, James holds the record for all-time playoffs points, is third in all-time points, and eighth in career assists. James has been selected to the All-NBA Team a record 17 times (with a record of 13 First Team selections and 11 consecutive First Team selections, the latter of which is shared with Jordan and Karl Malone), made the NBA All-Defensive First Team five times, and has been named an All-Star 17 times, including three All-Star MVP selections.</p>
<ul>
<li>Has 3 kids</li>
</ul>
</section>
<section class="main-section" id="Michael_Phelps">
<header id="header">Michael Phelps</header>
<p>Michael Fred Phelps II</p>
<p>is an <code>American former competitive swimmer</code>. He is the most successful and most decorated Olympian of all time[6] with a total of 28 medals.[7] Phelps also holds the all-time records for Olympic gold medals (23),[8] Olympic gold medals in individual events (13), and Olympic medals in individual events (16).[9] When Phelps won eight gold medals at the 2008 Beijing Games, he broke fellow American swimmer Mark Spitz's 1972 record of seven first-place finishes at any single Olympic Games. At the 2004 Summer Olympics in Athens, Phelps already tied the record of eight medals of any color at a single Games by winning six gold and two bronze medals. At the 2012 Summer Olympics in London, Phelps won four gold and two silver medals, and at the 2016 Summer Olympics in Rio de Janeiro, he won five gold medals and one silver. This made him the most successful athlete of the Games for the fourth Olympics in a row.</p>
<ul>
<li>born June 30, 1985</li>
</ul>
</section>
<section class="main-section" id="Usain_Bolt">
<header id="header">Usain Bolt</header>
<p>St. Leo Bolt</p>
<p>is a Jamaican retired sprinter, widely considered to be the <code>sprinter of all time</code>.[13][14][15] He is the world record holder of 100 metres, 200 metres and 4 × 100 metres relay. An eight-time Olympic gold medallist, Bolt is the only sprinter to win Olympic 100 m and 200 m titles at three consecutive Olympics (2008, 2012 and 2016). He also won two 4 × 100 relay gold medals. He gained worldwide fame for his double sprint victory in world record times at the 2008 Beijing Olympics, which made him the first person to hold both records since fully automatic time became mandatory.</p>
<ul>
<li>liHas 8 Olimpic medals</li>
</ul>
</section>
<section class="main-section" id="Tiger_Woods">
<header id="header">Tiger Woods</header>
<p>Eldrick Tont "Tiger" Woods</p>
<p>is an <code>American professional golfer</code>. He is tied for first in PGA Tour wins, ranks second in men's major championships, and holds numerous golf records.[5] Woods is widely regarded as one of the greatest golfers of all time and one of the most famous athletes in history. He was elected to the World Golf Hall of Fame.</p>
<ul>
<li>His hight is 185cm</li>
</ul>
</section>
<section class="main-section" id="Michael_Jordan">
<header id="header">Michael Jordan</header>
<p>Michael Jeffrey Jordan</p>
<p>also known by his initials <code>MJ</code>, is an American former professional basketball player and businessman. He is the principal owner and chairman of the Charlotte Hornets of the National Basketball Association (NBA) and of 23XI Racing in the NASCAR Cup Series. He played 15 seasons in the NBA, winning six championships with the Chicago Bulls. His biography on the official NBA website states: "By acclamation, Michael Jordan is the greatest basketball player of all time." He was integral in helping to popularize the NBA around the world in the 1980s and 1990s, becoming a global cultural icon in the process.</p>
<ul>
<li>6× NBA champion</li>
</ul>
</section>
</main>
</body>
</html>