Skip to content

Commit

Permalink
Merge pull request #1225 from amoore-coder/main
Browse files Browse the repository at this point in the history
Added New Villain Card for Akatsuki
  • Loading branch information
vikhyatsingh123 authored Oct 22, 2024
2 parents 1ca433c + 7b24190 commit 4a6689d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Binary file added Images/Akatsuki.webp
Binary file not shown.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5106,6 +5106,23 @@ <h2 class="card-title">Tayuya</h2>
</div>
<!-- Villian Tayuya card end-->

<!-- Villian Akatsuki card start-->
<div class="flip-card evil">
<div class="flip-card-inner">
<div class="flip-card-front">
<h2 class="card-title">Akatsuki</h2>
<img data-src="./Images/Akatsuki.webp" alt="Akatsuki" height="300px" width="300px" class="img_card">
</div>
<div class="flip-card-back">
<p class="card-text">Akatsuki is a powerful and notorious criminal organization whose members are all S-rank missing nin.</p>
<p>Their primary objective is to capture all nin tailed beasts in order to harness their immense power
and establish world domination. Each member of this feared group possesses unique abilities, making
them a formidable threat to the Shonobi World.</p>
</div>
</div>
</div>
<!-- Villian Akatsuki card end -->

<!-- Hero Gara card start-->
<div class="flip-card animate__animated animate__flipInX good">
<div class="flip-card-inner">
Expand Down

0 comments on commit 4a6689d

Please sign in to comment.