Skip to content

Commit

Permalink
Merge pull request DecodersCommunity#3 from evilseye/main
Browse files Browse the repository at this point in the history
Added character Uchiha Madara
  • Loading branch information
iamartyaa authored Sep 30, 2022
2 parents c35ff45 + ec270e5 commit d90b139
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Binary file added images/madara.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,32 @@ <h2 class="card-title">Kamado Tanjiro</h2>
<!--Sample Tanjiro 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/madara.jpg" alt="Uchiha Madara" height="390px" width="300px">
</div>
<div class="col-md-8">
<div class="card-body">
<h2 class="card-title">Uchiha Madara</h2>
<p class="card-text">
Madara Uchiha (うちはマダラ, Uchiha Madara) was the legendary leader of the Uchiha clan.
He founded Konohagakure alongside his childhood friend and rival, Hashirama Senju, with the intention of beginning an era of peace.
</p>
<p>
When the two couldn't agree on how to achieve that peace, they fought for control of the village, a conflict which ended in Madara's death. Madara, however, rewrote his death and went into hiding to work on his own plans.
Unable to complete it in his natural life, he entrusted his knowledge and plans to Obito shortly before his actual death.
</p>
<hr>
<p>Contributed by- Evilseye</p>
</div>
</div>
</div>
</div>
<!--Sample [Character Name] card end-->
<!--Add your card below this line -->

</div>
</main>

Expand Down

0 comments on commit d90b139

Please sign in to comment.