Compare commits
2 commits
6643b40789
...
51deb0af54
Author | SHA1 | Date | |
---|---|---|---|
51deb0af54 | |||
c6eefc167a |
2 changed files with 4 additions and 4 deletions
|
@ -197,7 +197,7 @@
|
|||
<ul>
|
||||
<li><i class="fas fa-globe fa-fw"></i> <a href="https://jshaver.net">https://jshaver.net</a></li>
|
||||
<li><i class="fab fa-linkedin fa-fw"></i> <a href="https://www.linkedin.com/in/thejshaver">thejshaver</a></li>
|
||||
<li><i class="fas fa-envelope fa-fw"></i> <a href="mailto:john@jshaver.net">john@jshaver.net</a></li>
|
||||
<li><i class="fas fa-envelope fa-fw"></i> <a href="mailto:john@jshaver.net?subject=%5C(%E2%80%A2%20%E2%97%A1%20%E2%80%A2)%2F%20OMG!%20Amazing%20Resume!!&body=Dear%20John%2C%0A">john@jshaver.net</a></li>
|
||||
<li><i class="fas fa-phone fa-fw"></i> <a href="tel:18018503052">801.850.3052</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -450,13 +450,13 @@ svg.ts-logo {
|
|||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 10rem;
|
||||
background-color: #77AADD;
|
||||
background-color: #214827eb;
|
||||
padding: 0.5rem 1.5rem 0.5rem 1.5rem;
|
||||
font-size: 1.1rem;
|
||||
color: #111;
|
||||
color: #FFF;
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
|
||||
.source-link a {
|
||||
color: #333;
|
||||
color: #DDD;
|
||||
}
|
Loading…
Reference in a new issue