Skip to content

Commit

Permalink
Update micv.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DUBlajes committed Oct 20, 2022
1 parent 2a78492 commit 68c706d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions micv.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@
<header>
<h1>Álvaro Guerrero</h1>
<h3>Comunicación Audiovisual y Desarrollo de Apps Multiplataforma</h3>
<img id="fotoperfil" src="/images/Foto1.png" alt="Perfil" width="250" height="250">
<img id="fotoperfil" src="./images/Foto1.png" alt="Perfil" width="250" height="250">
<div id="hobbies">
<img id="foto2" src="/images/Foto2.png" alt="mis hobbies">
<img id="foto2" src="./images/Foto2.png" alt="mis hobbies">
</div>
</header>

Expand Down Expand Up @@ -153,7 +153,7 @@ <h2><span>Experiencia laboral</span></h2>
<br>
<br>
<div id="hobbies">
<img id="foto3" src="repositorio-publico/images/Foto 3.png" alt="mis hobbies">
<img id="foto3" src="./images/Foto 3.png" alt="mis hobbies">
</div>
<br>
<br>
Expand Down

0 comments on commit 68c706d

Please sign in to comment.