mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
64 lines
1.9 KiB
HTML
64 lines
1.9 KiB
HTML
|
<div class="bd-focus">
|
||
|
<nav class="columns">
|
||
|
<a class="bd-focus-item column has-text-centered" href="{{ site.url }}/documentation/overview/responsiveness/">
|
||
|
<p class="title is-4">
|
||
|
<strong>100% Responsive</strong>
|
||
|
</p>
|
||
|
<p class="subtitle is-6">Designed for <strong>mobile</strong> first</p>
|
||
|
<figure class="bd-focus-icon">
|
||
|
<span class="icon is-large">
|
||
|
<i class="fas fa-lg fa-mobile-alt"></i>
|
||
|
</span>
|
||
|
<span class="icon is-large">
|
||
|
<i class="fas fa-2x fa-tablet-alt"></i>
|
||
|
</span>
|
||
|
<span class="icon is-large">
|
||
|
<i class="fas fa-3x fa-desktop"></i>
|
||
|
</span>
|
||
|
</figure>
|
||
|
</a>
|
||
|
|
||
|
<a class="bd-focus-item column has-text-centered" href="{{ site.url }}/documentation/overview/modular/">
|
||
|
<p class="title is-4">
|
||
|
<strong>Modular</strong>
|
||
|
</p>
|
||
|
<p class="subtitle is-6">
|
||
|
Just import what you <strong>need</strong>
|
||
|
</p>
|
||
|
<figure class="bd-focus-icon">
|
||
|
<span class="icon is-large">
|
||
|
<i class="fas fa-3x fa-cubes"></i>
|
||
|
</span>
|
||
|
</figure>
|
||
|
</a>
|
||
|
|
||
|
<a class="bd-focus-item column has-text-centered" href="{{ site.url }}/documentation/columns/basics/">
|
||
|
<p class="title is-4">
|
||
|
<strong>Modern</strong>
|
||
|
</p>
|
||
|
<p class="subtitle is-6">
|
||
|
Built with <strong>Flexbox</strong>
|
||
|
</p>
|
||
|
<figure class="bd-focus-icon">
|
||
|
<span class="icon is-large">
|
||
|
<i class="fab fa-3x fa-css3"></i>
|
||
|
</span>
|
||
|
</figure>
|
||
|
</a>
|
||
|
|
||
|
<a class="bd-focus-item column has-text-centered" href="{{ site.data.meta.github }}">
|
||
|
<p class="title is-4">
|
||
|
<strong>Free</strong>
|
||
|
</p>
|
||
|
<p class="subtitle is-6">
|
||
|
Open source on <strong>GitHub</strong>
|
||
|
</p>
|
||
|
<figure class="bd-focus-icon">
|
||
|
<span class="icon is-large">
|
||
|
<i class="fab fa-3x fa-github-alt"></i>
|
||
|
</span>
|
||
|
</figure>
|
||
|
</a>
|
||
|
</nav>
|
||
|
</div>
|