Skip to content

Commit

Permalink
Añadido SVG de CodePen con un enlace en el header a mi perfil y se ha…
Browse files Browse the repository at this point in the history
… corregido el height a automático y se ha corregido el hover de los enlaces del header
  • Loading branch information
jose-web committed Apr 26, 2020
1 parent 00f2318 commit 6343900
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions css/estilos.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ body {
background-color: rgb(173, 173, 173);
display: flex;
flex-direction: column;
min-height: 100vh;
justify-content: center;
align-items: center;
}
Expand All @@ -32,7 +31,7 @@ header>a>img {
}

header>a:hover {
background-color: rgb(69, 13, 114);
background-color: rgb(88, 18, 145);
}

#cargando {
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
<body>
<header>
<h1>JOSE DE LOS SANTOS RAMOS</h1>
<a href="https://linkedin.com/in/jose-web" target="_blank"><img src="svg/linkedin.svg" alt="Linkedin"></a>
<a href="https://openwebinars.net/@jose" target="_blank"><img src="svg/openwebinars.svg" alt="OpenWebinars"></a>
<a href="https://linkedin.com/in/jose-web" target="_blank" title="Linkedin"><img src="svg/linkedin.svg" alt="Linkedin"></a>
<a href="https://openwebinars.net/@jose" target="_blank" title="OpenWebinars"><img src="svg/openwebinars.svg" alt="OpenWebinars"></a>
<a href="https://codepen.io/jose-web" target="_blank" title="CodePen"><img src="svg/codepen.svg" alt="CodePen"></a>
</header>
<div id="repositorios">
<div id="cargando"></div>
Expand Down
1 change: 1 addition & 0 deletions svg/codepen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6343900

Please sign in to comment.