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

Theme: Fix placeholder image references #2448

Conversation

EricDunsworth
Copy link
Member

@EricDunsworth EricDunsworth commented Nov 25, 2024

Some of GCWeb's code samples from recent years were referencing placeholder images from placeholder.com and placehold.it. But those sites underwent changes in ownership in March 2023 and consequently ceased serving placeholder images.

This deals with it by replacing all references to via.placeholder.com and placehold.it with dummyimage.com (and swaps ? characters with & where custom text is specified to fit the latter's URL writing scheme).

GCWeb has historically used dummyimage.com and that site still exists to this day.

Left the following references to placeholder.com "as-is" in the following WCAG assessments since they're meant to represent specific points in time:

@Garneauma
Copy link
Contributor

Pre-approved upon successful review. This is only a content change.

design-patterns/gc-intro/index.json-ld Outdated Show resolved Hide resolved
Some of GCWeb's code samples from recent years were referencing placeholder images from placeholder.com and placehold.it. But those sites underwent changes in ownership in March 2023 and consequently ceased serving placeholder images.

This deals with it by replacing all references to via.placeholder.com and placehold.it with dummyimage.com (and swaps ? characters with & where custom text is specified to fit the latter's URL writing scheme).

GCWeb has historically used dummyimage.com and that site still exists to this day.

Left the following references to placeholder.com "as-is" in the following WCAG assessments since they're meant to represent specific points in time:
* templates/institutional-landing/reports/a11y-1.json
* templates/institutional-landing/reports/a11y-2.json
@EricDunsworth EricDunsworth force-pushed the theme-images-placeholder.com-placehold.it-to-dummyimage.com branch from 91af4e5 to d11e63e Compare December 5, 2024 14:43
@Garneauma Garneauma merged commit 239d4ad into wet-boew:master Dec 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants