tweak contact deets
This commit is contained in:
parent
58b6d00662
commit
606eacb206
2 changed files with 13 additions and 13 deletions
|
@ -5,10 +5,11 @@ main { max-width: 1100px; }
|
||||||
#headerpic { filter: drop-shadow(0 0 30px var(--glow-col)); }
|
#headerpic { filter: drop-shadow(0 0 30px var(--glow-col)); }
|
||||||
|
|
||||||
.contact {
|
.contact {
|
||||||
grid-template-columns: repeat(2, 3em auto);
|
grid-template-columns: repeat(2, auto auto);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.contact dd { margin-left: 8px; }
|
.contact dt { text-align: left; }
|
||||||
|
.contact dd { margin-left: 16px; }
|
||||||
|
|
||||||
.o {
|
.o {
|
||||||
filter:
|
filter:
|
||||||
|
|
21
where.html
21
where.html
|
@ -18,34 +18,33 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl class=contact>
|
<dl class=contact>
|
||||||
<dt> <img src=media/chitter.png alt=fedi class='emojo o'>
|
<dt> <img src=media/chitter.png alt='' class='emojo o'> fedi
|
||||||
<dd> <a href=https://chitter.xyz/@niss>niss@chitter.xyz</a>
|
<dd> <a href=https://chitter.xyz/@niss>niss@chitter.xyz</a>
|
||||||
|
|
||||||
<dt> <img src=media/dove.svg alt=twitter title=twitter class=emojo>
|
<dt> <img src=media/dove.svg alt='' class=emojo> twitter
|
||||||
<dd> <a href=https://twitter.com/2_gecs>@2_gecs</a>
|
<dd> <a href=https://twitter.com/2_gecs>@2_gecs</a>
|
||||||
|
|
||||||
<dt> <img src=media/cohost.svg alt=cohost title=cohost class='emojo o'>
|
<dt> <img src=media/cohost.svg alt='' class='emojo o'> cohost
|
||||||
<dd> <a href=https://cohost.org/niss>@niss</a>
|
<dd> <a href=https://cohost.org/niss>@niss</a>
|
||||||
|
|
||||||
<dt> <img src=media/matrix.svg alt=matrix title=matrix class='emojo o'>
|
<dt> <img src=media/matrix.svg alt='' class='emojo o'> matrix
|
||||||
<dd> <a href=https://matrix.to/#/@g:cybre.space>g:cybre.space</a>
|
<dd> <a href=https://matrix.to/#/@g:cybre.space>g:cybre.space</a>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<span title='lewd twitter'>
|
<img src=media/dove.svg alt='' class=emojo>
|
||||||
<img src=media/dove.svg alt=twitter class=emojo>
|
<img src=media/18_plus.svg alt='18+' class=emojo>
|
||||||
<img src=media/18_plus.svg alt='[lewd]' class=emojo>
|
twitter
|
||||||
</span>
|
|
||||||
<dd> <a href=https://twitter.com/squishygecs>@squishygecs</a>
|
<dd> <a href=https://twitter.com/squishygecs>@squishygecs</a>
|
||||||
|
|
||||||
<dt> <img src=media/light_bulb.svg alt=xmpp title=xmpp class=emojo>
|
<dt> <img src=media/light_bulb.svg alt='' class=emojo> xmpp
|
||||||
<dd>
|
<dd>
|
||||||
<b>niss <img src=media/club_suit.svg alt=at class=emojo> yummy.cricket</b>
|
<b>niss <img src=media/club_suit.svg alt=at class=emojo> yummy.cricket</b>
|
||||||
|
|
||||||
<dt> <img src=media/love_letter.svg alt=email title=email class=emojo>
|
<dt> <img src=media/love_letter.svg alt='' class=emojo> email
|
||||||
<dd>
|
<dd>
|
||||||
<b>niss <img src=media/club_suit.svg alt=at class=emojo> niss.website</b>
|
<b>niss <img src=media/club_suit.svg alt=at class=emojo> niss.website</b>
|
||||||
|
|
||||||
<dt> <img src=media/lockpen.png alt='pgp key' class=emojo>
|
<dt> <img src=media/lockpen.png alt='' class=emojo> pgp key
|
||||||
<dd> <a href=pubkey.txt>here</a>
|
<dd> <a href=pubkey.txt>here</a>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue