Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some favicon issues #49

Merged
merged 8 commits into from
Mar 22, 2022
Merged

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    afacfa8 View commit details
    Browse the repository at this point in the history
  2. Crop logos.

    felixfontein committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    a3df315 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efe597a View commit details
    Browse the repository at this point in the history
  4. Convert icons to PNG so that Safari will load them.

    Conversion done with ImageMagick:
      convert -background none Ansible-Mark-RGB_Black.svg -resize 180x180 Ansible-Mark-RGB_Black.png
      convert -background none Ansible-Mark-RGB_White.svg -resize 180x180 Ansible-Mark-RGB_White.png
    felixfontein committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    03303c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Revert "Fill white icon's text with black."

    This reverts commit efe597a.
    felixfontein committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    7bfc2d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cd1526 View commit details
    Browse the repository at this point in the history
  3. Use PNG icons as SVG is not supported by Safari.

    The small versions of the PNGs are created from the large official logos downloaded from
        https://www.ansible.com/logos
    with ImageMagick as follows:
        convert Ansible-Mark-Large-RGB-Black.png -resize 180x180 Ansible-Mark-RGB_Black.png
        convert Ansible-Mark-Large-RGB-White.png -resize 180x180 Ansible-Mark-RGB_White.png
    felixfontein committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    b219033 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5783cd View commit details
    Browse the repository at this point in the history