Skip to content

Commit ad430c6

Browse files
committed
feat: implement new images for courses
Closes #1574 Thanks to @hanatsai for the designs!
1 parent 3785c13 commit ad430c6

12 files changed

+998
-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: 40 additions & 0 deletions
Loading

static/img/academy/api-scraping.svg

Lines changed: 20 additions & 0 deletions
Loading

static/img/academy/apify-platform.svg

Lines changed: 531 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: 36 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)