diff --git a/docs/_data/sponsors.json b/docs/_data/sponsors.json index 5e6e392f..065d67d9 100644 --- a/docs/_data/sponsors.json +++ b/docs/_data/sponsors.json @@ -267,7 +267,8 @@ "url": "https://raj.bet/", "title": "Online Casino", "width":"128", - "height":"50" + "height":"50", + "follow": true }, "gamblizard": { "name": "gamblizard", @@ -299,6 +300,14 @@ "title": "Quickbooks Tool Hub", "width":"64", "height":"64" + }, + "pondr": { + "name": "pondr", + "url": "https://runpondr.com/", + "title": "Pondr Idea Management", + "width":"126", + "height":"38", + "follow": true } }, "home": [ @@ -326,9 +335,11 @@ ,"casinofiables" ,"123calendars" ,"quickbookstoolhub" + ,"pondr" ], "footer": [ "polygon" ,"inkoop" + ,"pondr" ] } diff --git a/docs/_includes/components/categories.html b/docs/_includes/components/categories.html index cae04589..8780a8f9 100644 --- a/docs/_includes/components/categories.html +++ b/docs/_includes/components/categories.html @@ -35,6 +35,8 @@ {% endfor %} +{% include global/side-sponsor.html %} + {% unless page.hide_fortyfour %} {% include global/fortyfour.html %} {% endunless %} diff --git a/docs/_includes/global/side-sponsor.html b/docs/_includes/global/side-sponsor.html index cf158591..7698dd2c 100644 --- a/docs/_includes/global/side-sponsor.html +++ b/docs/_includes/global/side-sponsor.html @@ -3,14 +3,14 @@ Sponsor
- + {% include elements/responsive-image.html - path="amis/tipe" + path="amis/pondr" extension="png" - alt="Tipe" - width="86" - height="50" + alt="Pondr" + width="126" + height="38" %} diff --git a/docs/images/amis/pondr.png b/docs/images/amis/pondr.png new file mode 100644 index 00000000..934dd082 Binary files /dev/null and b/docs/images/amis/pondr.png differ diff --git a/docs/images/amis/pondr@2x.png b/docs/images/amis/pondr@2x.png new file mode 100644 index 00000000..33b27d7c Binary files /dev/null and b/docs/images/amis/pondr@2x.png differ