-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (85 loc) · 3.71 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
<script>
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
</script>
<script defer src="/_vercel/insights/script.js"></script>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Akira Toriyama</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
</head>
<body>
<main id="main">
<div id="title">
<h1 >Akira Toriyama</h1>
<p>Man who made materpieces</p>
</div>
<div id="img-div">
<img src="https://th.bing.com/th/id/OIP.qhle9-zsnqT7-CY7d7nHigHaHm?rs=1&pid=ImgDetMain" id="image">
<figcaption id="img-caption">Image of Toriyama drawing</figcaption>
</div>
<div id="tribute-info">
<h2>Here's the timeline of Akira Toriyama</h2>
<ul>
<li>Early Life and Influences:
<ul>
<li>
1955: Akira Toriyama is born on April 5 in Kiyosu, Aichi Prefecture, Japan.
</li>
<li>
Artistic Beginnings: As a child, he enjoys drawing and is inspired by animals, vehicles, and animation.
</li>
<li>
Tezuka Influence: Osamu Tezuka’s iconic work, Astro Boy, sparks his interest in manga and storytelling.
</li>
</ul>
</li>
<li>Career Milestones:
<ul>
<li>
1978: Toriyama begins his professional career as a manga artist.
</li>
<li>
1980–1984: Creates the whimsical science fiction comedy series Dr. Slump, featuring the misadventures of a quirky inventor and a robot girl.
</li>
<li>
1983: Dragon Ball begins serialization in Weekly Shōnen Jump. Initially an adventure/gag manga, it evolves into a martial arts fighting series.
</li>
<li>
1995: Dragon Ball manga concludes after 519 chapters, spanning 42 volumes.
</li>
<li>
Video Game Collaborations: Toriyama designs characters for popular video games, including the Dragon Quest series, Chrono Trigger, and Blue Dragon.
</li>
</ul>
</li>
<li>Legacy and Global Impact:
<ul>
<li>
Dr. Slump sells over 35 million copies in Japan, showcasing Toriyama’s comedic and imaginative storytelling.
</li>
<li>
Dragon Ball becomes a cultural phenomenon, selling 260 million copies worldwide. It is hailed as one of the best-selling manga series ever.
</li>
<li>
The anime adaptations of Dragon Ball contribute significantly to the global popularity of anime beyond Japan.
</li>
<li>
In 2019, Akira Toriyama is honored as a Chevalier of the French Ordre des Arts et des Lettres for his contributions to art and culture.
</li>
</ul>
</li>
<li>On March 1, 2024, Toriyama died of an acute subdural hematoma, at the age of 68. A funeral was held privately with only his family in attendance.</li>
</ul>
</div>
<div id="footer" >
<p> Read more about <a id="tribute-link" href="https://en.wikipedia.org/wiki/Akira_Toriyama" target="_blank">Akira Toriyama</a>.</p>
</div>
</main>
</body>
</html>