Add gitlab link
This commit is contained in:
parent
59e0014cec
commit
7f8d24ce5e
12
css/site.css
12
css/site.css
@ -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
BIN
image/gitlab-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user