#4124 closed defect (bug) (fixed)
Update Slack logo
Reported by: | tobifjellner | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | |
Cc: |
Description
In January 2019 Slack updated their logo.
Their current logos are available at https://brandfolder.com/slack/logos
So it might be good to update various places that show the Slack logo in meta:
- https://make.wordpress.org/chat/
- https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
- Notices in Trac about Slack mentions
And probably more places.
Attachments (4)
Change History (13)
This ticket was mentioned in Slack in #forums by otto42. View the logs.
6 years ago
#2
@
5 years ago
I don't have access to make these image changes.
Can someone with access get this over the finish line?
#3
follow-up:
↓ 4
@
5 years ago
Updated the header image on https://make.wordpress.org/chat/ - Looks like the Mobile App logo needs updating too
#4
in reply to:
↑ 3
;
follow-up:
↓ 5
@
5 years ago
Do these changes not required access to production? I don't see these in a template in the code base.
Url: https://make.wordpress.org/chat/files/2019/12/cropped-4124.chat-banner.png
Replying to dd32:
Updated the header image on https://make.wordpress.org/chat/ - Looks like the Mobile App logo needs updating too
#5
in reply to:
↑ 4
@
5 years ago
Replying to dufresnesteven:
Do these changes not required access to production? I don't see these in a template in the code base.
Some pages that are english-only are just WordPress pages (which can be a surprise sometimes..) in this case it was a Header image, so no code changes required for that part.
#6
@
5 years ago
Currently Embedded Into Page:
a[href^="https://wordpress.slack.com/"] { padding-left: 20px; background: url(https://slack.global.ssl.fastly.net/20655/img/icons/favicon-32.png) no-repeat; background-size: 16px 16px; }
Needs to be updated to:
a[href^="https://wordpress.slack.com/"] { padding-left: 1.5rem; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…45LDEyLjljMCw3LjEtNS44LDEyLjktMTIuOSwxMi45SDE1MS4yeiIvPjwvZz48L2c+PC9zdmc+) no-repeat; background-size: 2.25rem; background-position: -0.35rem -0.25rem; }
#7
@
5 years ago
Updated Trac image. It'll take a bit to flow through, since it's a gravatar attached to a certain someones email (I think it's only cached for 5 mins, but there's also our redirect).
Looks like the Mobile App logo needs updating too
Thanks, updated that one too now. It's just a image block in page content.
Update to the chat image.