Skip to content

Commit

Permalink
design: nav
Browse files Browse the repository at this point in the history
  • Loading branch information
linder3hs committed Feb 9, 2024
1 parent 9bf2eef commit e9ea81b
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 7 deletions.
27 changes: 27 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,30 @@ main {
height: 350px;
border-radius: 50%;
}

.container-contact {
display: flex;
flex-direction: column;
gap: 20px;
align-items: end;
}

.container-contact > a {
text-decoration: none;
color: rgba(123, 74, 226, 0.5);
}

.container-contact > a:first-child {
display: flex;
align-items: center;
gap: 5px;
}

.container-contact > a:last-child {
border: rgba(123, 74, 226, 0.5) solid;
display: flex;
align-items: center;
gap: 5px;
padding: 5px;
border-radius: 16px;
}
5 changes: 5 additions & 0 deletions images/download.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions images/whatsapp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 9 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,15 @@ <h1 class="title">Linder Hassinger</h1>
alt="Linder Hssinger - Foto de perfil"
/>
</div>
<div>
<p>
<a href="#">Descargar CV</a>
</p>
<p>
<a href="">Vamos a conversar</a>
</p>
<div class="container-contact">
<a href="#">
Descargar CV
<img src="./images/download.svg" alt="" />
</a>
<a href="">
<img src="./images/whatsapp.svg" alt="" />
Vamos a conversar
</a>
</div>
</main>
</body>
Expand Down

0 comments on commit e9ea81b

Please sign in to comment.