Skip to content

Commit

Permalink
Merge pull request #176 from amakarudze/add-sponsor-ads
Browse files Browse the repository at this point in the history
Add survey link to sidebar ads
  • Loading branch information
amakarudze authored May 4, 2024
2 parents a9873ea + b3bce59 commit 48e19f8
Showing 1 changed file with 48 additions and 42 deletions.
90 changes: 48 additions & 42 deletions book.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,48 +17,54 @@
},
"sidebar-ads": {
"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!"
},
{
"imageUrl": "https://djangogirls.org/static/img/global/supporters/DO_Logo_Vertical_Blue.png",
"url": "https://www.digitalocean.com/",
"description": "πŸ’– DigitalOcean simplifies cloud computing! ✨",
"btnText": "Learn more!"
},
{
"imageUrl": "https://static.djangoproject.com/img/logos/django-logo-negative.png",
"url": "https://www.djangoproject.com/",
"description": "πŸ’– The DSF supports the development of Django! ✨",
"btnText": "Learn more!"
},
{
"imageUrl": "https://djangogirls.org/uploads/uploads/posthog.png",
"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/",
"description": "πŸ’– Lincoln Loop provides scalable content platforms! ✨",
"btnText": "Learn more!"
},
{
"imageUrl": "https://djangogirls.org/uploads/uploads/torchbox.png",
"url": "https://torchbox.com/",
"description": "πŸ’– Torchbox, the creators of Wagtail! ✨",
"btnText": "Learn more!"
},
{
"imageUrl": "https://www.pythonanywhere.com/static/anywhere/images/PA-logo.svg",
"url": "https://www.pythonanywhere.com/",
"description": "πŸ’– Host, run, and code Python in the cloud! ✨",
"btnText": "Learn more! "
},
{
"imageUrl": "https://djangogirls.org/static/img/global/donate/lagos.jpg",
"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",
"url": "https://www.djangoproject.com/",
"description": "πŸ’– The DSF supports the development of Django! ✨",
"btnText": "Learn more!"
},
{
"imageUrl": "https://djangogirls.org/static/img/global/supporters/DO_Logo_Vertical_Blue.png",
"url": "https://www.digitalocean.com/",
"description": "πŸ’– DigitalOcean simplifies cloud computing! ✨",
"btnText": "Learn more!"
},
{
"imageUrl": "https://djangogirls.org/uploads/uploads/posthog.png",
"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/",
"description": "πŸ’– Lincoln Loop provides scalable content platforms! ✨",
"btnText": "Learn more!"
},
{
"imageUrl": "https://djangogirls.org/uploads/uploads/torchbox.png",
"url": "https://torchbox.com/",
"description": "πŸ’– Torchbox, the creators of Wagtail! ✨",
"btnText": "Learn more!"
},
{
"imageUrl": "https://www.pythonanywhere.com/static/anywhere/images/PA-logo.svg",
"url": "https://www.pythonanywhere.com/",
"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

0 comments on commit 48e19f8

Please sign in to comment.