Skip to content

Commit

Permalink
chore: adding photo the CV
Browse files Browse the repository at this point in the history
  • Loading branch information
moebiusmania committed Nov 11, 2024
1 parent 918e4e5 commit cdb01f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions public/cv/cv.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,22 @@ header {

figure {
margin: 0;
background-color: #eee;
display: flex;
flex-direction: column;
align-items: center;

& img {
display: block;
width: 100%;
height: auto;
width: auto;
height: 450px;
min-height: 300px;
background-color: #ddd;
}

& figcaption {
line-height: 1.4;
margin: 1em 0;
padding: 1.5em 0;
background-color: #fff;
}
}

Expand Down
4 changes: 2 additions & 2 deletions public/cv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1>Salvatore Laisa</h1>
<aside>
<ul>
<li>Via Della Cooperazione 1, 20082, Binasco (MI)</li>
<li><a href="tel:+393925654588">+393925654588</a></li>
<!-- <li><a href="tel:+393925654588">+393925654588</a></li> -->
<li>
<a href="mailto:salvatorelaisa@duck.com"
>salvatorelaisa@duck.com</a
Expand All @@ -59,7 +59,7 @@ <h1>Salvatore Laisa</h1>
</aside>
</header>
<figure>
<img src="" alt="" />
<img src="photo.jpg" alt="Salvatore Laisa photo" />
<figcaption>
I’m basically a passionate nerd dev tech lead with almost 20 years of
experience in web & mobile development. In the latest years of my
Expand Down
Binary file added public/cv/photo.jpg
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 cdb01f6

Please sign in to comment.