-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauthor2.html
62 lines (56 loc) · 4.52 KB
/
author2.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
<!-- author1.html -->
<!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>
<style>
body { font-family: Arial, sans-serif; padding: 70px; }
.book { display: flex; margin-bottom: 20px; }
.book img { max-width: 250px; height: auto; margin-right: 20px; }
</style>
</head>
<body bgcolor = "black">
<h1><center>Akira Toriyama</center></h1>
<table>
<tr>
<td>
<p><a href="https://en.wikipedia.org/wiki/William_Shakespeare" color="red">Akira Toriyama</a> <b>( April 5, 1955 - March 1, 2024)</b> was a Japanese manga artist and character designer. <p>He first achieved mainstream recognition for creating the popular manga series Dr. Slump, before going on to create<b> Dragon Ball </b>(his most famous work) and acting as a character designer for several popular video games such as the Dragon Quest series, Chrono Trigger, and Blue Dragon. <p>Toriyama came to be regarded as one of the most important authors in the history of manga with his works highly influential and popular, particularly Dragon Ball, which many manga artists cite as a source of inspiration.
<p>In 2019, Toriyama was decorated a Chevalier of the French Ordre des Arts et des Lettres for his contributions to the arts.</p>
</p>
</td>
<td>
<img src="author2.jpg" alt="Willain Shakespeare's photo" align="right" width = "300">
</td>
</tr>
</table>
<h2>Books</h2><br>
<div class="book">
<img src="author2_book1.png" alt=" Dr. Slump">
<div>
<h3> Dr. Slump</h3>
<p><b>The manga of Dr. Slump follows the antics of an inventor named Senbei Norimaki and his invention: a robot girl called Arale. <br>The comedy of the series comes from Arale’s sweet naivete and how that clashes with her superhuman strength, leading to some hilarious situations. <br>Dr. Slump is perfect children’s entertainment, featuring wacky inventions, anthropomorphic animals (a staple of Toriyama’s art and writing), and this blend of goofy comedy with wholehearted sweetness.<p>Dr. Slump was a serialised manga aimed at a younger audience, which appeared in Weekly Shonen Jump for five years, from 1980 to 1984. <br>It was then collected and bound into eighteen volumes of tankobon manga. <p> Dr. Slump also received a popular anime adaptation - Toriyama’s first tryst with anime television - which ran for a very impressive 243 episodes.</p>
<a href="https://a.co/d/c24VOf3">Amazon Link</a>
</div>
</div>
<div class="book">
<img src="author2_book2.jpg" alt="Dragon Ball">
<div>
<h3>Dragon Ball</h3>
<p>Dragon Ball is Akira Toriyama’s legacy wrapped up in a single, perfect series. Reading the manga today shows a remarkably respectable ageing process; the Dragon Ball manga is like a fine wine.<p>
Dragon Ball is a martial arts manga, which was a subgenre increasingly popular in the 80s. But it was unique with its wide-eyed and uppity child protagonist, which had the manga resonating with kids of all ages.<p> This narrative gives Dragon Ball a fairy tale adventure tone that young boys were so heavily drawn to and mesmerised by, but the martial arts excitement and Chinese inspiration is something that any adult can be attracted to and entertained by. <p>In this sense, Dragon Ball is an all-ages martial arts adventure epic that speaks to the positivity and sense of adventure in all readers. A true masterpiece.
</p>
<a href="https://a.co/d/33B4AW6">Amazon Link</a>
</div>
</div>
<div class="book">
<img src="author2_book3.jpg" alt="Book 3 cover">
<div>
<h3>Sand Land</h3>
<p>The manga shares similarities with the Mad Max franchise, with one greedy king monopolising the world’s limited water supply, and a detective named Rao heading out in search of a fresh supply of water in order to relinquish the king of his monopoly. <p>Rao teams up with two demons in order to complete his quest.<p> Their designs, as well as those of the land and the vehicles, showcase Toriyama’s unique approach to art and design beautifully. </p>
<a href="https://a.co/d/3XKWpSy">Amazon Link</a>
</div>
</div>
</body>
</html>