index.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <!-- Basic Page Needs
  5. ================================================== -->
  6. <meta charset="utf-8" />
  7. <meta name="viewport" content="width=device-width,initial-scale=1">
  8. <meta name="description" content="Font Awesome, the iconic font and CSS framework">
  9. <meta name="author" content="Dave Gandy">
  10. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11. <link rel="shortcut icon" href="./assets/ico/favicon.ico">
  12. <title>Font Awesome, the iconic font and CSS toolkit</title>
  13. <!-- CSS
  14. ================================================== -->
  15. <link rel="stylesheet" href="./assets/css/site.css">
  16. <link rel="stylesheet" href="./assets/css/pygments.css">
  17. <link rel="stylesheet" href="./assets/font-awesome/css/font-awesome.css">
  18. <!--[if lt IE 9]>
  19. <script src="./assets/js/html5shiv.js"></script>
  20. <script src="./assets/js/respond.min.js"></script>
  21. <![endif]-->
  22. <script src="https://use.fonticons.com/ffe176a3.js"></script>
  23. <script>
  24. var _gaq = _gaq || [];
  25. _gaq.push(['_setAccount', 'UA-30136587-1']);
  26. _gaq.push(['_trackPageview']);
  27. (function() {
  28. var ga = document.createElement('script');
  29. ga.src = 'https://www.google-analytics.com/ga.js';
  30. var s = document.scripts[0];
  31. s.parentNode.insertBefore(ga, s);
  32. })();
  33. </script>
  34. </head>
  35. <body>
  36. <script>
  37. (function(){
  38. var bsa = document.createElement('script');
  39. bsa.src = 'https://s3.buysellads.com/ac/bsa.js';
  40. var s = document.scripts[0];
  41. s.parentNode.insertBefore(bsa, s);
  42. })();
  43. </script>
  44. <div id="wrap"> <!-- necessary for sticky footer. wrap all content except footer -->
  45. <div class="navbar navbar-org navbar-static-top">
  46. <div class="container">
  47. <ul class="nav navbar-nav navbar-right">
  48. <li>
  49. <a href="http://fortawesome.com/?utm_source=font_awesome_navbar&utm_medium=display&utm_content=ad_1_next_level&utm_campaign=promo_5.0_update" data-toggle="tooltip" data-container="body" data-placement="bottom" data-html="true" title="Take your front end game<br>to the next level!">
  50. <i class="fas fas-fort-logo fas-lg valign-baseline"></i>&nbsp;
  51. Fort Awesome
  52. </a>
  53. </li>
  54. <li class="active">
  55. <a href="http://fontawesome.io/?utm_source=font_awesome_navbar&utm_medium=display&utm_content=font_awesome_navbar&utm_campaign=promo_5.0_update" data-toggle="tooltip" data-container="body" data-placement="bottom" data-html="true" title="The iconic font<br>&amp; CSS toolkit">
  56. <i class="fas fas-flag-logo"></i>&nbsp;
  57. Font Awesome</a>
  58. </li>
  59. </ul>
  60. <div class="navbar-text navbar-right hide-xs">Build and serve a faster front end!</div>
  61. </div>
  62. </div>
  63. <div class="navbar navbar-inverse navbar-static-top hidden-print">
  64. <div class="container">
  65. <div class="navbar-header">
  66. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
  67. <span class="sr-only">Toggle navigation</span>
  68. <i class="fa fa-bars fa-lg"></i>
  69. </button>
  70. <a class="navbar-brand" href="./"><i class="fas fas-flag-logo fas-lg"></i> Font Awesome</a>
  71. </div>
  72. <div class="navbar-collapse collapse">
  73. <ul class="nav navbar-nav">
  74. <li class="hidden-sm active"><a href="./">Home</a></li>
  75. <li class="hidden-sm">
  76. <a href="./whats-new/">What's New</a>
  77. </li>
  78. <li class="hidden-xs hidden-md hidden-lg">
  79. <a href="./whats-new/">New</a>
  80. </li>
  81. <li><a href="./get-started/">Get Started</a></li>
  82. <li class="dropdown-split-left"><a href="./icons/">Icons</a></li>
  83. <li class="dropdown dropdown-split-right hidden-xs">
  84. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  85. <i class="fa fa-caret-down"></i>
  86. </a>
  87. <ul class="dropdown-menu pull-right">
  88. <li><a href="./icons/"><i class="fa fa-flag fa-fw"></i>&nbsp; All Icons</a></li>
  89. <li class="divider"></li>
  90. <li><a href="./icons/#new"><i class="fa fa-fort-awesome fa-fw"></i>&nbsp; New Icons in 4.5</a></li>
  91. <li><a href="./icons/#web-application"><i class="fa fa-camera-retro fa-fw"></i>&nbsp; Web Application Icons</a></li>
  92. <li><a href="./icons/#hand"><i class="fa fa-hand-spock-o fa-fw"></i>&nbsp; Hand Icons</a></li>
  93. <li><a href="./icons/#transportation"><i class="fa fa-ship fa-fw"></i>&nbsp; Transportation Icons</a></li>
  94. <li><a href="./icons/#gender"><i class="fa fa-venus fa-fw"></i>&nbsp; Gender Icons</a></li>
  95. <li><a href="./icons/#file-type"><i class="fa fa-file-image-o fa-fw"></i>&nbsp; File Type Icons</a></li>
  96. <li><a href="./icons/#spinner"><i class="fa fa-spinner fa-fw"></i>&nbsp; Spinner Icons</a></li>
  97. <li><a href="./icons/#form-control"><i class="fa fa-check-square fa-fw"></i>&nbsp; Form Control Icons</a></li>
  98. <li><a href="./icons/#payment"><i class="fa fa-credit-card fa-fw"></i>&nbsp; Payment Icons</a></li>
  99. <li><a href="./icons/#chart"><i class="fa fa-pie-chart fa-fw"></i>&nbsp; Chart Icons</a></li>
  100. <li><a href="./icons/#currency"><i class="fa fa-won fa-fw"></i>&nbsp; Currency Icons</a></li>
  101. <li><a href="./icons/#text-editor"><i class="fa fa-file-text-o fa-fw"></i>&nbsp; Text Editor Icons</a></li>
  102. <li><a href="./icons/#directional"><i class="fa fa-arrow-right fa-fw"></i>&nbsp; Directional Icons</a></li>
  103. <li><a href="./icons/#video-player"><i class="fa fa-play-circle fa-fw"></i>&nbsp; Video Player Icons</a></li>
  104. <li><a href="./icons/#brand"><i class="fa fa-github fa-fw"></i>&nbsp; Brand Icons</a></li>
  105. <li><a href="./icons/#medical"><i class="fa fa-medkit fa-fw"></i>&nbsp; Medical Icons</a></li>
  106. </ul>
  107. </li>
  108. <li class="dropdown-split-left"><a href="./examples/">Examples</a></li>
  109. <li class="dropdown dropdown-split-right hidden-xs">
  110. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  111. <i class="fa fa-caret-down"></i>
  112. </a>
  113. <ul class="dropdown-menu pull-right">
  114. <li><a href="./examples/">Examples</a></li>
  115. <li class="divider"></li>
  116. <li><a href="./examples/#basic">Basic Icons</a></li>
  117. <li><a href="./examples/#larger">Larger Icons</a></li>
  118. <li><a href="./examples/#fixed-width">Fixed Width Icons</a></li>
  119. <li><a href="./examples/#list">List Icons</a></li>
  120. <li><a href="./examples/#bordered-pulled">Bordered & Pulled Icons</a></li>
  121. <li><a href="./examples/#animated">Animated Icons</a></li>
  122. <li><a href="./examples/#rotated-flipped">Rotated &amp; Flipped Icons</a></li>
  123. <li><a href="./examples/#stacked">Stacked Icons</a></li>
  124. <li><a href="./examples/#bootstrap">Bootstrap 3 Examples</a></li>
  125. <li><a href="./examples/#custom">Custom CSS</a></li>
  126. </ul>
  127. </li>
  128. <li><a href="./community/">Community</a></li>
  129. <li><a href="./license/">License</a></li>
  130. </ul>
  131. <ul class="nav navbar-nav navbar-right">
  132. <li><a href="http://blog.fontawesome.io">Blog</a></li>
  133. </ul>
  134. </div>
  135. </div>
  136. </div>
  137. <div class="jumbotron jumbotron-carousel hidden-print">
  138. <div class="container">
  139. <div class="row">
  140. <div class="col-md-8 col-sm-8 text-center">
  141. <h1>Font Awesome</h1>
  142. <p>The iconic font and CSS toolkit</p>
  143. <div class="actions">
  144. <a class="btn btn-default btn-lg" href="#modal-download" data-toggle="modal"
  145. onClick="_gaq.push(['_trackEvent', 'Launch Modal', 'Launch Download Modal']);">
  146. <i class="fa fa-download fa-lg"></i>&nbsp;
  147. Download
  148. </a>
  149. </div>
  150. <div class="shameless-self-promotion">
  151. Version 4.5.0 &nbsp;&nbsp;&middot;&nbsp;&nbsp;
  152. <a href="https://github.com/FortAwesome/Font-Awesome"
  153. onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'View Project on GitHub']);">
  154. GitHub Project</a> &nbsp;&nbsp;&middot;&nbsp;&nbsp;
  155. <a href="./3.2.1">Old 3.2.1 Docs</a> &nbsp;&nbsp;&middot;&nbsp;&nbsp;
  156. Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
  157. </div>
  158. </div>
  159. <div class="col-md-4 col-sm-4">
  160. <div id="icon-carousel" class="carousel slide">
  161. <!-- Carousel items -->
  162. <div class="carousel-inner">
  163. <div class="active item"><div><i class="fa fa-flag"></i></div></div>
  164. <div class="item"><div><i class="fa fa-fort-awesome"></i></div></div>
  165. <div class="item"><div><i class="fa fa-sticky-note"></i></div></div>
  166. <div class="item"><div><i class="fa fa-commenting"></i></div></div>
  167. <div class="item"><div><i class="fa fa-map-signs"></i></div></div>
  168. <div class="item"><div><i class="fa fa-envelope"></i></div></div>
  169. <div class="item"><div><i class="fa fa-send-o"></i></div></div>
  170. <div class="item"><div><i class="fa fa-book"></i></div></div>
  171. <div class="item"><div><i class="fa fa-fighter-jet"></i></div></div>
  172. <div class="item"><div><i class="fa fa-beer"></i></div></div>
  173. <div class="item"><div><i class="fa fa-heart-o"></i></div></div>
  174. <div class="item"><div><i class="fa fa-thumbs-o-up"></i></div></div>
  175. <div class="item"><div><i class="fa fa-pied-piper-alt"></i></div></div>
  176. </div>
  177. <!-- Carousel nav -->
  178. <a class="carousel-control left" href="#icon-carousel" data-slide="prev"
  179. onClick="_gaq.push(['_trackEvent', 'iconCarousel', 'Prev']);">
  180. <i class="fa fa-arrow-circle-left"></i></a>
  181. <a class="carousel-control right" href="#icon-carousel" data-slide="next"
  182. onClick="_gaq.push(['_trackEvent', 'iconCarousel', 'Next']);">
  183. <i class="fa fa-arrow-circle-right"></i></a>
  184. </div>
  185. </div>
  186. </div>
  187. </div>
  188. </div>
  189. <div id="social-buttons" class="hidden-print">
  190. <div class="container">
  191. <form id="newsletter" method="post" action="https://formkeep.com/f/ba101f5b69f0">
  192. <div class="row">
  193. <div class="col-md-4 col-md-offset-2 col-sm-6">
  194. <div class="form-group margin-bottom">
  195. <input name="email" type="email" class="form-control" id="email" placeholder="Enter your email address&hellip;" required>
  196. </div>
  197. </div>
  198. <div class="col-md-4 col-sm-6">
  199. <button type="submit" class="btn btn-success btn-block margin-bottom-lg"
  200. data-toggle="popover" data-trigger="hover" data-placement="top" title="Stay up to date with the Awesome"
  201. data-content="We'll send you updates on new Font Awesome releases, icons, and other stuff that we're working on. We won't spam you. Scout's honor.">
  202. Subscribe to Font Awesome Updates&nbsp;&nbsp;<i class="fa fa-envelope"></i>
  203. </button>
  204. </div>
  205. </div>
  206. </form>
  207. <ul class="list-inline">
  208. <li>
  209. <iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=FortAwesome&repo=Font-Awesome&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
  210. </li>
  211. <li>
  212. <iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=FortAwesome&repo=Font-Awesome&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px"></iframe>
  213. </li>
  214. <li class="follow-btn">
  215. <a href="https://twitter.com/fontawesome" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @fontawesome</a>
  216. </li>
  217. <li class="tweet-btn hidden-phone">
  218. <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://fontawesome.io" data-text="Font Awesome, the iconic font and CSS framework" data-counturl="http://fortawesome.github.com/Font-Awesome/" data-count="horizontal" data-via="fontawesome" data-related="davegandy:Creator of Font Awesome">Tweet</a>
  219. </li>
  220. </ul>
  221. </div>
  222. </div>
  223. <div class="container">
  224. <section class="hidden-print">
  225. <div class="stripe-ad">
  226. <script src="https://cdn.fusionads.net/fusion.js?zoneid=1332&amp;serve=C6SDP2Y&amp;placement=fontawesome" id="_fusionads_js"></script>
  227. <p class="lead">
  228. Font Awesome gives you scalable vector icons that can instantly be customized &mdash; size, color, drop shadow,
  229. and anything that can be done with the power of CSS.
  230. </p>
  231. </div>
  232. </section>
  233. <section id="why" class="feature-list">
  234. <div class="row">
  235. <div class="col-md-4 col-sm-6">
  236. <h4><i class="fa fa-flag"></i> One Font, 605 Icons</h4>
  237. In a single collection, Font Awesome is a pictographic language of web-related actions.
  238. </div>
  239. <div class="col-md-4 col-sm-6">
  240. <h4><i class="fa fa-ban"></i> No JavaScript Required</h4>
  241. Fewer compatibility concerns because Font Awesome doesn't require JavaScript.
  242. </div>
  243. <div class="col-md-4 col-sm-6">
  244. <h4><i class="fa fa-arrows-alt"></i> Infinite Scalability</h4>
  245. Scalable vector graphics means every icon looks awesome at any size.
  246. </div>
  247. <div class="col-md-4 col-sm-6">
  248. <h4><i class="fa fa-microphone"></i> Free, as in Speech</h4>
  249. Font Awesome is completely free for commercial use. Check out the <a href="./license/">license</a>.
  250. </div>
  251. <div class="col-md-4 col-sm-6">
  252. <h4><i class="fa fa-pencil"></i> CSS Control</h4>
  253. Easily style icon color, size, shadow, and anything that's possible with CSS.
  254. </div>
  255. <div class="col-md-4 col-sm-6">
  256. <h4><i class="fa fa-eye"></i> Perfect on Retina Displays</h4>
  257. Font Awesome icons are vectors, which mean they're gorgeous on high-resolution displays.
  258. </div>
  259. <div class="col-md-4 col-sm-6">
  260. <h4><i class="fa fa-gamepad"></i> Plays Well with Others</h4>
  261. Originally designed for <a href="http://getbootstrap.com">Bootstrap</a>, Font Awesome works great with all frameworks.
  262. </div>
  263. <div class="col-md-4 col-sm-6">
  264. <h4><i class="fa fa-desktop"></i> Desktop Friendly</h4>
  265. To use on the desktop or for a complete set of vectors,
  266. check out the <a href="./cheatsheet/">cheatsheet</a>.
  267. </div>
  268. <div class="col-md-4 col-sm-6">
  269. <h4><i class="fa fa-search"></i> Screen Reader Compatible</h4>
  270. Font Awesome won't trip up screen readers, unlike other icon fonts.
  271. </div>
  272. </div>
  273. </section>
  274. <section id="thanks-to">
  275. <h2 class="page-header">Thanks To</h2>
  276. <div class="row">
  277. <div class="col-md-4 col-sm-4">
  278. <p>
  279. Thanks to <a href="https://twitter.com/robmadole/">@robmadole</a> and
  280. <a href="https://twitter.com/supercodepoet/">@supercodepoet</a> for icon design
  281. review, advice, some Jekyll help, and being all around badass coders.
  282. </p>
  283. </div>
  284. <div class="col-md-4 col-sm-4">
  285. <p>
  286. HUGE thanks to <a href="https://twitter.com/gtagliala">@gtagliala</a> for doing such a fantastic job managing
  287. pull requests and issues on the Font Awesome
  288. <a href="https://github.com/FortAwesome/Font-Awesome">GitHub project</a>.
  289. </p>
  290. </div>
  291. <div class="col-md-4 col-sm-4">
  292. <p>
  293. Thanks to <a href="http://tracking.maxcdn.com/c/148092/3982/378"><i class="fa fa-maxcdn">&nbsp;</i>MaxCDN</a> for providing the excellent
  294. <a href="http://www.bootstrapcdn.com/#fontawesome_tab">BootstrapCDN</a>, the fastest and easiest way to
  295. <a href="./get-started/#bootstrapcdn">get started</a> with Font Awesome.
  296. </p>
  297. </div>
  298. </div>
  299. </section>
  300. </div>
  301. <div class="modal fade" id="modal-download" tabindex="-1" role="dialog" aria-labelledby="modal-download-label"
  302. xmlns="http://www.w3.org/1999/html">
  303. <div class="modal-dialog" role="document">
  304. <div class="modal-content">
  305. <div class="modal-header">
  306. <button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="fa fa-times"></i></button>
  307. <h2 class="modal-title" id="modal-download-label">
  308. <i class="fa fa-download fa-lg"></i>&nbsp;
  309. Download
  310. </h2>
  311. </div>
  312. <div class="modal-body">
  313. <div class="text-lg margin-bottom-lg">
  314. Before you download, check out our latest project: Fort Awesome&mdash;
  315. </div>
  316. <div class="row">
  317. <div class="col-md-6 col-sm-6 margin-bottom-lg">
  318. <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">More Sets</h4>
  319. Font Awesome not the right look? We've got the perfect icon set for your website!
  320. </div>
  321. <div class="col-md-6 col-sm-6 margin-bottom-lg">
  322. <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">Your Icons</h4>
  323. Copy &amp; paste your own logo and icons directly into Fort Awesome. Easy peasy.
  324. </div>
  325. <div class="col-md-6 col-sm-6 margin-bottom-lg">
  326. <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">Fonts Too!</h4>
  327. Subset and serve your typefaces too! We've got some great ones to start with.
  328. </div>
  329. <div class="col-md-6 col-sm-6 margin-bottom-lg">
  330. <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">Optimized</h4>
  331. Subsetting your icons and typefaces often shrinks them by 95% or more!
  332. </div>
  333. <div class="col-md-6 col-sm-6 margin-bottom-lg">
  334. <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">Hosted</h4>
  335. No more messing with files! Update and deploy your icons to our CDN.
  336. </div>
  337. <div class="col-md-6 col-sm-6 margin-bottom-lg">
  338. <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">Faster</h4>
  339. Optimized and hosted means your icons and typefaces load much faster.
  340. </div>
  341. </div>
  342. <a href="https://fortawesome.com/start?utm_source=font_awesome_homepage&utm_medium=display&utm_content=download_modal&utm_campaign=promo_5.0_update" class="btn btn-success btn-lg btn-block">
  343. Take your icon game <br class="visible-xs" />to the next level with
  344. <h2 class="margin-top-sm margin-bottom-sm hidden-xs"><i class="fas fas-fort-logo fas-lg valign-baseline"></i>&nbsp; Fort Awesome</h2>
  345. <h3 class="margin-top-sm margin-bottom-sm visible-xs"><i class="fas fas-fort-logo fas-lg valign-baseline"></i>&nbsp; Fort Awesome</h3>
  346. </a>
  347. <div class="text-center margin-top-sm margin-bottom-sm">or</div>
  348. <a class="btn btn-default btn-lg btn-block" href="./assets/font-awesome-4.5.0.zip"
  349. onClick="_gaq.push(['_trackEvent', 'Outbound Modal Link', 'Download on GitHub']);">
  350. No thanks, just download <br class="visible-xs" />Font Awesome
  351. </a>
  352. </div>
  353. </div>
  354. </div>
  355. </div>
  356. </div>
  357. <footer id="footer" class="footer hidden-print">
  358. <div class="container text-center">
  359. <div id="bsap_1298241" class="bsarocks bsap_b1146e3f9fa32a794fc6d2c7be47ece8">
  360. <a href="http://www.wpbeginner.com/?utm_source=fontawesome_footer&utm_medium=banner&utm_campaign=fontawesome" title="Beginner's Guide to WordPress" target="_blank" rel="nofollow"
  361. onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'wpbeginner.com']);">
  362. <img src="./assets/img/logo-wpbeginner.png" width="220" height="65" alt="">
  363. </a>
  364. <a href="https://themeisle.com/?utm_source=fontawesome_footer&utm_medium=banner&utm_campaign=fontawesome" title="Beginner's Guide to WordPress" target="_blank" rel="nofollow"
  365. onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'themeisle.com']);">
  366. <img src="./assets/img/logo-themeisle.png" width="220" height="65" alt="">
  367. </a>
  368. </div>
  369. <div>
  370. <i class="fa fa-flag"></i> Font Awesome 4.5.0
  371. <span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
  372. Created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
  373. </div>
  374. <div>
  375. Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
  376. <span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
  377. Code licensed under <a href="http://opensource.org/licenses/mit-license.html">MIT License</a>
  378. <span class="hide-xs hide-sm">&middot;</span><br class="hide-md hide-lg">
  379. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>
  380. </div>
  381. <div>
  382. 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="http://www.bootstrapcdn.com/#fontawesome_tab">BootstrapCDN for Font Awesome</a>
  383. </div>
  384. <div class="project">
  385. <a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> &middot;
  386. <a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> &middot;
  387. <a href="./3.2.1">Old 3.2.1 Docs</a>
  388. </div>
  389. </div>
  390. </footer>
  391. <script src="https://platform.twitter.com/widgets.js"></script>
  392. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  393. <script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script>
  394. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
  395. <script src="https://cdn.jsdelivr.net/algoliasearch/3/algoliasearch.min.js"></script>
  396. <script src="https://cdn.jsdelivr.net/algoliasearch.helper/2/algoliasearch.helper.min.js"></script>
  397. <script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
  398. <script src="https://cdnjs.cloudflare.com/ajax/libs/backbone.js/1.2.2/backbone-min.js"></script>
  399. <script src="./assets/js/site.js"></script>
  400. <script src="./assets/js/search.js"></script>
  401. </body>
  402. </html>