use naitively sized SVGs and remove vimeo link from footer
This commit is contained in:
parent
b55e1c086b
commit
08ce50b356
1 changed files with 6 additions and 10 deletions
16
main.c
16
main.c
|
@ -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> "\
|
||||
"<a rel='me' href='https://fosstodon.org/@nilix'><img width='24' "\
|
||||
"height='24' "\
|
||||
"src='/img/mastodon.svg' alt='visit me on Mastodon'/></a> "\
|
||||
"<a href='https://vimeo.com/rexnillith'><img width='24' height='24' "\
|
||||
"src='/img/vimeo.svg' alt='visit me on Vimeo'/></a> "\
|
||||
"<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> "\
|
||||
"<a rel='me' href='https://fosstodon.org/@nilix'><img "\
|
||||
"src='/img/mastodon.svg' alt='visit me on Mastodon.'/></a> "\
|
||||
"<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;
|
||||
|
|
Loading…
Reference in a new issue