mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
Add focus
This commit is contained in:
@@ -8,49 +8,6 @@ fixed_navbar: true
|
||||
|
||||
{% include index/intro.html %}
|
||||
|
||||
<section class="hero is-primary">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<nav class="columns">
|
||||
<a class="column has-text-centered" href="{{ site.url }}/documentation/overview/responsiveness/">
|
||||
<span class="icon is-large" style="margin-right: -15px;">
|
||||
<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" style="margin-right: 10px;">
|
||||
<i class="fas fa-3x fa-desktop"></i>
|
||||
</span>
|
||||
<p class="title is-4" style="margin-top: 0.5em;"><strong>100% Responsive</strong></p>
|
||||
<p class="subtitle">Designed for <strong>mobile</strong> first</p>
|
||||
</a>
|
||||
<a class="column has-text-centered" href="{{ site.url }}/documentation/overview/modular/">
|
||||
<span class="icon is-large">
|
||||
<i class="fas fa-3x fa-cubes"></i>
|
||||
</span>
|
||||
<p class="title is-4" style="margin-top: 0.5em;"><strong>Modular</strong></p>
|
||||
<p class="subtitle">Just import what you <strong>need</strong></p>
|
||||
</a>
|
||||
<a class="column has-text-centered" href="{{ site.url }}/documentation/columns/basics/">
|
||||
<span class="icon is-large">
|
||||
<i class="fab fa-3x fa-css3"></i>
|
||||
</span>
|
||||
<p class="title is-4" style="margin-top: 0.5em;"><strong>Modern</strong></p>
|
||||
<p class="subtitle">Built with <strong>Flexbox</strong></p>
|
||||
</a>
|
||||
<a class="column has-text-centered" href="{{ site.data.meta.github }}">
|
||||
<span class="icon is-large">
|
||||
<i class="fab fa-3x fa-github"></i>
|
||||
</span>
|
||||
<p class="title is-4" style="margin-top: 0.5em;"><strong>Free</strong></p>
|
||||
<p class="subtitle">Open source on <strong>GitHub</strong></p>
|
||||
</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="bd-tws-home">
|
||||
{% include elements/tws.html %}
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user