Skip to content

Conversation

@honzajavorek
Copy link
Collaborator

Closes #1574 Thanks to @hanatsai for the designs!

Screenshot 2025-10-16 at 16-43-31 Web Scraping Academy Academy Apify Documentation

@apify-service-account
Copy link

Preview for this PR was built for commit ad430c61 and is ready at https://pr-2025.preview.docs.apify.com!

@hanatsai
Copy link
Member

Hi @honzajavorek thanks for making it happen! I'm just wondering whether it's possible to make the image stretched like this? 🙏
Screenshot 2025-10-17 at 9 32 28

I also exported the image with existing 2,3:1 ratio:
Expert scraping with Apify
Anti-scraping protections
API scraping
Apify platform
Web scraping basics for Python devs
Web scraping basics for TypeScript devs
Web scraping basics for JavaScript devs

@honzajavorek
Copy link
Collaborator Author

I tried to change dimensions of the cards, but the card component is at many places in the docs, the dimensions don't seem to be configurable, and I was afraid to break something else.

I see you posted images with different dimensions - I can use those and implement them, yes!

@honzajavorek honzajavorek force-pushed the honzajavorek/new-images-for-courses branch from ad430c6 to 98aa022 Compare November 19, 2025 12:12
@apify-service-account
Copy link

Preview for this PR was built for commit 98aa022 and is ready at https://pr-2025.preview.docs.apify.com!

@hanatsai
Copy link
Member

Thank you! Is it possible to have different images for the dark mode?
Expert scraping with Apify
Anti-scraping protections
API scraping
Apify platform
Web scraping basics for Python devs
Web scraping basics for TypeScript devs
Web scraping basics for JavaScript devs

@honzajavorek
Copy link
Collaborator Author

I'll see what can I do. There seems to be a precedent, the gumloop.svg logo image. It contains a built-in media query, which makes it responsive to the theme:

<svg viewBox="120 145 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
    <style>
        path {
            fill: black;
        }
        @media (prefers-color-scheme: dark) {
            path {
                fill: white;
            }
        }
    </style>
    <path d="M148.832 150.512C150.776 149.685 ..."/>
</svg>

It's a simple image with one shape which has one color, so I'm not sure if it's gonna be this simple to adjust the images for the courses, but I'll see what I can do or if LLM can help.

@honzajavorek
Copy link
Collaborator Author

honzajavorek commented Nov 20, 2025

I managed to convert these. These are SVGs which display different colors under different color schemes. I visually checked them and I think they're correct in both schemes. I'm still working on the remaining two.

anti-scraping
api-scraping
scraping-basics-javascript
scraping-basics-python

@honzajavorek honzajavorek force-pushed the honzajavorek/new-images-for-courses branch from 44eee51 to 1dd8c68 Compare November 20, 2025 14:37
@honzajavorek honzajavorek force-pushed the honzajavorek/new-images-for-courses branch from 1dd8c68 to 60e601e Compare November 20, 2025 14:38
@apify-service-account
Copy link

Preview for this PR was built for commit 44eee514 and is ready at https://pr-2025.preview.docs.apify.com!

@apify-service-account
Copy link

Preview for this PR was built for commit 60e601e and is ready at https://pr-2025.preview.docs.apify.com!

@honzajavorek
Copy link
Collaborator Author

Just tried it in the preview deployment:

Screenshot 2025-11-20 at 15-45-36 Apify Academy Academy Apify Documentation Screenshot 2025-11-20 at 15-45-20 Apify Academy Academy Apify Documentation

Copy link
Member

@hanatsai hanatsai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thanks for the effort ❤️

@honzajavorek honzajavorek merged commit 336cec3 into master Nov 20, 2025
10 checks passed
@honzajavorek honzajavorek deleted the honzajavorek/new-images-for-courses branch November 20, 2025 19:29
@honzajavorek
Copy link
Collaborator Author

@hanatsai Thanks for designing the images! It was a nice collaboration, I think the new thumbnails actually solve a lot of issues and make the docs a much better place now - modern, in line with the brand, related to the topics of the courses, responsive to the theme… I'm really happy about it!

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.

New thumbnails for courses

4 participants