gdoor-org / gdoor

Wifi adapter and bus protocol documentation for the Gira TKS Door System
https://gdoor-org.github.io/
GNU General Public License v3.0
14 stars 4 forks source link

fix HTML title + logo as SVG #24

Closed jschroeter closed 2 weeks ago

jschroeter commented 2 weeks ago

this fixes the HTML title of the wifimanager portal by adding the logo as inline SVG in CSS.

Since I don't have the font installed that it used in https://github.com/gdoor-org/gdoor-org.github.io/blob/d408e10103a08ccb7faadb3d52b921d02b86e590/_src/logo/logo.svg it looks a bit different. @DaSchaef, could you convert all text to paths and export the SVG again, so the SVG renders nicely also when the font isn't locally installed? Then we could use the SVG instead of the JPG/PNG in all places (incl. the website).

DaSchaef commented 2 weeks ago

I deleted the logo source files by mistake, but they were in the git history.

Do these files help (created with Inkscape under Linux)?

https://github.com/gdoor-org/gdoor-org.github.io/tree/main/assets/images/logo

jschroeter commented 2 weeks ago

Thanks, yes, that was helpful. I added a highly optimized SVG here: https://github.com/gdoor-org/gdoor-org.github.io/tree/main/assets/images/logo It's now used everywhere.

Not sure what these files are there for: https://github.com/gdoor-org/gdoor-org.github.io/tree/main/_src/logo ?

DaSchaef commented 2 weeks ago

Hm, I forgot this folder :sweat_smile: Should be identical or maybe an inkscape export of it?

jschroeter commented 2 weeks ago

I did some cleanup: https://github.com/gdoor-org/gdoor-org.github.io/commit/7537c4d5f23bb5b8330bec0f7405db067c2c32f7