Skip to content

Commit 8486c0d

Browse files
committed
Fix index backers
1 parent e4d72a4 commit 8486c0d

6 files changed

Lines changed: 28 additions & 5 deletions

File tree

BACKERS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
<li>
2222
KeyCDN
2323
</li>
24+
<li>
25+
Tooltwist
26+
</li>
2427
<li>
2528
Aaron
2629
<a href="https://twitter.com/aequasi" target="_blank" rel="nofollow">

docs/_data/backers.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@
112112
"twitter": "aequasi",
113113
"start_timestamp": 1511242659284
114114
},
115+
{
116+
"first_name": "Tooltwist",
117+
"last_name": "",
118+
"twitter": "",
119+
"start_timestamp": 1522552630215
120+
},
115121
{
116122
"first_name": "KeyCDN",
117123
"last_name": "",

docs/_includes/index/sponsor.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@
2727
height="43.5"
2828
%}
2929
</a>
30+
<a href="http://tooltwist.com/" target="_blank" rel="nofollow">
31+
{%
32+
include elements/responsive-image.html
33+
path="sponsors/tooltwist"
34+
extension="png"
35+
alt="tooltwist logo"
36+
width="160"
37+
height="51"
38+
%}
39+
</a>
3040
</div>
3141
</div>
3242

docs/_sass/sponsors.sass

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,16 @@
3333
font-size: 0.875rem
3434
margin-bottom: 1rem
3535

36+
$bd-partners-3: 1040px
37+
$bd-partners-4: 1130px
38+
3639
+tablet
3740
.bd-partners-list
3841
align-items: flex-start
3942
display: flex
4043
margin-left: auto
4144
margin-right: auto
42-
max-width: 1040px
45+
max-width: $bd-partners-4
4346
.bd-partner
4447
&.bd-is-sponsor
4548
flex-grow: 1

docs/css/bulma-docs.css

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/bulma-docs.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)