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>