mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 03:44:31 -07:00
Add sponsors
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
{% include sponsors.html %}
|
||||
|
||||
{% include bsa.html %}
|
||||
|
||||
<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>
|
||||
Reference in New Issue
Block a user