From 405278779053e9197468dfef529c16b139a2f83a Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Fri, 29 Oct 2021 06:57:31 +0200 Subject: [PATCH] added entries for individual files --- src/img/README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/src/img/README.md b/src/img/README.md index 9cc6d75..008fb40 100644 --- a/src/img/README.md +++ b/src/img/README.md @@ -1,7 +1,25 @@ # Short documentation of all files ### [index.html](./index.html) This is my usual nope.html to prevent kiddies from poking at my files. It just redirects. There is no real security benefit to it though as it does not even prevent `wget -r`. -### *.{svg,png,jpg} -images that are used on the page +### [favicon-32x32.png](./favicon-32x32.png) +- Tab icon +- format: PNG +- resolution: 32x32 +### [threadR.png](./threadR.png) +- use unknown +- format: PNG +- resolution: 48x48 +### [ThreadR.png](./ThreadR.png) +- use unknown, seems to be a high res copy of the main logo svg +- format: PNG +- resolution: 1856x674 +### [ThreadR.svg](./ThreadR.svg) +- main logo, front center on the home page +- format: SVG + macros +- will not render properly without macro processing +### [ThreadR_Home.svg](./ThreadR_Home.svg) +- more square version of the logo, used on the "home" link on the navbar +- format: SVG + macros +- will not render properly without macro processing ### [README.md](./README.md) this file