mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-28 12:24:23 +00:00
Add sponsors
This commit is contained in:
parent
e1d4809eeb
commit
f97f0d7df9
@ -1,3 +1,5 @@
|
|||||||
|
{% include sponsors.html %}
|
||||||
|
|
||||||
{% include bsa.html %}
|
{% include bsa.html %}
|
||||||
|
|
||||||
<section id="newsletter" class="hero is-primary">
|
<section id="newsletter" class="hero is-primary">
|
||||||
|
19
docs/_includes/sponsors.html
Normal file
19
docs/_includes/sponsors.html
Normal 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
8
docs/_sass/sponsors.sass
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
.bd-sponsors
|
||||||
|
align-items: center
|
||||||
|
display: flex
|
||||||
|
a
|
||||||
|
align-items: center
|
||||||
|
display: flex
|
||||||
|
justify-content: center
|
||||||
|
width: 150px
|
@ -24,3 +24,4 @@ $patreon-blue: #052d49
|
|||||||
@import "./_sass/bootstrap"
|
@import "./_sass/bootstrap"
|
||||||
@import "./_sass/klmn"
|
@import "./_sass/klmn"
|
||||||
@import "./_sass/patreon"
|
@import "./_sass/patreon"
|
||||||
|
@import "./_sass/sponsors"
|
||||||
|
@ -679,6 +679,10 @@ table th {
|
|||||||
text-transform: uppercase !important;
|
text-transform: uppercase !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.is-italic {
|
||||||
|
font-style: italic !important;
|
||||||
|
}
|
||||||
|
|
||||||
.has-text-white {
|
.has-text-white {
|
||||||
color: white !important;
|
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 */
|
/*# sourceMappingURL=bulma-docs.css.map */
|
BIN
docs/images/sponsors/bestcss.png
Normal file
BIN
docs/images/sponsors/bestcss.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Loading…
Reference in New Issue
Block a user