Skip to content

Commit

Permalink
Agregue el icono de twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
lebusistemas committed Jan 22, 2022
1 parent b111c24 commit 55a02df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,7 @@ body{
}
.card__icon--whatsapp{
background-image: url('../icons/whatsapp.svg');
}
.card__icon--twitter{
background-image: url('../icons/twitter.svg');
}
1 change: 1 addition & 0 deletions icons/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ <h2 class="card__name">Leandro Espinoza</h2>
<div class="card__media">
<a href="https://api.whatsapp.com/send?phone=+584246527575&text=Hola, Leandro, necesito una página web...." target="_blank" class="card__icon card__icon--whatsapp"></a>
<a href="https://www.instagram.com/lebusistemas/" target="_blank" class="card__icon card__icon--instagram"></a>
<a href="https://twitter.com/lebusistemas/" target="_blank" class="card__icon card__icon--twitter"></a>
<a href="https://www.youtube.com/channel/UCh_bSciop1dW8GbIZBAZEKQ" target="_blank" class="card__icon card__icon--youtube"></a>
<a href="https://www.linkedin.com/in/lebusistemas" target="_blank" class="card__icon card__icon--linkedin"></a>
</div>
Expand Down

0 comments on commit 55a02df

Please sign in to comment.