Add art assets for chatbot and security workshops with accessible alt text#629
Merged
ozhang22 merged 7 commits intoApr 29, 2026
Merged
Conversation
This was referenced Apr 25, 2026
Merged
1c568a1 to
8c0921b
Compare
… text Apply YuliMasi's art assets from NuevoFoundation#594 with accessibility fixes: Chatbot workshop (11 images): - Add descriptive alt text to all 10 images that had empty alt="" - Fix 2 malformed self-closing <img> tags (missing closing >) - Remove unnecessary empty style attributes Security Fundamentals workshop (5 images): - Add alt text to 3 Hugo figure shortcodes - Add missing alt attribute to hacker.png <img> tag - Replace placeholder 'Cannot load image' alt text with description - Remove trailing ? from security.png image path Supersedes NuevoFoundation#594. Drops unrelated German adafruit change. Co-authored-by: YuliMasi <[email protected]> Co-authored-by: Copilot <[email protected]>
…creenshot sizing - Fix PT-BR alt text: add proper diacritics (segurança, três, cenários, possíveis) - Convert security figure widths from pixels to percentages for mobile responsiveness (900px→60%, 700px→50%, 600px→40%, 300px→20%) - Restore chatbot customer_service_chatbot.png from 20% to 35% (UI screenshot needs to be legible, not decorative-art sized) Co-authored-by: Copilot <[email protected]>
Copy 5 art images (hacker, security, question, secret-notes, teacher) to brazilian-portuguese and korean security-fundamentals directories. Add figure/img tags with properly localized alt text to all 8 translated markdown files across both languages. This ensures Portuguese and Korean learners see the same engaging illustrations as English learners. Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
b5032b9 to
251f895
Compare
ozhang22
approved these changes
Apr 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Applies @YuliMasi's art assets from #594 with accessibility fixes that couldn't be pushed to the original fork (maintainerCanModify was disabled).
What's included
Chatbot workshop (11 new illustration images):
introduction.png, surprised.png, elderly.png, chatbot1.png, chat_Alice.png, ideas.png, idea.png, learn.png, chat_persons_robot.png, sentence_response.png, party.png
Security Fundamentals workshop (5 new illustration images):
hacker.png, question.png, secret-notes.png, security.png, teacher.png
Fixes applied on top of #594
Credits
All art assets created by @YuliMasi - thank you! This PR supersedes #594 to apply the accessibility fixes.
Closes #594