index.html 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  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.0">
  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 type="text/javascript" src="//use.typekit.net/wnc7ioh.js"></script>
  23. <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
  24. <script type="text/javascript">
  25. var _gaq = _gaq || [];
  26. _gaq.push(['_setAccount', 'UA-30136587-1']);
  27. _gaq.push(['_trackPageview']);
  28. (function() {
  29. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  30. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  31. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  32. })();
  33. </script>
  34. </head>
  35. <body>
  36. <script type="text/javascript">
  37. (function(){
  38. var bsa = document.createElement('script');
  39. bsa.type = 'text/javascript';
  40. bsa.async = true;
  41. bsa.src = 'http://s3.buysellads.com/ac/bsa.js';
  42. (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);
  43. })();
  44. </script>
  45. <div id="wrap"> <!-- necessary for sticky footer. wrap all content except footer -->
  46. <div class="collapse" id="banner">
  47. <div class="container">
  48. <div class="message-container">
  49. <div class="tagline">
  50. <span id="rotating-message"></span>
  51. </div>
  52. <div class="action">
  53. <a id="rotating-url" class="btn btn-primary btn-block" href=""></a>
  54. </div>
  55. </div>
  56. </div>
  57. </div>
  58. <div class="navbar navbar-inverse navbar-static-top hidden-print">
  59. <div class="container">
  60. <div class="navbar-header">
  61. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
  62. <span class="sr-only">Toggle navigation</span>
  63. <i class="fa fa-bars fa-lg"></i>
  64. </button>
  65. <a class="navbar-brand" href="./"><i class="fa fa-flag"></i> Font Awesome</a>
  66. </div>
  67. <div class="navbar-collapse collapse">
  68. <ul class="nav navbar-nav">
  69. <li class="hidden-sm active"><a href="./">Home</a></li>
  70. <li class="hidden-sm">
  71. <a href="./whats-new/">What's New</a>
  72. </li>
  73. <li class="hidden-xs hidden-md hidden-lg">
  74. <a href="./whats-new/">New</a>
  75. </li>
  76. <li><a href="./get-started/">Get Started</a></li>
  77. <li class="dropdown-split-left"><a href="./icons/">Icons</a></li>
  78. <li class="dropdown dropdown-split-right hidden-xs">
  79. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  80. <i class="fa fa-caret-down"></i>
  81. </a>
  82. <ul class="dropdown-menu pull-right">
  83. <li><a href="./icons/"><i class="fa fa-flag fa-fw"></i>&nbsp; All Icons</a></li>
  84. <li class="divider"></li>
  85. <li><a href="./icons/#new"><i class="fa fa-diamond fa-fw"></i>&nbsp; New Icons in 4.3</a></li>
  86. <li><a href="./icons/#web-application"><i class="fa fa-camera-retro fa-fw"></i>&nbsp; Web Application Icons</a></li>
  87. <li><a href="./icons/#transportation"><i class="fa fa-ship fa-fw"></i>&nbsp; Transportation Icons</a></li>
  88. <li><a href="./icons/#file-type"><i class="fa fa-file-image-o fa-fw"></i>&nbsp; File Type Icons</a></li>
  89. <li><a href="./icons/#spinner"><i class="fa fa-spinner fa-fw"></i>&nbsp; Spinner Icons</a></li>
  90. <li><a href="./icons/#form-control"><i class="fa fa-check-square fa-fw"></i>&nbsp; Form Control Icons</a></li>
  91. <li><a href="./icons/#payment"><i class="fa fa-credit-card fa-fw"></i>&nbsp; Payment Icons</a></li>
  92. <li><a href="./icons/#chart"><i class="fa fa-pie-chart fa-fw"></i>&nbsp; Chart Icons</a></li>
  93. <li><a href="./icons/#currency"><i class="fa fa-won fa-fw"></i>&nbsp; Currency Icons</a></li>
  94. <li><a href="./icons/#text-editor"><i class="fa fa-file-text-o fa-fw"></i>&nbsp; Text Editor Icons</a></li>
  95. <li><a href="./icons/#directional"><i class="fa fa-hand-o-right fa-fw"></i>&nbsp; Directional Icons</a></li>
  96. <li><a href="./icons/#video-player"><i class="fa fa-play-circle fa-fw"></i>&nbsp; Video Player Icons</a></li>
  97. <li><a href="./icons/#brand"><i class="fa fa-github fa-fw"></i>&nbsp; Brand Icons</a></li>
  98. <li><a href="./icons/#medical"><i class="fa fa-medkit fa-fw"></i>&nbsp; Medical Icons</a></li>
  99. </ul>
  100. </li>
  101. <li class="dropdown-split-left"><a href="./examples/">Examples</a></li>
  102. <li class="dropdown dropdown-split-right hidden-xs">
  103. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  104. <i class="fa fa-caret-down"></i>
  105. </a>
  106. <ul class="dropdown-menu pull-right">
  107. <li><a href="./examples/">Examples</a></li>
  108. <li class="divider"></li>
  109. <li><a href="./examples/#basic">Basic Icons</a></li>
  110. <li><a href="./examples/#larger">Larger Icons</a></li>
  111. <li><a href="./examples/#fixed-width">Fixed Width Icons</a></li>
  112. <li><a href="./examples/#list">List Icons</a></li>
  113. <li><a href="./examples/#bordered-pulled">Bordered & Pulled Icons</a></li>
  114. <li><a href="./examples/#animated">Animated Icons</a></li>
  115. <li><a href="./examples/#rotated-flipped">Rotated &amp; Flipped Icons</a></li>
  116. <li><a href="./examples/#stacked">Stacked Icons</a></li>
  117. <li><a href="./examples/#bootstrap">Bootstrap 3 Examples</a></li>
  118. <li><a href="./examples/#custom">Custom CSS</a></li>
  119. </ul>
  120. </li>
  121. <li><a href="./community/">Community</a></li>
  122. <li><a href="./license/">License</a></li>
  123. </ul>
  124. <ul class="nav navbar-nav navbar-right">
  125. <li><a href="http://blog.fontawesome.io">Blog</a></li>
  126. </ul>
  127. </div>
  128. </div>
  129. </div>
  130. <div class="jumbotron jumbotron-carousel hidden-print">
  131. <div class="container">
  132. <div class="row">
  133. <div class="col-md-8 col-sm-8 text-center">
  134. <h1>Font Awesome</h1>
  135. <p>The iconic font and CSS toolkit</p>
  136. <div class="actions">
  137. <a class="btn btn-default btn-lg" href="./assets/font-awesome-4.3.0.zip"
  138. onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'Download on GitHub']);">
  139. <i class="fa fa-download fa-lg"></i>&nbsp;&nbsp;
  140. Download
  141. </a>
  142. </div>
  143. <div class="shameless-self-promotion">
  144. Version 4.3.0 &nbsp;&nbsp;&middot;&nbsp;&nbsp;
  145. <a href="https://github.com/FortAwesome/Font-Awesome"
  146. onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'View Project on GitHub']);">
  147. GitHub Project</a> &nbsp;&nbsp;&middot;&nbsp;&nbsp;
  148. <a href="./3.2.1">Old 3.2.1 Docs</a> &nbsp;&nbsp;&middot;&nbsp;&nbsp;
  149. Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
  150. </div>
  151. </div>
  152. <div class="col-md-4 col-sm-4">
  153. <div id="icon-carousel" class="carousel slide">
  154. <!-- Carousel items -->
  155. <div class="carousel-inner">
  156. <div class="active item"><div><i class="fa fa-flag"></i></div></div>
  157. <div class="item"><div><i class="fa fa-birthday-cake"></i></div></div>
  158. <div class="item"><div><i class="fa fa-paint-brush"></i></div></div>
  159. <div class="item"><div><i class="fa fa-eyedropper"></i></div></div>
  160. <div class="item"><div><i class="fa fa-envelope"></i></div></div>
  161. <div class="item"><div><i class="fa fa-send-o"></i></div></div>
  162. <div class="item"><div><i class="fa fa-book"></i></div></div>
  163. <div class="item"><div><i class="fa fa-fighter-jet"></i></div></div>
  164. <div class="item"><div><i class="fa fa-beer"></i></div></div>
  165. <div class="item"><div><i class="fa fa-heart-o"></i></div></div>
  166. <div class="item"><div><i class="fa fa-thumbs-o-up"></i></div></div>
  167. <div class="item"><div><i class="fa fa-pied-piper-alt"></i></div></div>
  168. </div>
  169. <!-- Carousel nav -->
  170. <a class="carousel-control left" href="#icon-carousel" data-slide="prev"
  171. onClick="_gaq.push(['_trackEvent', 'iconCarousel', 'Prev']);">
  172. <i class="fa fa-arrow-circle-left"></i></a>
  173. <a class="carousel-control right" href="#icon-carousel" data-slide="next"
  174. onClick="_gaq.push(['_trackEvent', 'iconCarousel', 'Next']);">
  175. <i class="fa fa-arrow-circle-right"></i></a>
  176. </div>
  177. </div>
  178. </div>
  179. </div>
  180. </div>
  181. <div id="social-buttons" class="hidden-print">
  182. <div class="container">
  183. <ul class="list-inline">
  184. <li>
  185. <iframe class="github-btn" src="http://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>
  186. </li>
  187. <li>
  188. <iframe class="github-btn" src="http://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>
  189. </li>
  190. <li class="follow-btn">
  191. <a href="https://twitter.com/fontawesome" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @fontawesome</a>
  192. </li>
  193. <li class="tweet-btn hidden-phone">
  194. <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>
  195. </li>
  196. </ul>
  197. </div>
  198. </div>
  199. <div class="container">
  200. <section class="hidden-print">
  201. <div class="stripe-ad">
  202. <script type="text/javascript" src="//cdn.fusionads.net/fusion.js?zoneid=1332&serve=C6SDP2Y&placement=fontawesome" id="_fusionads_js"></script>
  203. <p class="lead">
  204. Font Awesome gives you scalable vector icons that can instantly be customized &mdash; size, color, drop shadow,
  205. and anything that can be done with the power of CSS.
  206. </p>
  207. </div>
  208. </section>
  209. <section id="why" class="feature-list">
  210. <div class="row">
  211. <div class="col-md-4 col-sm-6">
  212. <h4><i class="fa fa-flag"></i> One Font, 519 Icons</h4>
  213. In a single collection, Font Awesome is a pictographic language of web-related actions.
  214. </div>
  215. <div class="col-md-4 col-sm-6">
  216. <h4><i class="fa fa-ban"></i> No JavaScript Required</h4>
  217. Fewer compatibility concerns because Font Awesome doesn't require JavaScript.
  218. </div>
  219. <div class="col-md-4 col-sm-6">
  220. <h4><i class="fa fa-arrows-alt"></i> Infinite Scalability</h4>
  221. Scalable vector graphics means every icon looks awesome at any size.
  222. </div>
  223. <div class="col-md-4 col-sm-6">
  224. <h4><i class="fa fa-microphone"></i> Free, as in Speech</h4>
  225. Font Awesome is completely free for commercial use. Check out the <a href="./license/">license</a>.
  226. </div>
  227. <div class="col-md-4 col-sm-6">
  228. <h4><i class="fa fa-pencil"></i> CSS Control</h4>
  229. Easily style icon color, size, shadow, and anything that's possible with CSS.
  230. </div>
  231. <div class="col-md-4 col-sm-6">
  232. <h4><i class="fa fa-eye"></i> Perfect on Retina Displays</h4>
  233. Font Awesome icons are vectors, which mean they're gorgeous on high-resolution displays.
  234. </div>
  235. <div class="col-md-4 col-sm-6">
  236. <h4><i class="fa fa-gamepad"></i> Plays Well with Others</h4>
  237. Originally designed for <a href="http://getbootstrap.com">Bootstrap</a>, Font Awesome works great with all frameworks.
  238. </div>
  239. <div class="col-md-4 col-sm-6">
  240. <h4><i class="fa fa-desktop"></i> Desktop Friendly</h4>
  241. To use on the desktop or for a complete set of vectors,
  242. check out the <a href="./cheatsheet/">cheatsheet</a>.
  243. </div>
  244. <div class="col-md-4 col-sm-6">
  245. <h4><i class="fa fa-search"></i> Screen Reader Compatible</h4>
  246. Font Awesome won't trip up screen readers, unlike other icon fonts.
  247. </div>
  248. </div>
  249. </section>
  250. <section id="thanks-to">
  251. <h2 class="page-header">Thanks To</h2>
  252. <div class="row">
  253. <div class="col-md-4 col-sm-4">
  254. <p>
  255. Thanks to <a href="https://twitter.com/robmadole/">@robmadole</a> and
  256. <a href="https://twitter.com/supercodepoet/">@supercodepoet</a> for icon design
  257. review, advice, some Jekyll help, and being all around badass coders.
  258. </p>
  259. </div>
  260. <div class="col-md-4 col-sm-4">
  261. <p>
  262. HUGE thanks to <a href="https://twitter.com/gtagliala">@gtagliala</a> for doing such a fantastic job managing
  263. pull requests and issues on the Font Awesome
  264. <a href="https://github.com/FortAwesome/Font-Awesome">GitHub project</a>.
  265. </p>
  266. </div>
  267. <div class="col-md-4 col-sm-4">
  268. <p>
  269. Thanks to <a href="http://maxcdn.com"><i class="fa fa-maxcdn">&nbsp;</i>MaxCDN</a> for providing the excellent
  270. <a href="http://www.bootstrapcdn.com/#fontawesome_tab">BootstrapCDN</a>, the fastest and easiest way to
  271. <a href="./get-started/#bootstrapcdn">get started</a> with Font Awesome.
  272. </p>
  273. </div>
  274. </div>
  275. </section>
  276. </div>
  277. </div>
  278. <footer id="footer" class="footer hidden-print">
  279. <div class="container text-center">
  280. <div id="bsap_1298241" class="bsarocks bsap_b1146e3f9fa32a794fc6d2c7be47ece8"></div>
  281. <div>
  282. <i class="fa fa-flag"></i> Font Awesome 4.3.0
  283. <span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
  284. Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
  285. </div>
  286. <div>
  287. Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
  288. <span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
  289. Code licensed under <a href="http://opensource.org/licenses/mit-license.html">MIT License</a>
  290. <span class="hide-xs hide-sm">&middot;</span><br class="hide-md hide-lg">
  291. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>
  292. </div>
  293. <div>
  294. Thanks to <a href="http://maxcdn.com"><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>
  295. </div>
  296. <div class="project">
  297. <a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> &middot;
  298. <a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> &middot;
  299. <a href="./3.2.1">Old 3.2.1 Docs</a>
  300. </div>
  301. </div>
  302. </footer>
  303. <script src="http://platform.twitter.com/widgets.js"></script>
  304. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  305. <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
  306. <script src="./assets/js/tabcomplete.min.js"></script>
  307. <script src="./assets/js/site.js"></script>
  308. <script type="text/javascript">
  309. (function() {
  310. window._pa = window._pa || {};
  311. var pa = document.createElement('script'); pa.type = 'text/javascript'; pa.async = true;
  312. pa.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + "//tag.perfectaudience.com/serve/54bfdab8751a087f190000f8.js";
  313. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(pa, s);
  314. })();
  315. </script>
  316. <script src="//load.sumome.com/" data-sumo-site-id="24237ee44267a89bbc339f27e22e961bf78a1ada5785f8173d40c094e994c8a6" async="async"></script>
  317. </body>
  318. </html>