Update moreDropdown

This commit is contained in:
Jeremy Thomas
2018-01-18 15:43:10 +00:00
parent f9001f68b7
commit 9a3dad689b
5 changed files with 110 additions and 28 deletions

View File

@@ -76,8 +76,8 @@ doc-subtab: start
Font Awesome icons
</div>
<div class="message-body">
<p>If you want to use icons with Bulma, don't forget to include <a href="https://fortawesome.github.io/Font-Awesome/">Font Awesome</a>:</p>
{% highlight html %}<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">{% endhighlight %}
<p>If you want to use icons with Bulma, don't forget to include <a href="https://fontawesome.com">Font Awesome 5</a>:</p>
{% highlight html %}<script defer src="{{ site.data.icons.fontawesome5 }}"></script>{% endhighlight %}
</div>
</div>
@@ -125,5 +125,16 @@ doc-subtab: start
{% highlight html %}{% include getting-started.html %}{% endhighlight %}
</div>
{% include anchor.html name="bulma-start" %}
<div class="content">
<p>
<code><a href="/bulma-start/">bulma-start</a></code> is a tiny npm package that includes the <code>npm</code> dependencies you need to build your own website with Bulma.
</p>
<p>
<a class="button is-link" href="/bulma-start/">Check it out</a>
</p>
</div>
</div>
</section>