move to chitter
This commit is contained in:
parent
b87a3318b8
commit
b0d0909877
5 changed files with 8 additions and 13 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ CSS = base.css index.css where.css comms.css ANGELF~1.CSS
|
|||
PAGES = index.html where.html comms.html ANGELF~1.HTM pubkey.txt
|
||||
MEDIA = $(patsubst %,media/%, \
|
||||
bg.png bg_2x.png bg_dim.png bg_2x_dim.png snugl.png \
|
||||
mlem.gif mlem_static.png cybre.png lockpen.png \
|
||||
mlem.gif mlem_static.png chitter.png lockpen.png \
|
||||
niss-nisse.mp3 niss-nisse.ogg \
|
||||
comm-examples.png \
|
||||
) \
|
||||
|
|
|
@ -3,9 +3,8 @@
|
|||
<meta charset=utf-8>
|
||||
|
||||
<link rel=me href=https://cybre.space/@g>
|
||||
<link rel=me href=https://donphan.social/@g>
|
||||
<link rel=me href=https://types.pl/@g>
|
||||
<link rel=me href=https://scalie.business/@g>
|
||||
<link rel=me href=https://chitter.xyz/@niss>
|
||||
<link rel=me href=https://twitter.com/2_gecs>
|
||||
<link rel=me href=https://twitter.com/squishygecs>
|
||||
|
||||
|
|
BIN
media/chitter.png
(Stored with Git LFS)
Normal file
BIN
media/chitter.png
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -5,7 +5,7 @@ main { max-width: 1100px; }
|
|||
#headerpic { filter: drop-shadow(0 0 30px var(--glow-col)); }
|
||||
|
||||
.contact {
|
||||
grid-template-columns: repeat(3, 3em auto);
|
||||
grid-template-columns: repeat(2, 3em auto);
|
||||
width: 100%;
|
||||
}
|
||||
.contact dd { margin-left: 8px; }
|
||||
|
|
11
where.html
11
where.html
|
@ -18,8 +18,8 @@
|
|||
</header>
|
||||
|
||||
<dl class=contact>
|
||||
<dt> <img src=media/cybre.png alt=fedi class='emojo o'>
|
||||
<dd> <a href=https://cybre.space/@g>g@cybre.space</a>
|
||||
<dt> <img src=media/chitter.png alt=fedi class='emojo o'>
|
||||
<dd> <a href=https://chitter.xyz/@niss>niss@chitter.xyz</a>
|
||||
|
||||
<dt> <img src=media/dove.svg alt=twitter title=twitter class=emojo>
|
||||
<dd> <a href=https://twitter.com/2_gecs>@2_gecs</a>
|
||||
|
@ -30,13 +30,6 @@
|
|||
<dt> <img src=media/matrix.svg alt=matrix title=matrix class='emojo o'>
|
||||
<dd> <a href=https://matrix.to/#/@g:cybre.space>g:cybre.space</a>
|
||||
|
||||
<dt>
|
||||
<span title='lewd fedi'>
|
||||
<img src=media/dragncool.svg alt=fedi class='emojo o'>
|
||||
<img src=media/18_plus.svg alt='[lewd]' class=emojo>
|
||||
</span>
|
||||
<dd> <a href=https://scalie.business/@g>g@scalie.business</a>
|
||||
|
||||
<dt>
|
||||
<span title='lewd twitter'>
|
||||
<img src=media/dove.svg alt=twitter class=emojo>
|
||||
|
|
Loading…
Add table
Reference in a new issue