Added gitea and linkedin buttons.
This commit is contained in:
parent
99b75a0d0e
commit
01aef59c77
4 changed files with 11 additions and 1 deletions
|
@ -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
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
BIN
images/gitea-sm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
|
@ -14,6 +14,12 @@
|
|||
<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://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>
|
||||
|
|
Loading…
Reference in a new issue