Skip to content

Commit 439dda4

Browse files
authored
Merge pull request DjangoGirls#1833 from amakarudze/add-digitalocean
Add survey link to sidebar ads
2 parents 999caa5 + 6a28a7d commit 439dda4

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

book.json

+10-4
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"ads": [
4545
{
4646
"imageUrl": "https://djangogirls.org/static/img/global/donate/lagos.jpg",
47-
"url": "https://www.patreon.com/djangogirls",
48-
"description": "💖 Support our work and donate to our project! ✨",
49-
"btnText": "Donate now!"
47+
"url": "https://surveys.jetbrains.com/s3/w-django-girls-survey-2024",
48+
"description": "💖 Celebrate 10 years with us. Fill our survey! ✨",
49+
"btnText": "Fill in now!"
5050
},
5151
{
5252
"imageUrl": "https://static.djangoproject.com/img/logos/django-logo-negative.png",
@@ -65,7 +65,7 @@
6565
"url": "https://posthog.com/",
6666
"description": "💖 PostHog offers a suite of product analysis tools! ✨",
6767
"btnText": "Learn more!"
68-
},
68+
},
6969
{
7070
"imageUrl": "https://djangogirls.org/uploads/uploads/lincolnloop.png",
7171
"url": "https://lincolnloop.com/",
@@ -84,6 +84,12 @@
8484
"description": "💖 Host, run, and code Python in the cloud! ✨",
8585
"btnText": "Learn more! "
8686
},
87+
{
88+
"imageUrl": "https://djangogirls.org/static/img/global/donate/lagos.jpg",
89+
"url": "https://www.patreon.com/djangogirls",
90+
"description": "💖 Support our work and donate to our project! ✨",
91+
"btnText": "Donate now!"
92+
},
8793
{
8894
"imageUrl": "https://djangogirls.org/static/img/global/donate/tshirt.jpg",
8995
"url": "https://djangogirls.org/en/contact/",

0 commit comments

Comments
 (0)