mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
29 lines
543 B
JSON
29 lines
543 B
JSON
[
|
||
{
|
||
"text": "Mail",
|
||
"url": "#protected-email",
|
||
"icon": "mail",
|
||
"props": {
|
||
"data-domain": "stefanimhoff",
|
||
"data-name": "hey",
|
||
"data-tld": "de",
|
||
"onclick": "window.open(`mailto:${this.dataset.name}@${this.dataset.domain}.${this.dataset.tld}`, '_blank')"
|
||
}
|
||
},
|
||
{
|
||
"text": "𝕏",
|
||
"url": "https://x.com/kogakure",
|
||
"icon": "twitter"
|
||
},
|
||
{
|
||
"text": "Instagram",
|
||
"url": "https://instagram.com/kogakure",
|
||
"icon": "instagram"
|
||
},
|
||
{
|
||
"text": "GitHub",
|
||
"url": "https://github.com/kogakure",
|
||
"icon": "github"
|
||
}
|
||
]
|