Add sponsors

This commit is contained in:
Jeremy Thomas 2017-12-04 13:11:09 +00:00
parent e1d4809eeb
commit f97f0d7df9
6 changed files with 56 additions and 0 deletions

View File

@ -1,3 +1,5 @@
{% include sponsors.html %}
{% include bsa.html %}
<section id="newsletter" class="hero is-primary">

View File

@ -0,0 +1,19 @@
<section class="hero is-light">
<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://bestcss.in/" target="_blank">
<img src="{{ site.url }}/images/sponsors/bestcss.png" alt="bestcss logo">
</a>
</div>
</div>
</div>
</div>
</div>
</section>

8
docs/_sass/sponsors.sass Normal file
View File

@ -0,0 +1,8 @@
.bd-sponsors
align-items: center
display: flex
a
align-items: center
display: flex
justify-content: center
width: 150px

View File

@ -24,3 +24,4 @@ $patreon-blue: #052d49
@import "./_sass/bootstrap"
@import "./_sass/klmn"
@import "./_sass/patreon"
@import "./_sass/sponsors"

View File

@ -679,6 +679,10 @@ table th {
text-transform: uppercase !important;
}
.is-italic {
font-style: italic !important;
}
.has-text-white {
color: white !important;
}
@ -13299,4 +13303,26 @@ html.route-index .hero.is-primary a.column:hover .title strong {
}
}
.bd-sponsors {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.bd-sponsors a {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 150px;
}
/*# sourceMappingURL=bulma-docs.css.map */

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB