mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-25 21:11:30 +08:00
https relevant links
safer and faster
This commit is contained in:
parent
174e930977
commit
00a65f3b3a
10
index.html
10
index.html
@ -139,7 +139,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<ul class="nav navbar-nav navbar-right">
|
<ul class="nav navbar-nav navbar-right">
|
||||||
<li><a href="http://articles.fortawesome.com">Blog</a></li>
|
<li><a href="https://articles.fortawesome.com">Blog</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -165,7 +165,7 @@
|
|||||||
onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'View Project on GitHub']);">
|
onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'View Project on GitHub']);">
|
||||||
GitHub Project</a> ·
|
GitHub Project</a> ·
|
||||||
<a href="./3.2.1">Old 3.2.1 Docs</a> ·
|
<a href="./3.2.1">Old 3.2.1 Docs</a> ·
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4 col-sm-4">
|
<div class="col-md-4 col-sm-4">
|
||||||
@ -286,7 +286,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-md-4 col-sm-6">
|
<div class="col-md-4 col-sm-6">
|
||||||
<h4><i class="fa fa-gamepad" aria-hidden="true"></i> Plays Well with Others</h4>
|
<h4><i class="fa fa-gamepad" aria-hidden="true"></i> Plays Well with Others</h4>
|
||||||
Originally designed for <a href="http://getbootstrap.com">Bootstrap</a>, Font Awesome works great with all frameworks.
|
Originally designed for <a href="https://getbootstrap.com">Bootstrap</a>, Font Awesome works great with all frameworks.
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4 col-sm-6">
|
<div class="col-md-4 col-sm-6">
|
||||||
<h4><i class="fa fa-desktop" aria-hidden="true"></i> Desktop Friendly</h4>
|
<h4><i class="fa fa-desktop" aria-hidden="true"></i> Desktop Friendly</h4>
|
||||||
@ -422,9 +422,9 @@
|
|||||||
<div>
|
<div>
|
||||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Code licensed under <a href="http://opensource.org/licenses/mit-license.html">MIT License</a>
|
Code licensed under <a href="https://opensource.org/licenses/mit-license.html">MIT License</a>
|
||||||
<span class="hide-xs hide-sm">·</span><br class="hide-md hide-lg">
|
<span class="hide-xs hide-sm">·</span><br class="hide-md hide-lg">
|
||||||
Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>
|
Documentation licensed under <a href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
Thanks to <a href="http://tracking.maxcdn.com/c/148092/3982/378/"><i class="fa fa-maxcdn"></i> MaxCDN</a> for providing the excellent <a href="https://www.bootstrapcdn.com/fontawesome/">BootstrapCDN for Font Awesome</a>
|
Thanks to <a href="http://tracking.maxcdn.com/c/148092/3982/378/"><i class="fa fa-maxcdn"></i> MaxCDN</a> for providing the excellent <a href="https://www.bootstrapcdn.com/fontawesome/">BootstrapCDN for Font Awesome</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user