Skip to content

Commit

Permalink
Merge pull request #16 from yashagarwal2004/main
Browse files Browse the repository at this point in the history
Added Sakata Gintoki card
  • Loading branch information
Raunak173 authored Oct 1, 2022
2 parents b19653f + 9dffcba commit 650da77
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Binary file added images/Sakata_Gintoki.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,30 @@ <h2 class="card-title">Roronoa Zoro</h2>
</div>
</div>

<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>
</main>

Expand Down

0 comments on commit 650da77

Please sign in to comment.