Added gitea and linkedin buttons.

This commit is contained in:
John Shaver 2018-04-02 15:52:32 -07:00
parent 99b75a0d0e
commit 01aef59c77
4 changed files with 11 additions and 1 deletions

View File

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

BIN
images/In-2C-66px-TM.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
images/gitea-sm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -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>