mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 04:14:29 -07:00
Reorganize index
This commit is contained in:
19
docs/_includes/index/start.html
Normal file
19
docs/_includes/index/start.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<section class="section is-medium">
|
||||
<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.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.data.meta.github }}">
|
||||
<span class="icon">
|
||||
<i class="fab fa-github"></i>
|
||||
</span>
|
||||
<span>Contribute</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user