Add forgejo icon
All checks were successful
Homepage deployment / deploy (push) Successful in 25s

This commit is contained in:
GHOSCHT 2024-12-29 16:22:50 +01:00
parent 437f41233a
commit e5e346edc1
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82
2 changed files with 24 additions and 3 deletions

21
assets/icons/forgejo.svg Normal file
View file

@ -0,0 +1,21 @@
<svg viewBox="0 0 212 212" xmlns="http://www.w3.org/2000/svg">
<style type="text/css">
.fj-circle {
fill: none;
stroke: currentColor;
stroke-width: 15;
}
.fj-path {
fill: none;
stroke: currentColor;
stroke-width: 25;
}
</style>
<g transform="translate(6,6)">
<path d="M58 168 v-98 a50 50 0 0 1 50-50 h20" class="fj-path"/>
<path d="M58 168 v-30 a50 50 0 0 1 50-50 h20" class="fj-path" />
<circle cx="142" cy="20" r="18" class="fj-circle" />
<circle cx="142" cy="88" r="18" class="fj-circle" />
<circle cx="58" cy="180" r="18" class="fj-circle" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 639 B

View file

@ -22,8 +22,8 @@ title = "GHOSCHT"
headline = "Computer Science Student & Avid Photographer" headline = "Computer Science Student & Avid Photographer"
bio = "Computer Science @TUM | Working Student @ IDS (Allianz Group)" bio = "Computer Science @TUM | Working Student @ IDS (Allianz Group)"
links = [ links = [
{ fork = "https://git.ghoscht.com/ghoscht"}, { forgejo = "https://git.ghoscht.com/ghoscht" },
{ instagram = "https://instagram.com/gh0scht" },
{ linkedin = "https://linkedin.com/in/pgroegel" },
{ mastodon = "https://tum.social/@ghoscht" }, { mastodon = "https://tum.social/@ghoscht" },
{ linkedin = "https://linkedin.com/in/pgroegel" },
{ instagram = "https://instagram.com/gh0scht" },
] ]