Skip to content

Commit

Permalink
Merge pull request #328 from VinayKokate22/master
Browse files Browse the repository at this point in the history
add slug card of slicksilver and add its image in image folder
  • Loading branch information
vikhyatsingh123 authored Nov 4, 2022
2 parents 301d507 + fcfb771 commit 38f5021
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
Binary file added images/slicksilver.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4072,6 +4072,28 @@ <h5 class="card-title">Engimo</h5>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img
class="card-img-top"
src="./images/slicksilver.jpg"
alt="slicksilver"
/>
<div class="card-body">
<h5 class="card-title">Slicksilver</h5>
<p class="card-text">
The Slicksilver is a common metal Slug that has the ability to
transform into a giant living ball of magnitized metal,
creating a powerful magnetic field.
</p>
<a
href="https://github.com/shibinshibu01"
class="btn btn-outline-danger btn-sm"
>Contributed by - vinaykoate22</a
>
</div>
</div>
</div>
<!-- Extra div -->

<div class="col-lg-4 mb-4">
Expand Down Expand Up @@ -4293,6 +4315,7 @@ <h5 class="card-title">Boss Ember</h5>
</div>
</div>
</div>

</section>

<section>
Expand Down

0 comments on commit 38f5021

Please sign in to comment.