Problem/Motivation
The Project Browser Initiative wants nice project logos for better UX. The logo will be displayed on the card for your module in the Project Browser (as well as on drupalcode.org as your project avatar, and on drupal.org on your project page).
The Office Hours module needs a logo for this objective.
Proposed resolution

- Create a logo that is 512x512 square dimension in PNG format without animations.
- The file size should be 10k or less.
- Use a lossy image tool (such as pngquant) to reduce the file size while keeping the image quality at around 80%.
Examples:
https://www.drupal.org/files/issues/2024-07-04/jQuery-UI-Selectable-fs8.png
https://www.drupal.org/files/issues/2023-05-03/Embed-Project-Logo.png
https://www.drupal.org/files/issues/2022-04-28/pathauto-fs8.png
https://www.drupal.org/files/issues/2022-09-23/search_api.png
https://www.drupal.org/files/issues/2022-09-23/Rest%20UI.png
https://www.drupal.org/files/issues/2023-08-16/entity_queue_3.png
https://www.drupal.org/files/issues/2022-10-04/views_slideshow_logo_1.png
https://www.drupal.org/files/issues/2022-09-30/redis-project-browser-cub...
https://www.drupal.org/files/issues/2022-09-23/DropzoneJS_v2-min.png
https://www.drupal.org/files/issues/2023-08-14/File_Metadata_Manager_2.png
MAINTAINERS: Once a logo is reviewed and approved, it should be added to the root folder of your project's repo, and be named
logo.png. This must be present on your project’sdefault branch. If you have a logo as the first image in theImagesfield on your project page, please remove it. The logo will be displayed on the cards in the Project Browser grid and list views.
Review steps
- Review any logos on this ticket.
- Provide design feedback if applicable.
- If multiple logos are provided, choose your preferred one.
- Ensure logo meet the requirements:
- 512px by 512px square
- PNG format
- no animations
- 10k file size or less
- reasonable image quality
- visually represents the project
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | Screenshot from 2024-10-14 12-52-49.png | 79.16 KB | sourojeetpaul |
| #9 | office-hours-logo.png | 9.41 KB | esha_kundu |
| #9 | office-hours.png | 6.49 KB | esha_kundu |
| #2 | officehours_t-fs8.png | 3.95 KB | AaronDeutsch |
| #2 | officehours_w-fs8.png | 3.99 KB | AaronDeutsch |
Comments
Comment #2
AaronDeutschHere is my proposed design for this. (one file has transparent background, one has white)
Comment #3
debdeep.mukhopadhyay commentedComment #4
debdeep.mukhopadhyay commentedComment #5
kristen polThanks! The style seems a bit "chunky" to me. Perhaps reduce the line style a bit?
Comment #6
kristen polAdding logo to the summary.
Comment #7
kristen polMove to project's queue per @leslieg.
Comment #8
esha_kundu commentedI'll work on this.
Comment #9
esha_kundu commentedHi @kristen pol,
Like you've mentioned in #5 that the line style needs to be reduced, I've made changes accordingly and also included my proposed design (both transparent).
Please let me know your thoughts.
Comment #10
esha_kundu commentedComment #12
johnvAfter committing above fix, I noticed:
1. the logo is nicely appearing on the drupal.org project page: www.drupal.org/project/office_hours
2. the module still DOES NOT show up on the local 'Browse projects' page: admin/modules/browse
3. the logo DOES NOT show up on the local 'Add field' page: admin/structure/types/manage/ctoh/fields/add-field , where other modules do show a logo.
4. The logo apparently is not foreseen to be used on the local 'Help' page: admin/help
Can someone hint me to the solution for points 2 and 3?
Comment #13
johnvComment #14
sourojeetpaul commentedHi @johnv,
To address your doubts regarding the pointers 2 and 3.
Project Browser doesn't yet incorporate an API to pull realtime latest changes from D.O. That was in queue in the mean time and thus was not appearing on the 'Browse Projects' page. But now its clearly appearing on that page. I'm attaching a screenshot for quick reference!
As far as the pointer 3 is concerned, Project Browser logo won't appear on the add-field page, PB logo are not related to that. To have a nice icon over there we've to open a new issue and work on that, we can definitely ship this logo (a resized version) to fit as an icon for the field type.
Hope it answers your queries :)
Comment #15
johnv@sourojeetpaul, Thanks for you r answer.
I am now reassured.
Comment #16
sourojeetpaul commentedNo issues @johnv, Glad to see the issue is fixed now :)