executorch icon indicating copy to clipboard operation
executorch copied to clipboard

Inconsistent logo between GitHub repo and documentation site

Open guangy10 opened this issue 11 months ago • 6 comments

🐛 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

guangy10 avatar Feb 04 '25 00:02 guangy10

@byjlw assign to you since you were working on https://github.com/pytorch/executorch/pull/8126 where the new logo was introduced

guangy10 avatar Feb 04 '25 00:02 guangy10

Image

You're talking about this one?

byjlw avatar Feb 07 '25 23:02 byjlw

Yes

guangy10 avatar Feb 08 '25 00:02 guangy10

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

dbort avatar Feb 13 '25 18:02 dbort

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

dbort avatar Feb 13 '25 18:02 dbort

Was this done for 0.6 by any chance @byjlw ?

mergennachin avatar Apr 25 '25 16:04 mergennachin

https://github.com/pytorch/executorch/pull/14782

mergennachin avatar Oct 03 '25 18:10 mergennachin