* add and update icons
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
* e through f
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
* g logos
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
* g icons
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
* H-N logos
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
* Reduce image file sizes
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
---------
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
Co-authored-by: Stefan Höhn <mail@stefanhoehn.com>
The command
```
for i in $(find . -name '*.png'); do zopflipng -m --filters=0me --lossy_8bit --lossy_transparent -y "$i" "$i"; done
```
was used to accomplish this optimization, all images should have lost no
accuracy as a result of the compression applied.
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
* added logos to add-on lists
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* - added alt and title texts to img
- moved icon column to front
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* improved css
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* added title and alt to all lists
Signed-off-by: Kai Kreuzer <kai@openhab.org>