-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (71 loc) · 3.87 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
<!DOCTYPE html>
<html lang="pt-br">
<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> Tributo </title>
<link rel="stylesheet" href="style/style.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
</style>
</head>
<body>
<header>
<div class="container">
<div class="titulo">
<h1>Satoshi Tajiri</h1>
</div>
<div class="sub-titulo">
<h2>"Quando você é criança e recebe sua primeira bicicleta, você quer ir a algum lugar que você nunca esteve antes. Isso é como pokémon."</h2>
</div>
</div>
</header>
<section id="banner">
<div class="container">
<div class="img">
<img src="image/satoshi.jpg" alt="foto">
</div>
<div class="timeline">
<ul>
<li>1989: Mendel Palace - Director, Game Designer</li>
<li>1991: Smart Ball - Director, Game Designer, Scenario Writer Yoshi Director, Game Designer</li>
<li>1992: Magical Tarurūto-kun - Producer</li>
<li>1993: Mario & Wario - Director, Game Designer</li>
<li>1994: Nontan to Issho: Kuru-Kuru Puzzle - Planner Pulseman Director, Game Designer</li>
<li>1995: Jelly Boy 2 (unreleased) - Supervisor</li>
<li>1996: Pokémon Red, Green and Blue - Director, Game Designer, Scenario Writer, Map Designer</li>
<li>1997: Bushi Seiryūden: Futari no Yūsha - Concept, Game Designer</li>
<li>1999: Pokémon Gold and Silver - Director, Game Designer</li>
<li>2002: Pokémon Ruby and Sapphire - Executive Director</li>
<li>2004: Pokémon FireRed and LeafGreen - Scenario Writer, Executive Director Pokémon Emerald, Executive Director</li>
<li>2005: Drill Dozer - Executive Producer</li>
<li>2006: Pokémon Diamond and Pearl - Executive Producer</li>
<li>2010: Pokémon HeartGold and SoulSilver - Executive Producer</li>
<li>2011: Pokémon Black and White - Executive Producer</li>
<li>2012: Pokémon Black 2 and White 2 HarmoKnight - Executive Producer</li>
<li>2013: Pokémon X and Y - Executive Producer</li>
<li>2014: Pokémon Omega Ruby and Alpha Sapphire - Executive Producer</li>
<li>2015: Tembo the Badass Elephant - Executive Producer</li>
<li>2016: Pokémon Sun and Moon - Executive Producer</li>
<li>2017: Giga Wrecker Pokémon Ultra Sun and Ultra Moon - Executive Producer</li>
<li>2018: Pokémon: Let's Go, Pikachu! and Let's Go, Eevee! - Executive Producer</li>
<li>2019: Pokémon Sword and Shield - Executive Producer</li>
</ul>
</div>
<div class="fonte">
Quer saber mais sobre Satoshi Tajiri ? <a href="https://en.wikipedia.org/wiki/Satoshi_Tajiri">Wikpedia</a>
</div>
</div>
</section>
<footer>
<div class="container-footer">
<div class="footer-txt">
<div class="copy">© Copyright <strong style="color:red">Guilherme Alves</strong></div>
</div>
<div class='social'><a href="https://github.com/Guilhermedn"><img src="image/icons8-github-50.png" alt="github"></a></div>
<div class='social'><a href="https://linkedin.com/in/guilherme-alves-do-nascimento"><img src="image/icons8-linkedin-50.png" alt="linkdin"></a></div>
</div>
</footer>
</body>
</html>