Skip to content

Commit 336cec3

Browse files
authored
feat: implement new images for courses (#2025)
1 parent 8a23732 commit 336cec3

12 files changed

+1028
-172
lines changed

sources/academy/homepage_content.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,39 @@
44
"title": "Web scraping basics with JS",
55
"link": "/academy/web-scraping-for-beginners",
66
"description": "Learn how to use JavaScript to extract information from websites in this practical course, starting from the absolute basics.",
7-
"imageUrl": "/img/academy/intro.svg"
7+
"imageUrl": "/img/academy/scraping-basics-javascript.svg"
88
},
99
{
1010
"title": "Web scraping basics with Python",
1111
"link": "/academy/scraping-basics-python",
1212
"description": "Learn how to use Python to extract information from websites in this practical course, starting from the absolute basics.",
13-
"imageUrl": "/img/academy/intro.svg"
13+
"imageUrl": "/img/academy/scraping-basics-python.svg"
1414
},
1515
{
1616
"title": "Apify platform",
1717
"link": "/academy/apify-platform",
1818
"description": "The Apify platform is the best place to run your scrapers and automations in the cloud. Learn what an actor is, how to turn your program into an actor, and how to deploy it.",
19-
"imageUrl": "/img/academy/apify_platform.png"
19+
"imageUrl": "/img/academy/apify-platform.svg"
2020
}
2121
],
2222
"Advanced web scraping courses": [
2323
{
2424
"title": "API scraping",
2525
"link": "/academy/api-scraping",
2626
"description": "Learn all about how the professionals scrape various types of APIs with various configurations, parameters, and requirements.",
27-
"imageUrl": "/img/academy/actors-01.svg"
27+
"imageUrl": "/img/academy/api-scraping.svg"
2828
},
2929
{
3030
"title": "Anti-scraping protections",
3131
"link": "/academy/anti-scraping",
3232
"description": "Understand the various anti-scraping measures different sites use to prevent bots from accessing them, and how to appear more human to fix these issues.",
33-
"imageUrl": "/img/academy/proxy-01.svg"
33+
"imageUrl": "/img/academy/anti-scraping.svg"
3434
},
3535
{
3636
"title": "Expert scraping with Apify",
3737
"link": "/academy/expert-scraping-with-apify",
3838
"description": "After learning the basics of actors, learn to develop pro-level scrapers on the Apify platform with this advanced course.",
39-
"imageUrl": "/img/academy/enterprise-01.svg"
39+
"imageUrl": "/img/academy/expert-scraping-with-apify.svg"
4040
}
4141
]
4242
}

static/img/academy/actors-01.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

static/img/academy/anti-scraping.svg

Lines changed: 67 additions & 0 deletions
Loading

static/img/academy/api-scraping.svg

Lines changed: 41 additions & 0 deletions
Loading

static/img/academy/apify-platform.svg

Lines changed: 520 additions & 0 deletions
Loading
-28.3 KB
Binary file not shown.

static/img/academy/enterprise-01.svg

Lines changed: 0 additions & 163 deletions
This file was deleted.

static/img/academy/expert-scraping-with-apify.svg

Lines changed: 71 additions & 0 deletions
Loading

static/img/academy/intro.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

static/img/academy/proxy-01.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)