-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnaruto.html
More file actions
78 lines (74 loc) · 4.15 KB
/
naruto.html
File metadata and controls
78 lines (74 loc) · 4.15 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<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>Naruto</title>
<link href="./resources/css/styles.css" rel="stylesheet" type="text/css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
</head>
<body id="Naruto-Page">
<header>
<nav class="navbar navbar-expand-lg bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<media>
<img src="/resources/images/giphy1.gif" id="naruto-gif">
</media>
<main>
<h1 class="Naruto-Intro">Naruto</h1>
<p>Naruto is a manga by Masashi Kishimoto with an anime TV series adaptation.
Its main character, Naruto Uzumaki, is a loud, hyperactive, adolescent ninja who constantly
searches for approval and recognition, as well as to become Hokage, who is acknowledged as the
leader and strongest of all ninja in the village. The manga was first published by Shueisha in 1999
in the 43rd issue of Japan's Shonen Jump magazine. VIZ Media publishes a translated version in the
American Shonen Jump, and is currently within a few volumes of the Japanese publication. Naruto has
become VIZ Media's best-selling manga series.The anime series, produced by Studio Pierrot and Aniplex,
premiered across Japan on the terrestrial TV Tokyo network and the anime satellite television network
Animax on October 3, 2002, and is still being aired. Viz also licensed the anime for North American
production. Naruto debuted in the United States on Cartoon Network's Toonami programming block on
September 10, 2005, and in Canada on YTV's Bionix on September 16, 2005. Naruto began showing in the UK
on Jetix on July 22, 2006. It began showing on Toasted TV on January 12, 2007 in Australia, although it
could be watched on Cartoon Network in 2006. The first series lasted nine seasons, while the second began
its first on February 15, 2007.</p>
<aside>
<p>Naruto gives viewers and readers alike a huge cast of characters to look through and invest time
into. This cast of characters is so vast that there is literally a character for just about
anyone to find interest in, whether said character shows up early or later on in the series.
Reason why many people catalog this anime as the #1 of
"<a href="index.html" id="big3">The Big Three</a>"</p>
</aside>
</main>
<section class="N-moments">
<h2>Iconic Moments</h2>
<p>Naruto had epic moments such as:</p>
<ul>
<li>Naruto And Sasuke Fighting Kaguya</li>
<li>Tobi Reveals Himself As Madara Uchiha</li>
<li>Guy Opening All Eight Gates</li>
</ul>
</section>
<section class="N-media">
<h2>Naruto OST #3</h2>
<video src="resources/images/Naruto Shippuden - Opening 3 _ Blue Bird.mp4" controls Video Not Supported>
</section>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script>
</body>
</html>