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;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.github-image {
|
.image {
|
||||||
border-radius: 100%;
|
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
margin: 0 5px 0 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.github-image {
|
||||||
|
border-radius: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gitlab-image {
|
||||||
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.generic-shadow {
|
.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>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<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>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user