|
@@ -47,7 +47,7 @@ route: index
|
|
|
<div class="hero-body">
|
|
|
<div class="container">
|
|
|
<nav class="columns">
|
|
|
- <div class="column has-text-centered">
|
|
|
+ <a class="column has-text-centered" href="{{ site.baseurl }}/documentation/overview/responsiveness/">
|
|
|
<span class="icon is-large" style="margin-right: -15px;">
|
|
|
<i class="fa fa-mobile"></i>
|
|
|
</span>
|
|
@@ -57,20 +57,36 @@ route: index
|
|
|
<span class="icon is-large" style="margin-right: 10px;">
|
|
|
<i class="fa fa-desktop"></i>
|
|
|
</span>
|
|
|
- <p class="title is-4"><strong>Responsive</strong> design</p>
|
|
|
- </div>
|
|
|
- <div class="column has-text-centered">
|
|
|
+ <p class="title is-4"><strong>Responsive</strong></p>
|
|
|
+ <p class="subtitle">Designed for <strong>mobile</strong>-first</p>
|
|
|
+ </a>
|
|
|
+ <a class="column has-text-centered" href="{{ site.baseurl }}/documentation/overview/modular/">
|
|
|
+ <span class="icon is-large" style="margin-right: -15px;">
|
|
|
+ <i class="fa fa-mobile"></i>
|
|
|
+ </span>
|
|
|
+ <span class="icon is-large">
|
|
|
+ <i class="fa fa-tablet"></i>
|
|
|
+ </span>
|
|
|
+ <span class="icon is-large" style="margin-right: 10px;">
|
|
|
+ <i class="fa fa-desktop"></i>
|
|
|
+ </span>
|
|
|
+ <p class="title is-4"><strong>Modular</strong></p>
|
|
|
+ <p class="subtitle">Just import what you <strong>need</strong></p>
|
|
|
+ </a>
|
|
|
+ <a class="column has-text-centered" href="{{ site.baseurl }}/documentation/grid/columns/">
|
|
|
<span class="icon is-large">
|
|
|
<i class="fa fa-css3"></i>
|
|
|
</span>
|
|
|
- <p class="title is-4">Built with <strong>Flexbox</strong></p>
|
|
|
- </div>
|
|
|
- <div class="column has-text-centered">
|
|
|
+ <p class="title is-4"><strong>Modern</strong></p>
|
|
|
+ <p class="subtitle">Built with <strong>Flexbox</strong></p>
|
|
|
+ </a>
|
|
|
+ <a class="column has-text-centered" href="{{ site.github }}">
|
|
|
<span class="icon is-large">
|
|
|
<i class="fa fa-github"></i>
|
|
|
</span>
|
|
|
- <p class="title is-4">Open source on <strong><a href="{{ site.github }}">GitHub</a></strong></p>
|
|
|
- </div>
|
|
|
+ <p class="title is-4"><strong>Free</strong></p>
|
|
|
+ <p class="subtitle">Open source on <strong>GitHub</strong></p>
|
|
|
+ </a>
|
|
|
</nav>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -285,7 +301,7 @@ route: index
|
|
|
</p>
|
|
|
</div>
|
|
|
<p class="level-item">
|
|
|
- <a class="button is-success">
|
|
|
+ <a class="button is-primary">
|
|
|
New
|
|
|
</a>
|
|
|
</p>
|