Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
issue #4
Adding anime character
  • Loading branch information
Harsh-Srivastav123 authored Sep 30, 2022
1 parent 56bb4cd commit ad90fa4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,27 @@ <h2 class="card-title">Light Yagami</h2>
</div>
<!--Sample [Character Name] card end-->
<!--Add your card below this line -->
<div class="card mb-3 card-bg my-4" style="max-width: 100%;">
<div class="row no-gutters">
<div class="col-md-4">
<!-- Replace image_name_here by the complete name (with extension) of the image you uploaded -->
<img src="./images/Itachi.jpg" alt="Itachi Uchiha" height="390px" width="300px">
</div>
<div class="col-md-8">
<div class="card-body">
<h2 class="card-title">Itachi Uchiha</h2>
<p class="card-text">
Itachi Uchiha (Japanese: うちは イタチ, Hepburn: Uchiha Itachi) is a character in the Naruto manga and anime series created by Masashi Kishimoto. Itachi is the older brother of Sasuke Uchiha, and is responsible for killing all the members of their clan, sparing only Sasuke. He appears working as a terrorist from the organisation Akatsuki and serves as Sasuke's greatest enemy
</p>
<p>
Itachi's character has been popular with readers of the manga,[6] and has been positively received by critics. His appearance as an antagonist has been praised by several writers, although some have considered his initial appearance to be unsurprising.
</p>
<hr>
<p>Contributed by- Harsh Raj Srivastav</p>
</div>
</div>
</div>
</div>

</div>
</main>
Expand Down

0 comments on commit ad90fa4

Please sign in to comment.