Added gitea and linkedin buttons.

stage
John Shaver 5 years ago
parent 99b75a0d0e
commit 01aef59c77

@ -84,6 +84,10 @@ img.headshot {
margin: 1rem;
}
.social-links a {
margin: 0.2rem;
text-decoration: none;
}
span.no-break {
display: inline-block;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

@ -14,7 +14,13 @@
<div class="social-links">
<a href="https://www.github.com/bobjohnbob">
<img src="images/GitHub-Mark-64px.png" alt="GitHub Profile">
</a>
</a>
<a href="https://git.jshaver.net/jshaver">
<img src="images/gitea-sm.png" alt="Gitea Profile">
</a>
<a href="https://www.linkedin.com/in/thejshaver/">
<img src="images/In-2C-66px-TM.png" alt="Linkedin Profile">
</a>
</div>
<h1><span class=no-break">John Shaver</span> <span class="no-break">Web Developer</span></h1>
</header>

Loading…
Cancel
Save