Skip to content

Commit

Permalink
Agrega proyecto Blog Card
Browse files Browse the repository at this point in the history
  • Loading branch information
devchris03 committed Nov 17, 2024
1 parent ed2a23c commit c08f4d4
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Podrás visualizar el deploy de cada proyecto y su código. Asi mismo cada uno c
## 💻 Proyectos
* [QR Code](https://github.com/devchris03/qr-code)

* [Blog Card](https://github.com/devchris03/blog-preview-card)

## :globe_with_meridians: Redes
Linkedin - [Christina Pascual](https://www.linkedin.com/in/christina-pascual/)

Expand Down
Binary file added assets/img/blog-card.avif
Binary file not shown.
Binary file added assets/img/blog-card.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 assets/img/blog-card.webp
Binary file not shown.
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,29 @@ <h3 class="proyectCard__title">Código QR</h3>
</a>
</div> <!-- botones -->
</article> <!-- proyecto -->
<article class="proyectCard">
<div class="proyectCard__image">
<picture>
<source srcset="./assets/img/blog-card.avif" type="image/avif">
<source srcset="./assets/img/blog-card.webp" type="image/webp">
<img loading="lazy" class="proyectCard__img" src="./assets/img/blog-card.png" width="274"height="288" alt="Proyecto Blog Card visualizado en desktop">
</picture>
</div> <!-- imagen -->
<div class="proyectCard__details">
<h3 class="proyectCard__title">Blog Card</h3>
<p class="proyectCard__description">Este reto consiste en mostrar un card de blog que sea responsive y cumpla con los estilos establecidos</p>
</div> <!-- details -->
<div class="proyectCard__buttons">
<a href="https://devchris03.github.io/blog-preview-card/" target="_blank" aria-label="Haz click aqui para ver el deploy del proyecto " class="buttonIcon buttonIcon--primary">
<img src="./assets/img/icon-github.svg" alt="Icono" width="24" height="24">
<span>Ver proyecto</span>
</a>
<a href="https://github.com/devchris03/blog-preview-card" target="_blank" aria-label="Haz click aquí para navegar al repositorio(Git hub) del proyecto" class="buttonIcon buttonIcon--secundary">
<img src="./assets/img/icon-send.svg" alt="Icono" width="24" height="24">
<span>Ver código</span>
</a>
</div> <!-- botones -->
</article> <!-- proyecto -->
</div>
</main> <!-- proyectos lista-->

Expand Down

0 comments on commit c08f4d4

Please sign in to comment.