Update backers July 2019

This commit is contained in:
Jeremy Thomas
2019-07-09 12:20:21 +01:00
parent 3ff832e168
commit 9a29ab7d3b
16 changed files with 337 additions and 68 deletions

View File

@@ -1,10 +1,5 @@
{ {
"10": [ "10": [
{
"name": "Charles Treece",
"twitter": "charlestreece",
"start_timestamp": 1529691809367
},
{ {
"name": "Dmitry Malyshev", "name": "Dmitry Malyshev",
"twitter": "", "twitter": "",
@@ -44,11 +39,6 @@
"name": "Tyler Weeres", "name": "Tyler Weeres",
"twitter": "tweeres04", "twitter": "tweeres04",
"start_timestamp": 1552764835672 "start_timestamp": 1552764835672
},
{
"name": "Wikiki",
"twitter": "",
"start_timestamp": 1510677732534
} }
], ],
"30": [ "30": [
@@ -81,11 +71,6 @@
"twitter": "", "twitter": "",
"start_timestamp": 1535455908636 "start_timestamp": 1535455908636
}, },
{
"name": "HebergeurWeb.ca",
"twitter": "",
"start_timestamp": 1544758597015
},
{ {
"name": "Phil Alves", "name": "Phil Alves",
"twitter": "philalves01", "twitter": "philalves01",

View File

@@ -1,53 +1,74 @@
{ {
"by_id": { "by_id": {
"bulmaplay": {
"name": "Bulma Play",
"url": "https://bulma-css-bulmaplay.appseed.us/",
"date": "13 May 2019"
},
"ftwcoin": {
"name": "FTW",
"url": "https://next.ftwcoin.io/",
"highlighted": true,
"date": "19 June 2019"
},
"filegator": {
"name": "FileGator",
"url": "https://demo.filegator.io/",
"date": "18 June 2019"
},
"calmar-lite": {
"name": "Calmar Lite",
"url": "http://calmar-lite.calmarsolutions.ch/",
"date": "17 June 2019"
},
"agilox": { "agilox": {
"name": "Agilox", "name": "Agilox",
"url": "https://www.agilox.net/", "url": "https://www.agilox.net/",
"date": "27 Mar 2019", "date": "27 Mar 2019"
}, },
"counternetwork": { "counternetwork": {
"name": "Counter Network", "name": "Counter Network",
"highlighted": true, "highlighted": true,
"url": "https://counter.network/", "url": "https://counter.network/",
"date": "28 Mar 2019", "date": "28 Mar 2019"
}, },
"mynameismirko2018": { "mynameismirko2018": {
"name": "mynameismirko", "name": "mynameismirko",
"highlighted": true, "highlighted": true,
"url": "http://2018.mynameismirko.it/", "url": "http://2018.mynameismirko.it/",
"date": "26 Jan 2019", "date": "26 Jan 2019"
}, },
"pingstack": { "pingstack": {
"name": "Pingstack", "name": "Pingstack",
"url": "https://pingstack.io/", "url": "https://pingstack.io/",
"date": "26 Feb 2019", "date": "26 Feb 2019"
}, },
"pwn": { "pwn": {
"name": "pwn", "name": "pwn",
"url": "https://pwn.by/noraj/", "url": "https://pwn.by/noraj/",
"date": "24 Feb 2019", "date": "24 Feb 2019"
}, },
"saashub": { "saashub": {
"name": "SaaSHub", "name": "SaaSHub",
"url": "https://www.saashub.com/", "url": "https://www.saashub.com/",
"date": "9 Mar 2019", "date": "9 Mar 2019"
}, },
"smesummit": { "smesummit": {
"name": "SME summit", "name": "SME summit",
"url": "https://www.smesummit.id/", "url": "https://www.smesummit.id/",
"date": "20 Mar 2019", "date": "20 Mar 2019"
}, },
"snipper": { "snipper": {
"name": "Snipper App", "name": "Snipper App",
"highlighted": true, "highlighted": true,
"url": "https://snipper.app/", "url": "https://snipper.app/",
"date": "25 Mar 2019", "date": "25 Mar 2019"
}, },
"uncut": { "uncut": {
"name": "GreenPeace Uncut", "name": "GreenPeace Uncut",
"highlighted": true, "highlighted": true,
"url": "https://uncut.ro/index.en.html", "url": "https://uncut.ro/index.en.html",
"date": "12 Jan 2019", "date": "12 Jan 2019"
}, },
"jethromay": { "jethromay": {
"name": "Jethro May", "name": "Jethro May",
@@ -303,6 +324,9 @@
"Sketch for Designrs" "Sketch for Designrs"
], ],
"expo": [ "expo": [
"ftwcoin",
"bulmaplay",
"filegator",
"counternetwork", "counternetwork",
"agilox", "agilox",
"pingstack", "pingstack",
@@ -361,4 +385,4 @@
"Alt Three" "Alt Three"
] ]
} }
} }

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,7 @@
<a class="bd-side-sponsor" href="https://tipe.io/?ref=bulma" target="_blank" rel="nofollow"> <a class="bd-side-sponsor" href="https://tipe.io/?ref=bulma" target="_blank" rel="nofollow">
{% {%
include elements/responsive-image.html include elements/responsive-image.html
path="sponsors/tipe" path="amis/tipe"
extension="png" extension="png"
alt="Tipe" alt="Tipe"
width="86" width="86"

View File

@@ -38,7 +38,7 @@ breadcrumb:
<div class="bd-content"> <div class="bd-content">
<div class="bd-links"> <div class="bd-links">
{% for post in site.posts %} {% for post in site.posts %}
{% assign date = post.date | date_to_string %} {% assign date = post.date | date: "%B %-d" %}
{% assign more = post.introduction | markdownify | strip_html %} {% assign more = post.introduction | markdownify | strip_html %}
{% {%
include elements/link.html include elements/link.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -4,7 +4,9 @@ route: index
fixed_navbar: true fixed_navbar: true
--- ---
{% comment %}
{% include global/notice.html %} {% include global/notice.html %}
{% endcomment %}
{% include global/navbar.html id="Index" %} {% include global/navbar.html id="Index" %}
{% include index/intro.html %} {% include index/intro.html %}
{% include index/sponsor.html %} {% include index/sponsor.html %}