mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add Bulma book
This commit is contained in:
@@ -39,7 +39,7 @@ fixed_navbar: true
|
||||
<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.github }}">
|
||||
<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>
|
||||
@@ -480,13 +480,13 @@ fixed_navbar: true
|
||||
<div class="container">
|
||||
<p class="title has-text-centered">Get started</p>
|
||||
<div class="hero-buttons">
|
||||
<a class="button is-link is-large" href="{{ site.documentation }}">
|
||||
<a class="button is-link is-large" href="{{ site.data.meta.documentation }}">
|
||||
<span class="icon">
|
||||
<i class="fas fa-book"></i>
|
||||
</span>
|
||||
<span>Check the <strong>docs</strong></span>
|
||||
</a>
|
||||
<a class="button is-black is-large" href="{{ site.github }}">
|
||||
<a class="button is-black is-large" href="{{ site.data.meta.github }}">
|
||||
<span class="icon">
|
||||
<i class="fab fa-github"></i>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user