This commit is contained in:
parent
437f41233a
commit
e5e346edc1
2 changed files with 24 additions and 3 deletions
21
assets/icons/forgejo.svg
Normal file
21
assets/icons/forgejo.svg
Normal 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 |
|
@ -22,8 +22,8 @@ title = "GHOSCHT"
|
|||
headline = "Computer Science Student & Avid Photographer"
|
||||
bio = "Computer Science @TUM | Working Student @ IDS (Allianz Group)"
|
||||
links = [
|
||||
{ fork = "https://git.ghoscht.com/ghoscht"},
|
||||
{ instagram = "https://instagram.com/gh0scht" },
|
||||
{ linkedin = "https://linkedin.com/in/pgroegel" },
|
||||
{ forgejo = "https://git.ghoscht.com/ghoscht" },
|
||||
{ mastodon = "https://tum.social/@ghoscht" },
|
||||
{ linkedin = "https://linkedin.com/in/pgroegel" },
|
||||
{ instagram = "https://instagram.com/gh0scht" },
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue