Skip to content

Commit

Permalink
Added Sakata Gintoki card
Browse files Browse the repository at this point in the history
  • Loading branch information
yashagarwal2004 authored Sep 30, 2022
1 parent 49dcb27 commit 9dffcba
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,30 @@ <h2 class="card-title">Light Yagami</h2>
</div>
</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/Sakata_Gintoki.jpg" alt="Sakata Gintoki" height="390px" width="300px">
</div>
<div class="col-md-8">
<div class="card-body">
<h2 class="card-title">Sakata Gintoki</h2>
<p class="card-text">
Gintoki Sakata (坂田 銀時, Sakata Gintoki) is the main protagonist of the Gintama series. He is the founder and president of the Yorozuya, as well as a highly-skilled samurai, having fought in the Joui War in the past.
</p>
<p>
During the war, he became known as the Shiroyasha (literally meaning "White Yaksha", a kind of demon in Buddhism and Hinduism) due to his powerful swordsmanship, demonic appearance, white clothing, and silver hair.
</p>
<hr>
<p>Contributed by- Yash Agarwal</p>
</div>
</div>
</div>
</div>
<!--Sample [Character Name] card end-->
<!--Add your card below this line -->

</div>
Expand Down

0 comments on commit 9dffcba

Please sign in to comment.