use naitively sized SVGs and remove vimeo link from footer

This commit is contained in:
Iris Lightshard 2021-10-09 10:53:10 -06:00
parent b55e1c086b
commit 08ce50b356
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

16
main.c
View file

@ -26,15 +26,12 @@ WITH REGARD TO THIS SOFTWARE.
"verify my signature: <a href='/serv/signingKey.pub'>signing public key</a><br/>"\
"send me an encrypted message: <a href='/serv/encryptionKey.pub'>encryption public key</a>"
#define CONTACT "contact: <a href='mailto://nilix@nilfm.cc'>nilix@nilfm.cc</a> (<a href='keys.html'>keys</a>)<br/>"
#define FOOTER "<a href='/git/'><img width='24' height='24' "\
"src='/img/git.svg' alt='visit the nilFM hack lab'/></a>&nbsp;"\
"<a rel='me' href='https://fosstodon.org/@nilix'><img width='24' "\
"height='24' "\
"src='/img/mastodon.svg' alt='visit me on Mastodon'/></a>&nbsp;"\
"<a href='https://vimeo.com/rexnillith'><img width='24' height='24' "\
"src='/img/vimeo.svg' alt='visit me on Vimeo'/></a>&nbsp;"\
"<a href='https://webring.xxiivv.com'><img width='24' height='24' "\
"src='/img/webring.svg' alt='visit the Webring'/></a><br/>"
#define FOOTER "<a href='/git/'><img "\
"src='/img/git.svg' alt='visit the nilFM hack lab.'/></a>&nbsp;"\
"<a rel='me' href='https://fosstodon.org/@nilix'><img "\
"src='/img/mastodon.svg' alt='visit me on Mastodon.'/></a>&nbsp;"\
"<a href='https://webring.xxiivv.com'><img "\
"src='/img/webring.svg' alt='visit the Webring.'/></a><br/>"
#define LICENSE "<a rel='license' "\
"href='https://creativecommons.org/licenses/by-nc/4.0/"\
"legalcode.txt'>CC-BY-NC 4</a>"
@ -42,7 +39,6 @@ WITH REGARD TO THIS SOFTWARE.
#define MAINCSS "/new.css"
#define FRONTCSS "/front.css"
/* clang-format on */
struct dirent* dir;