Skip to content

Commit

Permalink
Merge pull request #25 from amakarudze/add-sponsor-ads
Browse files Browse the repository at this point in the history
Add survey link to coach manual
  • Loading branch information
amakarudze authored May 4, 2024
2 parents 9037e41 + d5e7979 commit 1b6cf33
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions book.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"ads": [
{
"imageUrl": "https://djangogirls.org/static/img/global/donate/lagos.jpg",
"url": "https://www.patreon.com/djangogirls",
"description": "πŸ’– Support our work and donate to our project! ✨",
"btnText": "Donate now!"
"url": "https://surveys.jetbrains.com/s3/w-django-girls-survey-2024",
"description": "πŸ’– Celebrate 10 years with us. Fill our survey! ✨",
"btnText": "Fill in now!"
},
{
"imageUrl": "https://static.djangoproject.com/img/logos/django-logo-negative.png",
Expand Down Expand Up @@ -52,12 +52,18 @@
"description": "πŸ’– Host, run, and code Python in the cloud! ✨",
"btnText": "Learn more! "
},
{
"imageUrl": "https://djangogirls.org/static/img/global/donate/tshirt.jpg",
"url": "https://djangogirls.org/en/contact/",
"description": "πŸ’– Want to support our work? ✨",
"btnText": "Contact Us!"
}
{
"imageUrl": "https://djangogirls.org/static/img/global/donate/lagos.jpg",
"url": "https://www.patreon.com/djangogirls",
"description": "πŸ’– Support our work and donate to our project! ✨",
"btnText": "Donate now!"
},
{
"imageUrl": "https://djangogirls.org/static/img/global/donate/tshirt.jpg",
"url": "https://djangogirls.org/en/contact/",
"description": "πŸ’– Want to support our work? ✨",
"btnText": "Contact Us!"
}
]
}
}
Expand Down

0 comments on commit 1b6cf33

Please sign in to comment.