mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 10:54:29 -07:00
Add dontpayfull
This commit is contained in:
@@ -4,39 +4,63 @@
|
||||
<div class="bd-partner bd-is-sponsor">
|
||||
<p class="bd-partner-title">Sponsors</p>
|
||||
<div class="bd-partner-sponsors">
|
||||
<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>
|
||||
<a href="https://chainaxe.io/" target="_blank" rel="nofollow">
|
||||
{%
|
||||
include elements/responsive-image.html
|
||||
path="sponsors/chainaxe"
|
||||
extension="png"
|
||||
alt="chainaxe logo"
|
||||
width="85"
|
||||
height="60"
|
||||
%}
|
||||
</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="150"
|
||||
height="43.5"
|
||||
%}
|
||||
</a>
|
||||
<a href="http://tooltwist.com/" target="_blank" rel="nofollow">
|
||||
{%
|
||||
include elements/responsive-image.html
|
||||
path="sponsors/tooltwist"
|
||||
extension="png"
|
||||
alt="tooltwist logo"
|
||||
width="160"
|
||||
height="51"
|
||||
%}
|
||||
</a>
|
||||
<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>
|
||||
|
||||
<div class="bd-partner-sponsor">
|
||||
<a href="https://chainaxe.io/" target="_blank" rel="nofollow">
|
||||
{%
|
||||
include elements/responsive-image.html
|
||||
path="sponsors/chainaxe"
|
||||
extension="png"
|
||||
alt="chainaxe logo"
|
||||
width="85"
|
||||
height="60"
|
||||
%}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="bd-partner-sponsor">
|
||||
<a href="https://www.keycdn.com/" target="_blank" rel="nofollow">
|
||||
{%
|
||||
include elements/responsive-image.html
|
||||
path="sponsors/keycdn"
|
||||
extension="png"
|
||||
alt="keycdn logo"
|
||||
width="150"
|
||||
height="43.5"
|
||||
%}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="bd-partner-sponsor">
|
||||
<a href="http://tooltwist.com/" target="_blank" rel="nofollow">
|
||||
{%
|
||||
include elements/responsive-image.html
|
||||
path="sponsors/tooltwist"
|
||||
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">
|
||||
{%
|
||||
include elements/responsive-image.html
|
||||
path="sponsors/dontpayfull"
|
||||
extension="png"
|
||||
alt="DontPayFull logo"
|
||||
width="120"
|
||||
height="60"
|
||||
%}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user