Adding a reference to the C++ library

This commit is contained in:
Julien Deswaef 2018-03-28 20:41:15 -04:00
parent 80abbd80b8
commit 5e443af850

View file

@ -13,8 +13,7 @@ relative_path: ../
<div class="container">
<section class="get-started-CDN margin-top-lg" id="get-started-CDN">
<h2 class="page-header clearfix">
Use a CDN for {{ site.forkawesome.name }}
<span class="label label-default text-base pull-right">simple</span>
Use a CDN
</h2>
<div class="row">
@ -30,10 +29,13 @@ relative_path: ../
</div>
</section>
<div class="hr margin-top-xl">
<span class="hr-text text-xl text-muted">or</span>
</div>
<section class="get-started-download" id="get-started-download">
<h2 class="page-header clearfix">
Download &amp; Customize
<span class="label label-default text-base pull-right">Easy</span>
</h2>
<div class="row">
@ -87,6 +89,28 @@ relative_path: ../
</div>
</section>
<div class="hr margin-top-xl">
<span class="hr-text text-xl text-muted">or</span>
</div>
<section class="get-started-Cpp margin-top-lg" id="get-started-Cpp">
<h2 class="page-header clearfix">
Use {{ site.forkawesome.name }} in your C or C++ applications
</h2>
<div class="row">
<div class="col-md-12">
<p>Juliette Foucault has created a little library called <a href="https://github.com/juliettef/IconFontCppHeaders">IconFontCppHeaders</a> to help use a few icon fonts in your C or C++ projects and {{ site.forkawesome.name }} is part of it.</p>
{% highlight c %}
#include "IconsForkAwesome.h"
{% endhighlight %}
</div>
</div>
</section>
<div class="hr margin-top-xl">
</div>
<section class="get-started-more margin-top-lg" id="get-started-more">
<h2 class="page-header">More Information</h2>
</section>