Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add survey link to sidebar ads #1833

Merged
merged 1 commit into from
May 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions book.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,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 All @@ -65,7 +65,7 @@
"url": "https://posthog.com/",
"description": "💖 PostHog offers a suite of product analysis tools! ✨",
"btnText": "Learn more!"
},
},
{
"imageUrl": "https://djangogirls.org/uploads/uploads/lincolnloop.png",
"url": "https://lincolnloop.com/",
Expand All @@ -84,6 +84,12 @@
"description": "💖 Host, run, and code Python in the cloud! ✨",
"btnText": "Learn more! "
},
{
"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/",
Expand Down