2019 🎉

This commit is contained in:
Jeremy Thomas 2019-01-10 09:02:39 +11:00
parent 2dcc0c6e75
commit 3d1fb0c4a3
10 changed files with 67 additions and 58 deletions

View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2018 Jeremy Thomas
Copyright (c) 2019 Jeremy Thomas
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -110,7 +110,7 @@ Browse the [online documentation here.](https://bulma.io/documentation/overview/
## Copyright and license
Code copyright 2018 Jeremy Thomas. Code released under [the MIT license](https://github.com/jgthms/bulma/blob/master/LICENSE).
Code copyright 2019 Jeremy Thomas. Code released under [the MIT license](https://github.com/jgthms/bulma/blob/master/LICENSE).
[npm-link]: https://www.npmjs.com/package/bulma
[awesome-link]: https://github.com/awesome-css-group/awesome-css

42
docs/_data/sponsors.json Normal file
View File

@ -0,0 +1,42 @@
{
"by_id": {
"themeisle": {
"name": "themeisle",
"url": "https://themeisle.com/",
"width":"160",
"height":"40"
},
"tooltwist": {
"name": "tooltwist",
"url": "http://tooltwist.com/",
"width":"160",
"height":"51"
},
"dontpayfull": {
"name": "DontPayFull",
"url": "https://www.dontpayfull.com/",
"blend": true,
"width":"120",
"height":"60"
},
"devsquad": {
"name": "DevSquad",
"url": "https://devsquad.com/",
"width":"140",
"height":"31"
},
"hebergeurweb": {
"name": "HebergeurWeb.ca",
"url": "https://www.hebergeurweb.ca/",
"width":"41",
"height":"40"
}
},
"list": [
"themeisle",
"tooltwist",
"dontpayfull",
"devsquad",
"hebergeurweb"
],
}

View File

@ -3,64 +3,31 @@
<div class="bd-partnrs-list">
<div class="bd-partner bd-is-sponsor">
<p class="bd-partner-title">Sponsors</p>
<div class="bd-partner-sponsors">
<div class="bd-partner-sponsor">
<a href="https://themeisle.com/" target="_blank" rel="nofollow">
<img src="{{ site.url }}/images/sponsors/themeisle.png" alt="themeisle logo" width="160" height="40">
</a>
</div>
{% for sponsor_id in site.data.sponsors.list %}
{% assign sponsor = site.data.sponsors.by_id[sponsor_id] %}
{% assign sponsor_path = "sponsors/" | append: sponsor_id %}
{% assign sponsor_alt = sponsor.name | append: " logo" %}
<div class="bd-partner-sponsor">
<a href="http://tooltwist.com/" target="_blank" rel="nofollow">
<a
href="{{ sponsor.url }}"
target="_blank"
rel="nofollow"
{% if sponsor.blend %}style="mix-blend-mode: multiply;"{% endif %}
>
{%
include elements/responsive-image.html
path="sponsors/tooltwist"
path=sponsor_path
extension="png"
alt="tooltwist logo"
width="160"
height="51"
%}
</a>
</div>
<div class="bd-partner-sponsor">
<a href="https://www.dontpayfull.com/" target="_blank" rel="nofollow" style="mix-blend-mode: multiply;">
{%
include elements/responsive-image.html
path="sponsors/dontpayfull"
extension="png"
alt="DontPayFull logo"
width="120"
height="60"
%}
</a>
</div>
<div class="bd-partner-sponsor">
<a href="https://hyper.host/" target="_blank" rel="nofollow">
{%
include elements/responsive-image.html
path="sponsors/hyper-host"
extension="png"
alt="Hyper Host logo"
width="150"
height="50"
%}
</a>
</div>
<div class="bd-partner-sponsor">
<a href="https://devsquad.com/" target="_blank" rel="nofollow">
{%
include elements/responsive-image.html
path="sponsors/devsquad"
extension="png"
alt="DevSquad logo"
width="140"
height="31"
alt=sponsor_alt
width=sponsor.width
height=sponsor.width
%}
</a>
</div>
{% endfor %}
</div>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB