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

View File

@ -1,53 +1,74 @@
{
"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": {
"name": "Agilox",
"url": "https://www.agilox.net/",
"date": "27 Mar 2019",
"date": "27 Mar 2019"
},
"counternetwork": {
"name": "Counter Network",
"highlighted": true,
"url": "https://counter.network/",
"date": "28 Mar 2019",
"date": "28 Mar 2019"
},
"mynameismirko2018": {
"name": "mynameismirko",
"highlighted": true,
"url": "http://2018.mynameismirko.it/",
"date": "26 Jan 2019",
"date": "26 Jan 2019"
},
"pingstack": {
"name": "Pingstack",
"url": "https://pingstack.io/",
"date": "26 Feb 2019",
"date": "26 Feb 2019"
},
"pwn": {
"name": "pwn",
"url": "https://pwn.by/noraj/",
"date": "24 Feb 2019",
"date": "24 Feb 2019"
},
"saashub": {
"name": "SaaSHub",
"url": "https://www.saashub.com/",
"date": "9 Mar 2019",
"date": "9 Mar 2019"
},
"smesummit": {
"name": "SME summit",
"url": "https://www.smesummit.id/",
"date": "20 Mar 2019",
"date": "20 Mar 2019"
},
"snipper": {
"name": "Snipper App",
"highlighted": true,
"url": "https://snipper.app/",
"date": "25 Mar 2019",
"date": "25 Mar 2019"
},
"uncut": {
"name": "GreenPeace Uncut",
"highlighted": true,
"url": "https://uncut.ro/index.en.html",
"date": "12 Jan 2019",
"date": "12 Jan 2019"
},
"jethromay": {
"name": "Jethro May",
@ -303,6 +324,9 @@
"Sketch for Designrs"
],
"expo": [
"ftwcoin",
"bulmaplay",
"filegator",
"counternetwork",
"agilox",
"pingstack",

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">
{%
include elements/responsive-image.html
path="sponsors/tipe"
path="amis/tipe"
extension="png"
alt="Tipe"
width="86"

View File

@ -38,7 +38,7 @@ breadcrumb:
<div class="bd-content">
<div class="bd-links">
{% 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 %}
{%
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
---
{% comment %}
{% include global/notice.html %}
{% endcomment %}
{% include global/navbar.html id="Index" %}
{% include index/intro.html %}
{% include index/sponsor.html %}