Update backers September 2020

This commit is contained in:
Jeremy Thomas
2020-09-03 11:52:37 +02:00
parent 2efd635d3b
commit 0bdc0b66f5
8 changed files with 652 additions and 291 deletions

View File

@@ -3,13 +3,6 @@
{ {
"name": "Arturas", "name": "Arturas",
"twitter": "", "twitter": "",
"start_timestamp": null,
"website_url": "https://paraphrasetools.com/",
"website_name": "Paraphrase tools"
},
{
"name": "William Hoggarth",
"twitter": "",
"start_timestamp": null "start_timestamp": null
}, },
{ {
@@ -17,19 +10,14 @@
"twitter": "", "twitter": "",
"start_timestamp": null "start_timestamp": null
}, },
{
"name": "Dodzidenu Dzakuma",
"twitter": "",
"start_timestamp": null
},
{ {
"name": "xvxx", "name": "xvxx",
"twitter": "", "twitter": "",
"start_timestamp": null "start_timestamp": null
}, },
{ {
"name": "Florian Breisch", "name": "Al Romano",
"twitter": "FlorianBreisch", "twitter": "",
"start_timestamp": null "start_timestamp": null
}, },
{ {
@@ -68,11 +56,26 @@
} }
], ],
"100": [ "100": [
{
"name": "Raj.bet",
"twitter": "",
"start_timestamp": null
},
{
"name": "Adela Belin",
"twitter": "",
"start_timestamp": null
},
{ {
"name": "Sanyo Digital", "name": "Sanyo Digital",
"twitter": "", "twitter": "",
"start_timestamp": null "start_timestamp": null
}, },
{
"name": "James Muthuya",
"twitter": "",
"start_timestamp": null
},
{ {
"name": "Iaroslav Baklan", "name": "Iaroslav Baklan",
"twitter": "", "twitter": "",
@@ -88,11 +91,6 @@
"twitter": "", "twitter": "",
"start_timestamp": null "start_timestamp": null
}, },
{
"name": "Yiannakis Ttafounas",
"twitter": "",
"start_timestamp": null
},
{ {
"name": "Sparheld International GmbH", "name": "Sparheld International GmbH",
"twitter": "", "twitter": "",

View File

@@ -1,33 +1,43 @@
{ {
"1": [ "1": [
"bastien09",
"bekwam",
"cosgrove39264",
"D3Portillo",
"fabiofdsantos",
"Heartz66",
"KirillOsenkov",
"neetso",
"RDIL",
"rewtraw",
"romainnorberg",
"scott-joe", "scott-joe",
"KirillOsenkov",
"romainnorberg",
"rewtraw",
"bastien09",
"neetso",
"cosgrove39264",
"bekwam",
"smjnab", "smjnab",
"timothymiko" "timothymiko",
"mattsly",
"fabiofdsantos",
"aminah-io",
"ceiphr",
"Carpenter0100",
"dangowans",
"eddielement",
"markuswustenberg"
], ],
"10": [ "10": [
"Gomah", "Gomah",
"sasmithjr", "sasmithjr",
"kuwaitbinary",
"seansan", "seansan",
"dmjio",
"yusuf-github",
"linkdd", "linkdd",
"nafSadh" "nafSadh",
"mmmonica50"
], ],
"100": [ "100": [
"brabusdot",
"patrick136", "patrick136",
"airtract", "airtract",
"Pillarwm"
],
"200": [
"wingerdkm1" "wingerdkm1"
],
"300": [
"stacho",
"kevivmatrix"
] ]
} }

File diff suppressed because it is too large Load Diff

View File

@@ -11,7 +11,8 @@
"name": "tutlance", "name": "tutlance",
"url": "https://tutlance.com/", "url": "https://tutlance.com/",
"width":"135", "width":"135",
"height":"42" "height":"42",
"follow": true
}, },
"themeisle": { "themeisle": {
"name": "themeisle", "name": "themeisle",
@@ -241,7 +242,15 @@
"url": "https://www.inkoop.io/", "url": "https://www.inkoop.io/",
"title": "Inkoop - Website/App development company", "title": "Inkoop - Website/App development company",
"width":"150", "width":"150",
"height":"43" "height":"43",
"noopener": true
},
"vpnreview": {
"name": "vpnreview",
"url": "https://vpn-review.com/netflix-vpn",
"title": "vpn for netflix",
"width":"137",
"height":"85"
} }
}, },
"home": [ "home": [
@@ -268,6 +277,7 @@
,"papersowl" ,"papersowl"
,"edusson" ,"edusson"
,"inkoop" ,"inkoop"
,"vpnreview"
], ],
"footer": [ "footer": [
"polygon" "polygon"

View File

@@ -10,9 +10,12 @@
class="bd-sponsor-item" class="bd-sponsor-item"
href="{{ sponsor.url }}" href="{{ sponsor.url }}"
target="_blank" target="_blank"
{% unless sponsor.follow %} {% unless sponsor.follow or sponsor.noopener %}
rel="nofollow" rel="nofollow"
{% endunless %} {% endunless %}
{% if sponsor.noopener %}
rel="noopener"
{% endif %}
title="{{ sponsor_alt }}" title="{{ sponsor_alt }}"
> >
{% if sponsor.textOnly %} {% if sponsor.textOnly %}

View File

@@ -34,6 +34,7 @@ breadcrumb:
</tbody> </tbody>
</table> </table>
{% if site.data.backers["500"].size > 0 or site.data.github["500"].size > 0 %}
<h2 class="title is-5"> <h2 class="title is-5">
Documentation sponsors ($500+) Documentation sponsors ($500+)
</h2> </h2>
@@ -49,6 +50,7 @@ breadcrumb:
{% endfor %} {% endfor %}
</tbody> </tbody>
</table> </table>
{% endif %}
<h2 class="title is-5"> <h2 class="title is-5">
Homepage sponsors ($100+) Homepage sponsors ($100+)

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB