blob: 37f1eaec9800cca58f8444993b1069e89771eb2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
<style>
.fa-envelope {
color: #a3a3a3;
}
.fa-envelope-o {
color: #a3a3a3;
}
.fa-xmpp {
color: #55d7d7;
}
.fa-pleroma {
color: #fba457;
}
.fa-git {
color: #84d336;
}
.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="mailto:curly@infernal.garden" aria-label="primary email"><i class="fa fa-envelope-o" aria-hidden="true"></i></a>
<a href="mailto:curlybryce@protonmail.com" aria-label="secondary email"><i class="fa fa-envelope" aria-hidden="true"></i></a>
<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>
|