Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/doc
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-03-29 03:41:15 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-03-29 03:41:15 +0300
commit5e443af8504c1f639819d1fdee9d663e70bf155f (patch)
tree77a430912c4af94514a58448ad34d49deb0f88ba /src/doc
parent80abbd80b8c3c8fb2874d9c4d54c62cb34a67b6c (diff)
Adding a reference to the C++ library
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/get-started.html30
1 files changed, 27 insertions, 3 deletions
diff --git a/src/doc/get-started.html b/src/doc/get-started.html
index 577d8692d..59dc25ce7 100644
--- a/src/doc/get-started.html
+++ b/src/doc/get-started.html
@@ -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>