|
@@ -128,6 +128,23 @@
|
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
+ <section class="get-started-CDN margin-top-lg" id="get-started-CDN">
|
|
|
+ <h2 class="page-header clearfix">
|
|
|
+ Use a CDN for Fork Awesome
|
|
|
+ <span class="label label-default text-base pull-right">simple</span>
|
|
|
+ </h2>
|
|
|
+
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-md-12">
|
|
|
+ <p>The simplest way to get Fork Awesome in your project is to copy the line below in between the <code><head></code> tags of your HTML source files. Then check the <a href="../examples/">examples</a> to start displaying icons.
|
|
|
+ <p>
|
|
|
+<div class="highlight"><pre><code class="html"><span class="nt"><link</span> <span class="na">rel=</span><span class="s">"stylesheet"</span> <span class="na">href=</span><span class="s">"https://cdn.jsdelivr.net/npm/fork-awesome@1.0.10/css/fork-awesome.min.css"</span> <span class="na">integrity=</span><span class="s">"sha256-MJocQFrXYBrLYBcgXsrZDp5b8/fC51HP3+6yrY74XXI="</span> <span class="na">crossorigin=</span><span class="s">"anonymous"</span><span class="nt">></span>
|
|
|
+</code></pre></div>
|
|
|
+ </p>
|
|
|
+ <p>Thanks to <a href="https://www.jsdelivr.com/package/npm/fork-awesome">jsDelivr</a> for providing the CDN for Fork Awesome</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </section>
|
|
|
|
|
|
<section class="get-started-download" id="get-started-download">
|
|
|
<h2 class="page-header clearfix">
|
|
@@ -155,7 +172,7 @@
|
|
|
<h3>Using CSS</h3>
|
|
|
|
|
|
<ol>
|
|
|
- <li>Copy the entire <code>font-awesome</code> directory into your project.</li>
|
|
|
+ <li>Copy the entire <code>fork-awesome</code> directory into your project.</li>
|
|
|
<li>
|
|
|
In the <code><head></code> of your html, reference the location to your font-awesome.min.css.
|
|
|
<div class="highlight"><pre><code class="html"><span class="nt"><link</span> <span class="na">rel=</span><span class="s">"stylesheet"</span> <span class="na">href=</span><span class="s">"path/to/fork-awesome/css/fork-awesome.min.css"</span><span class="nt">></span>
|
|
@@ -184,20 +201,6 @@
|
|
|
</div>
|
|
|
</section>
|
|
|
|
|
|
- <section class="get-started-CDN margin-top-lg" id="get-started-CDN">
|
|
|
- <h2 class="page-header">Using Fork Awesome with a CDN</h2>
|
|
|
- </section>
|
|
|
-
|
|
|
- <div class="row">
|
|
|
- <div class="col-md-12">
|
|
|
- <p>Thanks to <a href="https://www.jsdelivr.com">jsDelivr</a>, Fork Awesome is available via a CDN as well.</p>
|
|
|
- <p>
|
|
|
-<div class="highlight"><pre><code class="html"><span class="nt"><link</span> <span class="na">rel=</span><span class="s">"stylesheet"</span> <span class="na">href=</span><span class="s">"https://cdn.jsdelivr.net/npm/fork-awesome@1.0.10/css/fork-awesome.min.css"</span> <span class="na">integrity=</span><span class="s">"sha256-MJocQFrXYBrLYBcgXsrZDp5b8/fC51HP3+6yrY74XXI="</span> <span class="na">crossorigin=</span><span class="s">"anonymous"</span><span class="nt">></span>
|
|
|
-</code></pre></div>
|
|
|
- </p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
<section class="get-started-more margin-top-lg" id="get-started-more">
|
|
|
<h2 class="page-header">More Information</h2>
|
|
|
</section>
|