Created attachment 173558 [details] Snapshot of the broken link on the kde.org/goals/ page SUMMARY kde.org/goals/ webpage is displaying a broken image icon and the "alt" field "KDE Goals logo" STEPS TO REPRODUCE 1. From a browser (I reproduced the problem on both Chrome and Firefox) navigate to kde.org/goals/ OBSERVED RESULT 2. Observe that the web page has a missing link as shown in the attached .png file. EXPECTED RESULT 3. The web page displays the KDE Goals logo rather than the alt="KDE Goals logo" text. SOFTWARE/OS VERSIONS Windows: Not Tested macOS: Not Tested Operating System: Kubuntu 24.04 KDE Plasma Version: 5.27.11 KDE Frameworks Version: 5.115.0 Qt Version: 5.15.13 Kernel Version: 6.8.0-44-generic (64-bit) Graphics Platform: X11 Processors: 16 × Intel® Xeon® W-10885M CPU @ 2.40GHz Memory: 62.4 GiB of RAM Graphics Processor: Quadro T1000/PCIe/SSE2 Manufacturer: Dell Inc. Product Name: Precision 7750 ADDITIONAL INFORMATION Using developer tools on Chrome, I inspected the broken element, which was the following: <img src="https://kde.org/content/goals/KGoals-logo.png" alt="KDE Goals logo"> It appears that the KGoals-logo.png is not being served by the web server. Perhaps it's missing from the web server's file system. To confirm this, I tried the url https://kde.org/content/goals/KGoals-logo.png in a Firefox session, and Firefox showed a 404: Page Not Found error
Created attachment 173559 [details] Chrome developer tools showing the offending <img> element.
Thanks for reporting this - I have fixed the incorrectly rendered goals icon now, however it is rendered significantly bigger than I suspect it really should be. Adding author of the page for confirmation as I think the duplicated icon probably wasn't intended.
A possibly relevant merge request was started @ https://invent.kde.org/websites/kde-org/-/merge_requests/304
(In reply to Ben Cooksley from comment #2) > Thanks for reporting this - I have fixed the incorrectly rendered goals icon > now, however it is rendered significantly bigger than I suspect it really > should be. > > Adding author of the page for confirmation as I think the duplicated icon > probably wasn't intended. My pleasure. I think it looks only a little bit too big. Maybe width="80vw" instead?
(In reply to Daniel P Pflager from comment #4) > (In reply to Ben Cooksley from comment #2) > > Thanks for reporting this - I have fixed the incorrectly rendered goals icon > > now, however it is rendered significantly bigger than I suspect it really > > should be. > > > > Adding author of the page for confirmation as I think the duplicated icon > > probably wasn't intended. > > My pleasure. I think it looks only a little bit too big. Maybe > width="80%" instead?