]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix sidebar
authorJeremy Thomas <bbxdesign@gmail.com>
Sun, 20 Dec 2020 11:53:03 +0000 (11:53 +0000)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 20 Dec 2020 11:53:03 +0000 (11:53 +0000)
docs/_data/sponsors.json
docs/_includes/components/categories.html
docs/_includes/global/side-sponsor.html
docs/images/amis/pondr.png [new file with mode: 0644]
docs/images/amis/pondr@2x.png [new file with mode: 0644]

index 5e6e392f2fdf7784a029cf452600b7d62e305a4b..065d67d9ced33298e3450740f89e38984d153cd2 100644 (file)
       "url": "https://raj.bet/",
       "title": "Online Casino",
       "width":"128",
-      "height":"50"
+      "height":"50",
+      "follow": true
     },
     "gamblizard": {
       "name": "gamblizard",
       "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": [
     ,"casinofiables"
     ,"123calendars"
     ,"quickbookstoolhub"
+    ,"pondr"
   ],
   "footer": [
     "polygon"
     ,"inkoop"
+    ,"pondr"
   ]
 }
index cae04589cfcf89d5a1ebaed9d65763e2ecb8db05..8780a8f99805962b366a4d72698f24176ddbb133 100644 (file)
@@ -35,6 +35,8 @@
   {% endfor %}
 </nav>
 
+{% include global/side-sponsor.html %}
+
 {% unless page.hide_fortyfour %}
   {% include global/fortyfour.html %}
 {% endunless %}
index cf1585910428d98062990ecd8f0229f0ea6004a2..7698dd2cf5029db5bd7d388bf69fec5463d646d0 100644 (file)
@@ -3,14 +3,14 @@
     Sponsor
   </p>
 
-  <a class="bd-side-sponsor" href="https://tipe.io/?ref=bulma" target="_blank" rel="nofollow">
+  <a class="bd-side-sponsor" href="https://runpondr.com/" target="_blank" rel="nofollow">
     {%
       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"
     %}
   </a>
 </div>
diff --git a/docs/images/amis/pondr.png b/docs/images/amis/pondr.png
new file mode 100644 (file)
index 0000000..934dd08
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 (file)
index 0000000..33b27d7
Binary files /dev/null and b/docs/images/amis/pondr@2x.png differ