Skip to content

Commit

Permalink
Adds an image for linkedin's section
Browse files Browse the repository at this point in the history
  • Loading branch information
scourgemancer committed Dec 12, 2018
1 parent 73045ef commit a080bc5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Binary file added LinkedIn.PNG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -16,6 +16,7 @@
</div>
<div id="linkedin">
<a href="https://linkedin.com/in/Timothy-Geary">
<img src="LinkedIn.PNG"/>
<p><b>LinkedIn</b></p>
</a>
</div>
Expand Down
14 changes: 14 additions & 0 deletions styles.css
Expand Up @@ -11,6 +11,7 @@ body {

p {
font-size: 2.5em;
z-index: 1;
}

#top-section {
Expand Down Expand Up @@ -48,6 +49,19 @@ p {
overflow: hidden;
max-height: 20vh;
}
#linkedin img {
transition-duration: 1s;
position: relative;
z-index: 2;
left: 100%;
width: 0%;
height: 100vw;
}
#linkedin:hover img {
transition-duration: 1s;
width: 100%;
left: 0;
}

#resume {
height: 100%;
Expand Down

0 comments on commit a080bc5

Please sign in to comment.