Skip to content

Commit

Permalink
Add a Slug in the list vikhyatsingh123#1
Browse files Browse the repository at this point in the history
  • Loading branch information
atul120212 committed Oct 25, 2023
1 parent 3924f19 commit bf0636a
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 3 deletions.
Binary file added images/pikachu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pikachu2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,18 @@ ul li a{
}
}













@media screen and (max-width: 991px) {
ul li a:hover{
color: #FF4F04 !important;
Expand Down
47 changes: 44 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,26 @@ <h5 class="card-title">Trixie</h5>
</div>
</div>


<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top"
src="https://th.bing.com/th/id/R.efc287d2d2aef6efdfe02a78936ec4af?rik=NpJ4OsjvT%2bRACA&riu=http%3a%2f%2fcliparts.co%2fcliparts%2fkT8%2fzXy%2fkT8zXyaTr.png&ehk=cDWeruHYfHXch1dT2yGER5omrRb5SKzGuR7Cmr8%2fFCo%3d&risl=&pid=ImgRaw&r=0"
alt="" />
<div class="card-body">
<h5 class="card-title">Pikachu</h5>
<p class="card-text">
Pikachu is an Electric type Pokémon introduced
in Generation 1.
Pikachu has a Gigantamax form available in Pokémon
Sword/Shield, with an exclusive G-Max move, G-Max Volt Crash.
</p>
<a href="https://github.com/PoojaGuptan03" class="contributor-name">Contributed by -
atul120212</a>
</div>
</div>
</div>

<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="images/joker.webp" alt="" />
Expand All @@ -163,6 +183,17 @@ <h5 class="card-title">Joker</h5>
</div>
</div>












<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="images/Sedo.webp" alt="" />
Expand Down Expand Up @@ -247,20 +278,30 @@ <h5 class="card-title">Beeker</h5>
</div>



<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="./images/xmitter.jpg" alt="" />
<div class="card-body">
<h5 class="card-title">Xmitter</h5>
<p class="card-text">
Xmitters are uncommon electric type Slugs. It was the favorite Slug of Straggus. In its protoform, it has teal and black skin with lime colored antennae and stomach. It has no known preferred environment. When launched at velocity, Xmitter slugs are able to generate an electromagnetic pulse that temporarily disables any nearby electronic devices. Xmitter slugs has only been seen in episode The Hard Part but was mentioned in The Thrill of the Game when Trixie suggested using the slug.
Xmitters are uncommon electric type Slugs. It was the favorite
Slug of Straggus. In its protoform, it has teal and black skin with
lime colored antennae and stomach. It has no known preferred environment.
When launched at velocity, Xmitter slugs are able to generate an
electromagnetic pulse that temporarily disables any nearby electronic
devices. Xmitter slugs has only been seen in episode The Hard Part but
was mentioned in The Thrill of the Game when Trixie suggested using the slug.
</p>
<a href="https://github.com/akbajwa" class="btn btn-outline-danger btn-sm">Contributed by - Aaditva Vijay <br> Vats
</a>
<a href="https://github.com/akbajwa" class="contributor-name">Contributed by - Aaditva Vijay</a>
</div>
</div>
</div>





<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="./images/tazerling.png" alt="" />
Expand Down

0 comments on commit bf0636a

Please sign in to comment.