feat: add blog
This commit is contained in:
parent
0af844557d
commit
3b2f718dc3
@ -54,7 +54,7 @@
|
||||
.link-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
.link-item a {
|
||||
@ -85,7 +85,13 @@
|
||||
.paste-icon:before {
|
||||
content: "\f429";
|
||||
font-size: 2em;
|
||||
padding-left: 5px;
|
||||
padding-left: 7px;
|
||||
}
|
||||
|
||||
.blog-icon:before {
|
||||
content: "\e287";
|
||||
font-size: 2em;
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
footer {
|
||||
@ -119,6 +125,10 @@
|
||||
<span class="gitea-icon icon"></span>
|
||||
<a href="https://git.jabuxas.xyz/jabuxas" target="_blank">my gitea</a>
|
||||
</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">
|
||||
<span class="paste-icon icon"></span>
|
||||
<a href="https://paste.jabuxas.xyz" target="_blank">my paste</a>
|
||||
|
Loading…
Reference in New Issue
Block a user