Skip to content
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
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10251,6 +10251,22 @@ <h5 class="card-subtitle">#037</h5>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="https://assets.pokemon.com/assets/cms2/img/pokedex/full/416.png"
alt="Vespiquen" />
<div class="card-body">
<h5 class="card-title">Vespiquen</h5>
<h5 class="card-subtitle">#416</h5>
<p class="card-text">Vespiquen is a bee-like Pokémon with a typical insect-like, three-part body.
i.e. divided into an abdomen, thorax, and head.
It has a yellow- and black-striped abdomen, which flares out from a thin,
waist-like protrusion under its thorax in a manner that resembles an elegant ballgown.</p>
<a href="https://github.com/MaYiLagann" class="btn btn-outline-danger btn-sm">Contributed by -
MaYiLagann</a>
</div>
</div>
</div>


</div>
Expand Down
11 changes: 10 additions & 1 deletion pokemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,14 @@
"contributedByUrl": "https://github.com/mayureshagashe2105",
"improvedByName": "",
"improvedByUrl": ""
},
{
"pokemonName": "Vespiquen",
"pokemonDescription": "Vespiquen is a bee-like Pokémon with a typical insect-like, three-part body. i.e. divided into an abdomen, thorax, and head. It has a yellow- and black-striped abdomen, which flares out from a thin, waist-like protrusion under its thorax in a manner that resembles an elegant ballgown.",
"pokemonImage": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/416.png",
"contributedByName": "MaYiLagann",
"contributedByUrl": "https://github.com/MaYiLagann",
"improvedByName": "",
"improvedByUrl": ""
}
]
]