aboutsummaryrefslogtreecommitdiff
path: root/src/people/cards/curly/curly.html
diff options
context:
space:
mode:
authorcurly <curlybryce@protonmail.com>2023-10-03 10:45:04 -0600
committercurly <curlybryce@protonmail.com>2023-10-03 10:45:04 -0600
commit1a23d1867d33f33c6bb4ca1dc1d42a349cd6a206 (patch)
tree3a58e38092769d7935649240a2708ed45f4a1344 /src/people/cards/curly/curly.html
parent2cfb99255f277a9f28cde8212799a56a2c457af1 (diff)
downloadinfernal.garden-1a23d1867d33f33c6bb4ca1dc1d42a349cd6a206.tar.gz
infernal.garden-1a23d1867d33f33c6bb4ca1dc1d42a349cd6a206.tar.bz2
infernal.garden-1a23d1867d33f33c6bb4ca1dc1d42a349cd6a206.zip
update name to curly + gitea is now cgit
Diffstat (limited to 'src/people/cards/curly/curly.html')
-rw-r--r--src/people/cards/curly/curly.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/people/cards/curly/curly.html b/src/people/cards/curly/curly.html
new file mode 100644
index 0000000..c8b0377
--- /dev/null
+++ b/src/people/cards/curly/curly.html
@@ -0,0 +1,36 @@
+<style>
+ .fa-xmpp {
+ color: #55d7d7;
+ }
+ .fa-pleroma {
+ color: #fba457;
+ }
+ .fa-gitea {
+ color: #609926;
+ }
+ .fa-github {
+ color: var(--text-primary);
+ }
+</style>
+<section id="curly">
+ <span class="card">
+ <img class="card-image" src="/people/cards/curly/curly.png">
+ <div>
+ <span class="card-head">
+ curly:!refcurly:!/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/curly" aria-label="akkoma"><i class="fa fa-pleroma" aria-hidden="true"></i></a>
+ <a href="https://git.infernal.garden?q=curly" aria-label="git"><i class="fa fa-git" aria-hidden="true"></i></a>
+ <a href="https://github.com/curlybryce/" aria-label="github"><i class="fa fa-github" aria-hidden="true"></i></a>
+ </span>
+ <hr>
+ <div class="card-body">
+ <p>
+ Hello! I'm curly! (or glass, 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>
+ </div>
+ </div>
+ </span>
+</section>