浏览代码

Adding a reference to the C++ library

Julien Deswaef 7 年之前
父节点
当前提交
5e443af850
共有 1 个文件被更改,包括 27 次插入3 次删除
  1. 27 3
      src/doc/get-started.html

+ 27 - 3
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>