Add dontpayfull

This commit is contained in:
Jeremy Thomas 2018-09-05 13:29:08 +01:00
parent 3243ea546e
commit 8bbb8f6552
7 changed files with 67 additions and 44 deletions

View File

@ -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>

View File

@ -13,12 +13,13 @@
display: flex
flex-wrap: wrap
justify-content: space-between
a
align-items: center
display: flex
justify-content: center
margin-right: 1rem
min-height: $carbon-height
.bd-partner-sponsor
align-items: center
display: flex
justify-content: center
margin-right: 1rem
min-height: $carbon-height + $carbon-poweredby-height
.bd-partners
background-color: $white-bis
@ -42,7 +43,6 @@ $bd-partners-4: 1130px
display: flex
margin-left: auto
margin-right: auto
max-width: $bd-partners-4
.bd-partner
&.bd-is-sponsor
flex-grow: 1

View File

@ -13676,12 +13676,12 @@ svg {
justify-content: space-between;
}
.bd-partner-sponsors a {
.bd-partner-sponsor {
align-items: center;
display: flex;
justify-content: center;
margin-right: 1rem;
min-height: 100px;
min-height: 120px;
}
.bd-partners {
@ -13708,7 +13708,6 @@ svg {
display: flex;
margin-left: auto;
margin-right: auto;
max-width: 1130px;
}
.bd-partner.bd-is-sponsor {
flex-grow: 1;

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB