Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified #863

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,24 @@ <h2 class="card-title">Suigetsu</h2>

<!--[Suigetsu] card end-->

<!-- [Naruto Uzumaki] card start-->
<div class="card mb-3 card-bg my-4" style="max-width: 100%;">
<div class="row no-gutters">
<div class="col-md-4">
<img src=https://www.giantbomb.com/a/uploads/original/16/164924/2345829-naruto_gokucostume.jpg alt=[name of character] height="390px" width="400px">
</div>
<div class="col-md-8">
<div class="card-body">
<h2 class="card-title">Naruto Uzumaki</h2>
<p class="card-text">Naruto Uzumaki is the main protagonist in the popular manga and anime series Naruto. He is a cheerful, hyperactive, strong-willed, and occasionally simple-minded young shinobi from the village of Konoha (or Leaf Village).</p>
<p>As Naruto was born, his home village of Konoha came under attack by a nine-tailed fox demon which was sealed in him at infancy to protect the people of the village. Due to this fact he became distrusted and resented by the people around him during his childhood. He, however, aspires to become the Hokage; a title given to the leader of Hidden Leaf Village, and as the most poorly performing student in his ninja school, he strives to prove his worth to his peers and fellow villagers. He is known for his often-used catchphrase "Dattebayo", and is connected to most other characters around him by either friendship or rivalry.

At the end of the series, Naruto marries Hinata Hyuga, and has two children, daughter Himawari and son Boruto. He also becomes the Seventh Hokage, finally fulfilling his dream.</p>
</div>
</div>
</div>
</div>
<!--[Naruto Uzumaki] card end-->

<!-- [Sai] card start-->
<div class="flip-card">
Expand Down