Added a forgejo icon

This commit is contained in:
Daisuke Nakahara 2025-04-29 20:14:59 +09:00
parent e88eec95b8
commit 4689250305
3 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#33333" d="M16.777 0a2.9 2.9 0 1 1-2.529 4.322H12.91a4.266 4.266 0 0 0-4.265 4.195v2.118a7.08 7.08 0 0 1 4.147-1.42l.118-.002h1.338a2.9 2.9 0 0 1 5.43 1.422a2.9 2.9 0 0 1-5.43 1.422H12.91a4.266 4.266 0 0 0-4.265 4.195v2.319A2.9 2.9 0 0 1 7.222 24A2.9 2.9 0 0 1 5.8 18.57V8.589a7.11 7.11 0 0 1 6.991-7.108l.118-.001h1.338A2.9 2.9 0 0 1 16.778 0M7.223 19.905a1.194 1.194 0 1 0 0 2.389a1.194 1.194 0 0 0 0-2.389m9.554-10.464a1.194 1.194 0 1 0 0 2.389a1.194 1.194 0 0 0 0-2.39m0-7.735a1.194 1.194 0 1 0 0 2.389a1.194 1.194 0 0 0 0-2.389"/></svg>

After

Width:  |  Height:  |  Size: 636 B

View file

@ -7,4 +7,7 @@
<a href="/about/">About</a>
<a href="/blog/">Articles</a>
<a href="/tags/">Tags</a>
<a href="https://git.n-daisuke897.com/" target="_blank">
<img src="/icon/simple-icons--forgejo.svg" alt="Forgejo Icon">
</a>
</div>

View file

@ -59,6 +59,13 @@ h1 {
background-color: #e0e0e0;
}
.nav-links img {
height: 24px;
width: auto;
margin: 0;
display: inline-block;
}
.expanded {
display: unset;
}