2016-09-11 11:00:49 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
route: templates
|
|
|
|
---
|
|
|
|
|
|
|
|
<section class="hero is-primary">
|
|
|
|
<div class="hero-head">
|
|
|
|
<div class="container">
|
|
|
|
{% include header.html %}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="hero-body">
|
|
|
|
<div class="container">
|
|
|
|
<h1 class="title">
|
|
|
|
Templates
|
|
|
|
</h1>
|
|
|
|
<h2 class="subtitle">
|
|
|
|
<strong>Free</strong> HTML templates that make use of Bulma <strong>out of the box</strong>
|
|
|
|
</h2>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="section">
|
|
|
|
<div class="container">
|
|
|
|
<div class="columns is-multiline">
|
|
|
|
<div class="column is-one-third">
|
2016-10-16 18:15:56 +00:00
|
|
|
<a class="box" href="{{ site.url }}/templates/everything.html">
|
2016-09-11 11:00:49 +00:00
|
|
|
<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>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="column is-one-third">
|
2016-10-16 18:15:56 +00:00
|
|
|
<a class="box" href="{{ site.url }}/templates/business.html">
|
2016-09-11 11:00:49 +00:00
|
|
|
<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>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="column is-one-third">
|
2016-10-16 18:15:56 +00:00
|
|
|
<a class="box" href="{{ site.url }}/templates/welcome.html">
|
2016-09-11 11:00:49 +00:00
|
|
|
<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>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|