Skip to content

Commit

Permalink
cambiando los nombre de las mascotas
Browse files Browse the repository at this point in the history
  • Loading branch information
BeyMendoza committed Jun 19, 2022
1 parent 5eb087d commit 314f9ca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,49 +93,49 @@ <h2>Conoce a nuestros amiguitos</h2>
<div class="grid-pets">
<div class="grid-pets-item">
<div>
<h5>Grus</h5>
<h5>Pancho</h5>
</div>
<img src="./assets/images/dog1.jpg" alt="">
</div>
<div class="grid-pets-item">
<div>
<h5>Grus</h5>
<h5>Everest</h5>
</div>
<img src="./assets/images/dog2.jpg" alt="">
</div>
<div class="grid-pets-item">
<div>
<h5>Grus</h5>
<h5>Zuma</h5>
</div>
<img src="./assets/images/dog3.jpg" alt="">
</div>
<div class="grid-pets-item">
<div>
<h5>Grus</h5>
<h5>Skye</h5>
</div>
<img src="./assets/images/dog4.jpg" alt="">
</div>
<div class="grid-pets-item">
<div>
<h5>Grus</h5>
<h5>Chase</h5>
</div>
<img src="./assets/images/dog5.jpg" alt="">
</div>
<div class="grid-pets-item">
<div>
<h5>Grus</h5>
<h5>Rubble</h5>
</div>
<img src="./assets/images/dog6.jpg" alt="">
</div>
<div class="grid-pets-item">
<div>
<h5>Grus</h5>
<h5>Marshall</h5>
</div>
<img src="./assets/images/dog7.jpg" alt="">
</div>
<div class="grid-pets-item">
<div>
<h5>Grus</h5>
<h5>Rocky</h5>
</div>
<img src="./assets/images/dog8.jpg" alt="">
</div>
Expand Down

0 comments on commit 314f9ca

Please sign in to comment.