feat: add blog

This commit is contained in:
jabuxas 2024-09-24 13:13:04 -03:00
parent 0af844557d
commit 3b2f718dc3

View File

@ -54,7 +54,7 @@
.link-item { .link-item {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 10px; gap: 15px;
} }
.link-item a { .link-item a {
@ -85,7 +85,13 @@
.paste-icon:before { .paste-icon:before {
content: "\f429"; content: "\f429";
font-size: 2em; font-size: 2em;
padding-left: 5px; padding-left: 7px;
}
.blog-icon:before {
content: "\e287";
font-size: 2em;
padding-left: 4px;
} }
footer { footer {
@ -119,6 +125,10 @@
<span class="gitea-icon icon"></span> <span class="gitea-icon icon"></span>
<a href="https://git.jabuxas.xyz/jabuxas" target="_blank">my gitea</a> <a href="https://git.jabuxas.xyz/jabuxas" target="_blank">my gitea</a>
</div> </div>
<div class="link-item">
<span class="blog-icon icon"></span>
<a href="https://blog.jabuxas.xyz" target="_blank">my blog</a>
</div>
<div class="link-item"> <div class="link-item">
<span class="paste-icon icon"></span> <span class="paste-icon icon"></span>
<a href="https://paste.jabuxas.xyz" target="_blank">my paste</a> <a href="https://paste.jabuxas.xyz" target="_blank">my paste</a>