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

Added Kiba Inuzuka character card #878

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Binary file added Images/Kiba Inuzuka.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1862,6 +1862,25 @@ <h2 class="card-title">Juubi</h2>
</div>
</div>
<!--[character name] card end-->
<!-- Kiba Inuzuka card start-->
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h2 class="card-title">Kiba Inuzuka</h2>

<img src="./Images/Kiba Inuzuka.png"
alt="Kiba Inuzuka" height="300px" width="300px">
</div>
<div class="flip-card-back">
<p class="card-text">A member of the Inuzuka clan. He combines ninja and feral atributes to compliment
his overall ninja abilities, making him one of the best scouts in all of The Leaf. He is a member of team 8 and is a chunin rank leaf ninja.</p>
<p>Kiba Inuzuka fights like a beast after using the man beast transformation jutsu. He also gains speed by
quit a bit. he is from the inuzuka clan, a clan that uses dogs to fight and has very good senses. Kiba is a master at his clans tiajutsu
a fighting style that looks alot like the brazilian fighting style capoeira. </p>
</div>
</div>
</div>
<!--Kiba Inuzuka card end-->
<!-- Card start For Matatabi-->
<div class="flip-card">
<div class="flip-card-inner">
Expand Down