1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Rhiannon Morris 4f263172e2 update rel=me links 2022-11-10 14:10:54 +01:00
Rhiannon Morris 4c1cf816e7 new contact info pic 2022-11-10 14:09:48 +01:00
6 changed files with 30 additions and 10 deletions

View File

@ -2,7 +2,7 @@ FONTS = $(shell find fonts -type f)
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 \
bg.png bg_2x.png bg_dim.png bg_2x_dim.png kesi.png \
mlem.gif mlem_static.png chitter.png lockpen.png \
niss-nisse.mp3 niss-nisse.ogg \
comm-examples.png \

View File

@ -2,11 +2,10 @@
<html lang=en>
<meta charset=utf-8>
<link rel=me href=https://cybre.space/@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>
<link rel=me href=https://cohost.org/niss>
<link rel=icon href=media/icon.svg>

BIN
media/kesi.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
media/snugl.png (Stored with Git LFS)

Binary file not shown.

View File

@ -2,7 +2,22 @@
main { max-width: 1100px; }
#headerpic { filter: drop-shadow(0 0 30px var(--glow-col)); }
#headerpic {
position: relative;
width: min-content;
margin: auto;
}
#headerpic figcaption {
position: absolute;
bottom: 0.25em;
right: 0.5em;
font-style: italic;
}
#headerpic img {
filter: drop-shadow(0 0 30px var(--glow-col));
}
.contact {
grid-template-columns: repeat(2, auto auto);

View File

@ -11,9 +11,15 @@
<header>
<h1>contact info</h1>
<a href=https://gallery.niss.website/main/niss/2022-01-01-snugl>
<img src=media/snugl.png alt='' id=headerpic>
</a>
<figure id=headerpic>
<a href=https://twitter.com/WeirdDragnThing/status/1545675144462422017>
<img src=media/kesi.png alt='kesi says hi'>
</a>
<figcaption>
art by
<a href=https://twitter.com/WeirdDragnThing>gray</a>
</figcaption>
</figure>
<hr>
</header>