Update December 2021

This commit is contained in:
Jeremy Thomas
2021-12-03 12:41:07 +00:00
parent 544515d73b
commit 701616d04a
16 changed files with 529 additions and 148 deletions

View File

@@ -6,12 +6,6 @@
"discord": "",
"start_timestamp": 1572311879973
},
{
"name": "Al Romano",
"twitter": "",
"discord": "vip3rousmango#3357",
"start_timestamp": 1551649687685
},
{
"name": "Ian Ebden",
"twitter": "",
@@ -48,6 +42,12 @@
}
],
"100": [
{
"name": "seo pmi",
"twitter": "",
"discord": "",
"start_timestamp": 1636622354871
},
{
"name": "Viktor & Steve Scott (NonGamStopWager.com)",
"twitter": "",
@@ -60,12 +60,6 @@
"discord": "",
"start_timestamp": 1634474912654
},
{
"name": "TROYPOINT",
"twitter": "",
"discord": "",
"start_timestamp": 1628531474200
},
{
"name": "DEMETRIOU ANNA",
"twitter": "",
@@ -114,6 +108,12 @@
"discord": "",
"start_timestamp": 1604304762614
},
{
"name": "Iaroslav Baklan",
"twitter": "",
"discord": "",
"start_timestamp": 1603288719531
},
{
"name": "Iaroslav Baklan",
"twitter": "",

View File

@@ -6,6 +6,8 @@
"Heartz66",
"coyled",
"Berkanktk",
"akhi-ninja",
"phish-report",
"romainnorberg",
"bastien09",
"neetso",
@@ -17,10 +19,12 @@
"ruthiel",
"paulmwatson",
"carrchang",
"Dylankjy",
"iDuriel",
"gustavoloureiro",
"MSF42",
"elalaouifaris"
"elalaouifaris",
"tiantiandas"
],
"10": [
"Gomah",
@@ -35,12 +39,11 @@
"echelon"
],
"100": [
"sarahjohnson3223321fd",
"patrick136",
"aaditysony",
"Fredspeler",
"patrick136",
"GilmarLangelaan",
"Deepparashar",
"toolshomdconsulting",
"aaditysoni",
"laneadam"
],
"200": [

File diff suppressed because it is too large Load Diff

View File

@@ -485,6 +485,22 @@
"width": "64",
"height": "64",
"follow": true
},
"nongamstopwager": {
"name": "nongamstopwager",
"url": "https://www.nongamstopwager.com",
"title": "NonGamStopWager.com",
"width": "139",
"height": "51",
"follow": true
},
"pmibet": {
"name": "pmibet",
"url": "https://parimatch.in/en/cricket/live",
"title": "check the highest cricket live rates",
"width": "180",
"height": "60",
"follow": true
}
},
"home": [
@@ -494,7 +510,6 @@
,"clothingric"
,"emucoupon"
,"namobot"
,"firesticktricks"
,"realtimecommunications"
,"polygon"
,"bonusfinder"
@@ -506,7 +521,6 @@
,"casinofiables"
,"123calendars"
,"quickbookstoolhub"
,"aussiecasinohex"
,"kasynohex"
,"betrouwbaar-casino"
,"anbefalt"
@@ -516,12 +530,13 @@
,"wagerdex"
,"reddogcasino"
,"rapidessay"
,"quickbooksfiledoctor"
,"onlinecasinohex"
,"idealecasinos"
,"casinotopitaly"
,"inkedin"
,"ozzytyres"
,"nongamstopwager"
,"pmibet"
],
"footer": ["polygon", "inkoop"]
}

View File

@@ -0,0 +1,16 @@
{% if site.data.backers[include.tier].size > 0 or site.data.github[include.tier].size > 0 %}
<h2>{{ include.title }}</h2>
<ul>
{% for pt in site.data.backers[include.tier] reversed %}
<li>
{{ pt.name }}
</li>
{% endfor %}
{% for gh in site.data.github[include.tier] reversed %}
<li>
{{ gh }}
</li>
{% endfor %}
</ul>
{% endif %}

13
docs/_layouts/bare.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.data.meta.description }}{% endif %}">
<title>{% if page.fulltitle %}{{ page.fulltitle | markdownify | strip_html }}{% else %}{% if page.title %}{{ page.title | markdownify | strip_html }} | {% endif %}{{ site.data.meta.title | markdownify | strip_html }}{% endif %}</title>
</head>
<body>
{{ content }}
</body>
</html>

View File

@@ -11,14 +11,5 @@
{{ content }}
{% include global/footer.html %}
{% include global/scripts.html %}
<div id="surveyModal" class="modal">
<div class="modal-background"></div>
<div class="modal-content">
<div class="modal-card-body py-6 px-0 is-flex is-justify-content-center" style="border-radius: 0.5rem;">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfnJaOck3NuWcuUT5eSk39_qEDa56DhWEU5BRsQ8u9tMfvPWg/viewform?embedded=true" width="600" height="600" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
</div>
<button class="modal-close is-large" aria-label="close"></button>
</div>
</body>
</html>

11
docs/backers-md.html Normal file
View File

@@ -0,0 +1,11 @@
---
fulltitle: 'Backers via Patreon and GitHub'
title: 'Backers via <a href="https://www.patreon.com/jgthms" target="_blank">Patreon</a> and <a href="https://github.com/sponsors/jgthms" target="_blank">GitHub</a>'
layout: bare
---
{% include elements/backers-paragraph.html tier="30" title="Generous backers ($30+)" %}
{% include elements/backers-paragraph.html tier="500" title="Documentation sponsors ($500+)" %}
{% include elements/backers-paragraph.html tier="300" title="Website sponsors ($300+)" %}
{% include elements/backers-paragraph.html tier="100" title="Homepage sponsors ($100+)" %}
{% include elements/backers-paragraph.html tier="10" title="Bulma backers ($10+)" %}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
docs/images/amis/pmibet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB