Fix button spacing, Add image placeholders

This commit is contained in:
Jeremy Thomas
2016-12-22 18:17:26 +00:00
parent b8b3733d99
commit 41db07d68d
40 changed files with 1989 additions and 2178 deletions

View File

@@ -29,21 +29,21 @@ route: templates
<a class="box" href="{{ site.url }}/templates/everything.html">
<h3 class="title is-4">Everything</h3>
<h4 class="subtitle is-5">All Bulma elements on one page</h4>
<figure class="image is-4by3"><img src="http://placehold.it/640x480"></figure>
<figure class="image is-4by3"><img src="{{site.url}}/images/placeholders/640x480.png"></figure>
</a>
</div>
<div class="column is-one-third">
<a class="box" href="{{ site.url }}/templates/business.html">
<h3 class="title is-4">Business</h3>
<h4 class="subtitle is-5">Classic business homepage</h4>
<figure class="image is-4by3"><img src="http://placehold.it/640x480"></figure>
<figure class="image is-4by3"><img src="{{site.url}}/images/placeholders/640x480.png"></figure>
</a>
</div>
<div class="column is-one-third">
<a class="box" href="{{ site.url }}/templates/welcome.html">
<h3 class="title is-4">Welcome</h3>
<h4 class="subtitle is-5">Simple one-page introduction</h4>
<figure class="image is-4by3"><img src="http://placehold.it/640x480"></figure>
<figure class="image is-4by3"><img src="{{site.url}}/images/placeholders/640x480.png"></figure>
</a>
</div>
</div>