Added resume link and removed github link.
This commit is contained in:
parent
01aef59c77
commit
95a153cae9
3 changed files with 10 additions and 2 deletions
|
@ -82,6 +82,9 @@ img.headshot {
|
|||
|
||||
.social-links {
|
||||
margin: 1rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.social-links a {
|
||||
|
|
BIN
images/resume.png
Normal file
BIN
images/resume.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
|
@ -12,14 +12,19 @@
|
|||
<img class="headshot" alt="Image of John's head." src="images/headshot-round-200.jpg" srcset="" />
|
||||
</a>
|
||||
<div class="social-links">
|
||||
<!--
|
||||
<a href="https://www.github.com/bobjohnbob">
|
||||
<img src="images/GitHub-Mark-64px.png" alt="GitHub Profile">
|
||||
</a>
|
||||
-->
|
||||
<a href="https://jshaver.net/resume/">
|
||||
<img src="images/resume.png" title="Resume" alt="Resume">
|
||||
</a>
|
||||
<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 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>
|
||||
</div>
|
||||
<h1><span class=no-break">John Shaver</span> <span class="no-break">Web Developer</span></h1>
|
||||
|
|
Loading…
Reference in a new issue