diff options
author | curly <curlybryce@protonmail.com> | 2023-07-27 09:02:17 -0600 |
---|---|---|
committer | curly <curlybryce@protonmail.com> | 2023-07-27 09:02:17 -0600 |
commit | 2cfb99255f277a9f28cde8212799a56a2c457af1 (patch) | |
tree | 83421b37440ae0da325216fb4027903c3b0ada30 /src/people/cards/glass/glass.html | |
parent | 05175f3f007a2e56ec5a0ed84b84223815bc171a (diff) | |
download | infernal.garden-2cfb99255f277a9f28cde8212799a56a2c457af1.tar.gz infernal.garden-2cfb99255f277a9f28cde8212799a56a2c457af1.tar.bz2 infernal.garden-2cfb99255f277a9f28cde8212799a56a2c457af1.zip |
new services + xmpp
Diffstat (limited to 'src/people/cards/glass/glass.html')
-rw-r--r-- | src/people/cards/glass/glass.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/people/cards/glass/glass.html b/src/people/cards/glass/glass.html index b60c32e..0736ecb 100644 --- a/src/people/cards/glass/glass.html +++ b/src/people/cards/glass/glass.html @@ -1,4 +1,7 @@ <style> + .fa-xmpp { + color: #55d7d7; + } .fa-pleroma { color: #fba457; } @@ -15,6 +18,7 @@ <div> <span class="card-head"> glass:!refglass:!/ref + <a href="xmpp:glass@infernal.garden" aria-label="xmpp"><i class="fa fa-xmpp" aria-hidden="true"></i></a> <a href="https://ak.infernal.garden/glass" aria-label="akkoma"><i class="fa fa-pleroma" aria-hidden="true"></i></a> <a href="https://git.infernal.garden/glass" aria-label="gitea"><i class="fa fa-gitea" aria-hidden="true"></i></a> <a href="https://github.com/curlybryce/" aria-label="github"><i class="fa fa-github" aria-hidden="true"></i></a> @@ -22,7 +26,7 @@ <hr> <div class="card-body"> <p> - Hello! I'm glass! (or curly, soup, etc.)<br> + Hello! I'm glass! (or curly, etc.)<br> I thought Infernal Garden was a pretty cool name so I figured I'd try and make a thing out of it.<br> Also! I made this website! - and the thing to compile it with: <a href="https://git.infernal.garden/soup/s3g">s3g</a> </p> |