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

Update index.html #813

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
30 changes: 26 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10308,8 +10308,7 @@ <h5 class="card-title">Torkoal</h5>
<a
class="btn btn-outline-danger btn-sm"
href="https://github.com/SLICKjp"
>Contributed by - Jathin Prakash</a
>
>Contributed by - Jathin Prakash</a>
</div>
</div>
</div>
Expand All @@ -10329,9 +10328,32 @@ <h5 class="card-subtitle">#037</h5>
park mihyun</a>
</div>
</div>
</div>

</div>

<div class="col-lg-4 mb-4">
<div class="card">
<div class="header">
<div class="badge steel">Steel</div>
</div>
<img
alt="Melmetal"
class="card-img-top"
src="https://assets.pokemon.com/assets/cms2/img/pokedex/full/809.png"
/>
<div class="card-body">
<h5 class="card-title">Melmetal</h5>
<h6 class="card-subtitle">#025</h6>
<p class="card-text">
Melmetal is a Steel type Pokémon introduced in Generation 7 . Melmetal evolves from Meltan only in Pokémon GO, with 400 Meltan Candies.
</p>
<a
class="btn btn-outline-danger btn-sm"
href="https://github.com/s4bbi"
>Contributed by - Yashpreet Singh</a
>
</div>
</div>
</div>
</div>
</div>
</section>
Expand Down