Inconsistent logo between GitHub repo and documentation site
🐛 Describe the bug
Our documentation site (https://pytorch.org/executorch/main/index.html) is still referencing the old et logo.
Versions
trunk
cc @mergennachin @byjlw
@byjlw assign to you since you were working on https://github.com/pytorch/executorch/pull/8126 where the new logo was introduced
You're talking about this one?
Yes
I just published the logo (PNG + SVG) to https://github.com/dbort/executorch-logos/blob/main/img/executorch-chip-logo-white.png under a BSD license compatible with ExecuTorch's
There's also a version with a transparent background in the same directory; that'll probably be better for the site.
I see that the website uses the old logo for its favicon, too. I don't know if this logo will look good that small: I can experiment with a smaller version
Added 32x32 and 16x16 versions to use as favicons:
- https://github.com/dbort/executorch-logos/blob/main/img/executorch-chip-logo-circle-32.png
- https://github.com/dbort/executorch-logos/blob/main/img/executorch-chip-logo-circle-16.png
Was this done for 0.6 by any chance @byjlw ?
https://github.com/pytorch/executorch/pull/14782