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 43d4520 commit 9bf2eef
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 5 deletions.
25 changes: 25 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,28 @@ main {
padding: 8px;
border-radius: 16px;
}

.title {
font-size: 52px;
margin-top: 20px;
margin-bottom: 20px;
}

.description {
font-size: 20px;
color: rgba(255, 255, 255, 0.5);
font-weight: 300;
margin-bottom: 20px;
}

.social-links {
display: flex;
gap: 15px;
align-items: center;
}

.container-profile > img {
width: 350px;
height: 350px;
border-radius: 50%;
}
6 changes: 6 additions & 0 deletions images/behance.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/github.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/linkedin.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: 11 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,19 @@
<span class="gretting">👋 Saludos!</span>
<h1 class="title">Linder Hassinger</h1>
<p class="description">Senior Software Developer</p>
<div class="socil-links">
<a href="">Linkedin</a>
<a href="">Github</a>
<a href="">Instagram</a>
<div class="social-links">
<a href="">
<img src="./images/linkedin.svg" alt="" />
</a>
<a href="">
<img src="./images/github.svg" alt="" />
</a>
<a href="">
<img src="./images/behance.svg" alt="" />
</a>
</div>
</div>
<div>
<div class="container-profile">
<img
src="./images/profile.jpeg"
alt="Linder Hssinger - Foto de perfil"
Expand Down

0 comments on commit 9bf2eef

Please sign in to comment.