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

Fixed errors in the README, added card - Teddirusa #808

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Use the code sample below to add your own card because everyone loves Pokémon a
</div>
```

Also now you can use a new css class to add a badge to you favorite pokemon, this bagde is made for show the pokemon type. Follow the example
Also now you can use a new css class to add a badge to you favorite pokemon, this bagde is made to show the pokemon type. Follow the example

```html
<div class="col-lg-4 mb-4">
Expand All @@ -69,8 +69,8 @@ Also now you can use a new css class to add a badge to you favorite pokemon, thi
</div>
```

Currently the available badges are: grass, bug, electric, dark, fairy, fighting, fire, flying, ghost, ground, ice, normal, poison, psychic, rock, steel, water.
Feel free to add more, just create a class with the type name and chose the color.
Currently the available badges are: grass, bug, electric, dark, fairy, fighting, fire, flying, ghost, ground, ice, normal, poison, psychic, rock, steel and water.
Feel free to add more, just create a class with the type name and choose the color.

Copy this code and paste it in the index.html file to make your changes. Test it on your own system and then create a pull request.

Expand Down
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,22 @@ <h5 class="card-title">Barbaracle</h5>
</div>
</div>

<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="https://archives.bulbagarden.net/media/upload/e/e9/216Teddiursa.png" alt="" />
<div class="card-body">
<h5 class="card-title">Teddiursa</h5>
<p class="card-text">Teddiursa (Japanese: Himeguma) is a Normal-type Pokémon introduced in Generation II. It evolves into Ursaring starting at level 30.
<br> Teddiursa is a bipedal, ursine Pokémon covered in short, orange-brown fur. Its muzzle is a light tan color with a small black nose and black eyes with white irises. There is a slightly paler tan crescent moon marking on its face, and it has round ears. It has three claws on its forepaws as well as two claws and yellow paw pads on its hind paws. Its tail is short, round, and puffy.</p>
<a
href="https://github.com/sagacious-satadru"
class="btn btn-outline-danger btn-sm"
>Contributed by - sagacious-satadru</a
>
</div>
</div>
</div>

<div class="col-lg-4 mb-4">
<div class="card">
<img
Expand Down