-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (54 loc) · 3.6 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
<!DOCTYPE html>
<html>
<head>
<title> Satoru Iwata Tribute Page </title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Titillium+Web" rel="stylesheet">
<script src="https://gitcdn.link/repo/freeCodeCamp/testable-projects-fcc/master/build/bundle.js"></script>
</head>
<body id="main">
<div id="racetrack">
<img id="mario" src="http://res.cloudinary.com/sde/image/upload/v1523412045/mario_gqn7gx.png">
<img id="luigi" src="http://res.cloudinary.com/sde/image/upload/v1523412045/luigi_canhom.png">
<img id="toad" src="http://res.cloudinary.com/sde/image/upload/v1523412045/toad_qqr1mo.png">
<div id="lines"></div>
</div>
<h1 id="title"> Satoru Iwata </h1>
<h2> Video games are meant to be one thing: Fun, fun for everyone </h2>
<div class="container">
<div id="shroom-div"> <img id="mushroom" src="http://res.cloudinary.com/sde/image/upload/v1523493213/200px-MushroomMarioKart8_dotyfs.png"></div>
<div id="img-div">
<img id="image" src="http://res.cloudinary.com/sde/image/upload/c_scale,h_413,q_100,r_0,w_652/v1523328910/satoru_nintendo_iwata_k5n9pf.jpg">
<div id="img-caption">
<p><em> Saturo Iwata was president & CEO of Nintendo from 2002 until his unexpected passage in 2015. He was 55 years old.</em></p>
</div>
</div>
<div id="star-div"> <img id="star" src="http://res.cloudinary.com/sde/image/upload/v1523493213/200px-StarMK8_psfreh.png"> </div>
</div>
<div id="tribute-info">
<h3> Iwata's Life Timeline </h3>
<ul>
<li> <strong>1959: </strong> Born in Sapporo, Japan </li>
<li> <strong>1975: </strong> Attends Hokkaido Sapporo South High School and begins programming games on his calculator </li>
<li> <strong>1982: </strong> Graduates from the Tokyo Institute of Technology with a degree in Computer Science </li>
<li> <strong>1983: </strong> Joins HAL Laboratories as a programmer and quickly becomes director of software production </li>
<li> <strong>1993: </strong> Becomes president of HAL Laboratories and saves the company from bankruptcy </li>
<li> <strong>2000: </strong> Moves to Nintendo and becomes the head of corporate planning </li>
<li> <strong>2002: </strong> Is appointed CEO of Nintendo, the first CEO outside of the Yamauchi family </li>
<li> <strong>2006: </strong> Nintendo launches the popular Wii console, fulfilling Iwata's desire to open gaming up to a broader audience </li>
<li> <strong>2007: </strong> Wii Fit launces for the Wii, an initial offering in Iwata's "quality of life" initiative </li>
<li> <strong>2012: </strong> Nintendo launches the Wii's successor the Wii U, it ultimately flops </li>
<li> <strong>2014: </strong> Cuts his own salary by 50% following the Wii U's poor performance </li>
<li> <strong>2015: </strong> Nintendo's performance improves following the launch of Amiibo and mobile games, Iwata passes </li>
<li> <strong>2017: </strong> The Nintedo Switch launches, (the last console developed under Iwata's influence), to great initial success </li>
<ul>
</div>
<blockquote class="quote">
<p>"On my business card, I am a corporate president. In my mind, I am a game developer. But in my heart, I am a gamer."</p>
<footer> — Satoru Iwata</footer>
</blockquote>
<h4 class="more-info"> For more information on Satoru Iwata, see <a id="tribute-link" href="https://en.wikipedia.org/wiki/Satoru_Iwata" target="_blank"> his wikipedia page </a> </h4>
<footer> written and coded by <a href="https://www.freecodecamp.com/sdedison" target="_blank">Sam Edison</a> </footer>
</div>
</body>
</html>