Skip to content

Commit

Permalink
Merge pull request #1172 from Surajit0573/fix_Anko_card
Browse files Browse the repository at this point in the history
fixed "Anko" card
  • Loading branch information
vikhyatsingh123 authored Dec 11, 2023
2 parents 174feb8 + 5224439 commit 2536f14
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -575,25 +575,23 @@ <h2 class="card-title">Itachi Uchiha 1</h2>

<!--[Itachi Uchiha] card end-->

<!-- [Anko Mitarashi] card start-->
<div class="flip-card good">
<div class="flip-card-inner">
<div class="flip-card-front">
<h2 class="card-title">Anko Mitarashi</h2>
<img data-src="./Images/anko.jpg" alt="Anko Mitarashi" height="300px" width="300px"
class="img_card">


<!-- [Anko Mitarashi] card start-->
<div class="card mb-3 card-bg my-4 good" style="max-width: 100%;">
<div class="row no-gutters">
<div class="col-md-4">
<img data-src="./Images/anko.jpg" alt="Anko Mitarashi" height="350px" width="280px">
</div>
<div class="col-md-8">
<div class="card-body">
<h2 class="card-title">Anko Mitarashi</h2>
<p class="card-text">The proctor of the survival leg of the Chuunin exams, she goes
through her enemies like a blazing inferno. She was once tutored by Orochimaru, but
was abandoned by him when she refused to follow his evil path.</p>
<p>Anko Mitarashi is a Jonin of the Hidden Leaf Village. She was a proctor of the
survival portion of the Chunin exams. She was also a former student of longtime
series antagonist, Orochimaru, but did not share his vision and refused to follow
him further.</p>
</div>
<div class="flip-card-back">
<p class="card-text">The proctor of the survival leg of the Chuunin exams, she goes
through her enemies like a blazing inferno. She was once tutored by Orochimaru, but
was abandoned by him when she refused to follow his evil path.</p>
<p>Anko Mitarashi is a Jonin of the Hidden Leaf Village. She was a proctor of the
survival portion of the Chunin exams. She was also a former student of longtime
series antagonist, Orochimaru, but did not share his vision and refused to follow
him further.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 2536f14

Please sign in to comment.