mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Update backers March 2018
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<li>
|
||||
{{ backer.FirstName }} {{ backer.LastName }}
|
||||
{% if backer.Twitter != "" %}
|
||||
<a href="https://twitter.com/{{ backer.Twitter }}" target="_blank">
|
||||
<a href="https://twitter.com/{{ backer.Twitter }}" target="_blank" rel="nofollow">
|
||||
@{{ backer.Twitter }}
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<img
|
||||
src="{{ site.url }}/images/{{ include.path }}.{{ include.extension }}"
|
||||
srcset="{{ site.url }}/images/{{ include.path }}.{{ include.extension }} 1x,
|
||||
{{ site.url }}/images/{{ include.path }}@2x.{{ include.extension }} 2x"
|
||||
{{ site.url }}/images/{{ include.path }}@2x.{{ include.extension }} 2x,
|
||||
{{ site.url }}/images/{{ include.path }}@3x.{{ include.extension }} 3x"
|
||||
alt="{{ include.alt }}"
|
||||
width="{{ include.width }}"
|
||||
height="{{ include.height }}">
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
{% include book-banner.html %}
|
||||
|
||||
{% include sponsors.html %}
|
||||
|
||||
{% include newsletter.html %}
|
||||
|
||||
<footer class="footer">
|
||||
|
||||
@@ -1,8 +1,28 @@
|
||||
<div class="bd-sponsor">
|
||||
<p class="bd-sponsor-title">Sponsor</p>
|
||||
<p class="bd-sponsor-title">Sponsors</p>
|
||||
<div class="bd-sponsor-list">
|
||||
<a href="https://themeisle.com/" target="_blank">
|
||||
<a href="https://themeisle.com/" target="_blank" rel="nofollow">
|
||||
<img src="{{ site.url }}/images/sponsors/themeisle.png" alt="themeisle logo">
|
||||
</a>
|
||||
<a href="https://chainaxe.io/" target="_blank" rel="nofollow">
|
||||
{%
|
||||
include elements/responsive-image.html
|
||||
path="sponsors/chainaxe"
|
||||
extension="png"
|
||||
alt="chainaxe logo"
|
||||
width="99"
|
||||
height="70"
|
||||
%}
|
||||
</a>
|
||||
<a href="https://www.keycdn.com/" target="_blank" rel="nofollow">
|
||||
{%
|
||||
include elements/responsive-image.html
|
||||
path="sponsors/keycdn"
|
||||
extension="png"
|
||||
alt="keycdn logo"
|
||||
width="200"
|
||||
height="58"
|
||||
%}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,18 +1,21 @@
|
||||
<section class="hero is-light">
|
||||
<section class="hero">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<div class="columns is-vcentered">
|
||||
<div class="column is-4">
|
||||
<p class="title">Bulma <strong>Sponsors</strong></p>
|
||||
</div>
|
||||
|
||||
<div class="column is-8">
|
||||
<div class="bd-sponsors">
|
||||
<a href="http://9brainz.com/new/" target="_blank">
|
||||
<img src="{{ site.url }}/images/sponsors/9brainz.png" alt="9brainz logo">
|
||||
</a>
|
||||
<a href="https://nazar.io/" target="_blank">
|
||||
<img src="{{ site.url }}/images/sponsors/nazar.png" alt="nazar logo">
|
||||
<a href="https://chainaxe.io/" target="_blank" rel="nofollow">
|
||||
{%
|
||||
include elements/responsive-image.html
|
||||
path="sponsors/chainaxe"
|
||||
extension="png"
|
||||
alt="chainaxe logo"
|
||||
width="99"
|
||||
height="70"
|
||||
%}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user