Request to change NUS logo
Closed this issue · 3 comments
ccewuz commented
Hi, May I know what needs to be done if we wish to change the logo for NUS?
Currently, NUS logo is https://opencerts.io/static/images/NUS_logo.png which is reflected on the following pages:
https://opencerts.io/
https://opencerts.io/registry
Since it is low-res and blurry, we wish to replace it with a new one in SVG format. May I know whether the following steps are correct for the change?
- Delete static/images/NUS_logo.png
- Add static/images/NUS_logo.svg
- Amend static/registry.json, change the path to the logo accordingly
- Create a PR
Thanks!
rjchow commented
correct! probably do a find and replace on the filename too just to be sure
…On Wed, 18 Dec 2019 at 10:44, ccewuz ***@***.***> wrote:
Hi, May I know what needs to be done if we wish to change the logo for NUS?
Currently, NUS logo is https://opencerts.io/static/images/NUS_logo.png
which is reflected on the following pages:
https://opencerts.io/
https://opencerts.io/registry
Since it is low-res and blurry, we wish to replace it with a new one in
SVG format. May I know whether the following steps are correct for the
change?
1. Delete static/images/NUS_logo.png
2. Add static/images/NUS_logo.svg
3. Amend static/registry.json, change the path to the logo accordingly
4. Create a PR
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#469?email_source=notifications&email_token=AGUNVSU6EINAPKMKH4L2IP3QZGE63A5CNFSM4J4EOVG2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IBG33CA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGUNVSSBH6TRRKI4Z3NTWVLQZGE63ANCNFSM4J4EOVGQ>
.
ccewuz commented
Thanks. Found one more at src/constants/PartnerLogo.json
ccewuz commented
Created a PR. Please help with the merge.