Added resume link and removed github link.

This commit is contained in:
John Shaver 2018-10-10 09:42:36 -07:00
parent 01aef59c77
commit 95a153cae9
3 changed files with 10 additions and 2 deletions

View File

@ -82,6 +82,9 @@ img.headshot {
.social-links { .social-links {
margin: 1rem; margin: 1rem;
display: flex;
align-items: center;
justify-content: center;
} }
.social-links a { .social-links a {

BIN
images/resume.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -12,14 +12,19 @@
<img class="headshot" alt="Image of John's head." src="images/headshot-round-200.jpg" srcset="" /> <img class="headshot" alt="Image of John's head." src="images/headshot-round-200.jpg" srcset="" />
</a> </a>
<div class="social-links"> <div class="social-links">
<!--
<a href="https://www.github.com/bobjohnbob"> <a href="https://www.github.com/bobjohnbob">
<img src="images/GitHub-Mark-64px.png" alt="GitHub Profile"> <img src="images/GitHub-Mark-64px.png" alt="GitHub Profile">
</a> </a>
-->
<a href="https://jshaver.net/resume/">
<img src="images/resume.png" title="Resume" alt="Resume">
</a>
<a href="https://git.jshaver.net/jshaver"> <a href="https://git.jshaver.net/jshaver">
<img src="images/gitea-sm.png" alt="Gitea Profile"> <img src="images/gitea-sm.png" title="Gitea Profile" alt="Gitea Profile">
</a> </a>
<a href="https://www.linkedin.com/in/thejshaver/"> <a href="https://www.linkedin.com/in/thejshaver/">
<img src="images/In-2C-66px-TM.png" alt="Linkedin Profile"> <img src="images/In-2C-66px-TM.png" title="Linkedin Profile" alt="Linkedin Profile">
</a> </a>
</div> </div>
<h1><span class=no-break">John Shaver</span> <span class="no-break">Web Developer</span></h1> <h1><span class=no-break">John Shaver</span> <span class="no-break">Web Developer</span></h1>