Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
adds cdn to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafi Benkual committed Feb 16, 2015
1 parent bf12a33 commit 15bbcb6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/templates/install-update.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,18 @@ <h3>Manual Install</h3>
<li><strong>js:</strong> The Angular modules and directives, and other external libraries.</li>
<li><strong>iconic:</strong> A set of 24 icons from the folks at Iconic.</li>
</ul>

<hr>

<h3>Foundation for Apps through CDN</h3>

<p>The lovely people at <a href="http://www.jsdelivr.com/">jsDeliver</a> are hosting Foundation for Apps on CDN. You can add these to your project:</p>

<p>CSS -
<hljs language="">
http://cdn.jsdelivr.net/zurb/foundation-apps-1.0.2.min.css
</hljs></p>
<p>JS -
<hljs language="">
http://cdn.jsdelivr.net/zurb/foundation-apps-1.0.2.min.js
</hljs></p>
3 changes: 2 additions & 1 deletion docs/templates/menu-bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ <h4>Icons</h4>

<p>The menu bar supports icons, which can be positioned above, below, to the left, or to the right of the text. Icons can also be used standalone.</p>

<ul class="https://twitter.com/ZURBfoundation"><span class="fi-social-twitter" style="font-size: 2rem;"></span>Twitter</a></li>
<ul class="primary menu-bar">
<li><a href="https://twitter.com/ZURBfoundation"><span class="fi-social-twitter" style="font-size: 2rem;"></span>Twitter</a></li>
<li><a href="https://www.facebook.com/ZURB"><span class="fi-social-facebook" style="font-size: 2rem;"></span>Facebook</a></li>
<li><a href="https://github.com/zurb/foundation-apps"><span class="fi-social-github" style="font-size: 2rem;"></span>GitHub</a></li>
</ul>
Expand Down

0 comments on commit 15bbcb6

Please sign in to comment.