Update links
This commit is contained in:
parent
e92117051e
commit
f20550929a
2 changed files with 10 additions and 4 deletions
|
@ -5,10 +5,16 @@
|
||||||
"name": "Codeberg",
|
"name": "Codeberg",
|
||||||
"username": "@pancakes"
|
"username": "@pancakes"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"href": "https://shrimp.meow.company/@pancakes",
|
||||||
|
"icon": "fediverse.png",
|
||||||
|
"name": "Fediverse (Main)",
|
||||||
|
"username": "@pancakes@meow.company"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"href": "https://cats.city/@pancakes",
|
"href": "https://cats.city/@pancakes",
|
||||||
"icon": "fediverse.png",
|
"icon": "fediverse.png",
|
||||||
"name": "Fediverse",
|
"name": "Fediverse (Old)",
|
||||||
"username": "@pancakes@cats.city"
|
"username": "@pancakes@cats.city"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<div class="icon-link">
|
<div class="icon-link">
|
||||||
<img src={"/assets/icons/" + link.icon} alt={link.name} />
|
<img src={"/assets/icons/" + link.icon} alt={link.name} />
|
||||||
<a href={link.href} target="_blank">
|
<a href={link.href} target="_blank">
|
||||||
{link.name} ({link.username})
|
{link.name}: {link.username}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{/each}
|
{/each}
|
||||||
|
@ -34,8 +34,8 @@
|
||||||
<h3 id="contact">Contact</h3>
|
<h3 id="contact">Contact</h3>
|
||||||
<p>
|
<p>
|
||||||
I would prefer if you contact me on the Fediverse
|
I would prefer if you contact me on the Fediverse
|
||||||
<a href="https://cats.city/@pancakes" target="_blank">
|
<a href="https://shrimp.meow.company/@pancakes" target="_blank">
|
||||||
@pancakes@cats.city
|
@pancakes@meow.company
|
||||||
</a>
|
</a>
|
||||||
or Matrix
|
or Matrix
|
||||||
<a href="https://matrix.to/#/@pancakes:void.rehab" target="_blank">
|
<a href="https://matrix.to/#/@pancakes:void.rehab" target="_blank">
|
||||||
|
|
Loading…
Reference in a new issue