Skip to content

Commit

Permalink
feat: change home image
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosirera committed Dec 12, 2020
1 parent d20af77 commit f9e6005
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion components/home/ListPosts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class="link flex justify-start mb-4 rounded p-2 hover:bg-green-main-700-40"
>
<img
:src="`https://res.cloudinary.com/de5xzoviz/image/upload/q_68/${post.image}`"
:src="`https://res.cloudinary.com/de5xzoviz/image/upload/q_68/v1597688488/${post.image}`"
:alt="post.title"
class="rounded mr-3"
/>
Expand Down
4 changes: 2 additions & 2 deletions content/blog/el-mejor-setup-como-desarrollador-web.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ title: 'El mejor setup como desarrollador web'
description: 'Repaso y links de mi espacio de trabajo o setup en casa como desarrollador web.'
date: 2020-08-17
timeToRead: 6
image: workspace.jpg
image: setup-desarrollador-web.jpg
tags:
- personal
---

<custom-image src="https://res.cloudinary.com/de5xzoviz/image/upload/v1597688488/workspace.jpg" alt="mi espacio de trabajo en casa">
<custom-image src="https://res.cloudinary.com/de5xzoviz/image/upload/v1597688488/setup-desarrollador-web.jpg" alt="mi espacio de trabajo en casa">
</custom-image>

Hace ya algún tiempo que empecé en el mundo de la programación y a programar en casa. Recuerdo mis primeros setups que iba creando y cómo fueron evolucionando hasta llegar al que tengo hoy por hoy, que ya anticipo que no es el definitivo 😂 .
Expand Down
7 changes: 2 additions & 5 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
<div class="image-wrapper">
<img
class="image"
src="https://res.cloudinary.com/de5xzoviz/image/upload/v1596104201/desarrollador-web-setup.jpg"
alt="desarrollador web valencia"
src="https://res.cloudinary.com/de5xzoviz/image/upload/v1597688488/setup-desarrollador-web.jpg"
alt="setup desarrollador web valencia"
loading="lazy"
/>
</div>
Expand Down Expand Up @@ -90,9 +90,6 @@ export default {
@apply rounded flex justify-center;
.image {
width: 385px;
height: 510px;
@apply rounded;
}
}
Expand Down

0 comments on commit f9e6005

Please sign in to comment.