Add gitlab link

This commit is contained in:
Kevin Cotugno 2016-12-07 18:26:25 -08:00
parent 59e0014cec
commit 7f8d24ce5e
3 changed files with 12 additions and 3 deletions

View File

@ -93,10 +93,18 @@ a:visited:hover img {
color: black;
}
.github-image {
border-radius: 100%;
.image {
width: 40px;
height: 40px;
margin: 0 5px 0 5px;
}
.github-image {
border-radius: 100%;
}
.gitlab-image {
border-radius: 50%;
}
.generic-shadow {

BIN
image/gitlab-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -54,7 +54,8 @@
</div>
</div>
<footer>
<a href="https://github.com/kcotugno"><img src="image/GitHub-Mark-120px-plus.png" alt="Github" class="github-image generic-shadow" /></a>
<a href="https://github.com/kcotugno"><img src="image/GitHub-Mark-120px-plus.png" alt="Github" class="image github-image generic-shadow" /></a>
<a href="https://gitlab.com/kcotugno"><img src="image/gitlab-logo.png" alt="Gitlab" class="image gitlab-image generic-shadow"/></a>
</footer>
</div>
</body>