index.html 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. <!DOCTYPE html>
  2. <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
  3. <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
  4. <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
  5. <!--[if (gte IE 9)|!(IE)]><!-->
  6. <html lang="en" xmlns="http://www.w3.org/1999/html"> <!--<![endif]-->
  7. <head>
  8. <!-- Basic Page Needs
  9. ================================================== -->
  10. <meta charset="utf-8" />
  11. <title>The Font Awesome Community</title>
  12. <meta name="description" content="Font Awesome, the iconic font designed for use with Bootstrap">
  13. <meta name="author" content="Dave Gandy">
  14. <meta name="viewport" content="initial-scale=1; maximum-scale=1">
  15. <!--[if lt IE 9]>
  16. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  17. <![endif]-->
  18. <!-- CSS
  19. ================================================== -->
  20. <link rel="stylesheet" href="../assets/css/site.css">
  21. <link rel="stylesheet" href="../assets/css/pygments.css">
  22. <link rel="stylesheet" href="../assets/font-awesome/css/font-awesome.min.css">
  23. <!--[if IE 7]>
  24. <link rel="stylesheet" href="../assets/font-awesome/css/font-awesome-ie7.min.css">
  25. <![endif]-->
  26. <!-- Le fav and touch icons -->
  27. <link rel="shortcut icon" href="../assets/ico/favicon.ico">
  28. <script type="text/javascript" src="//use.typekit.net/wnc7ioh.js"></script>
  29. <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
  30. <script type="text/javascript">
  31. var _gaq = _gaq || [];
  32. _gaq.push(['_setAccount', 'UA-30136587-1']);
  33. _gaq.push(['_trackPageview']);
  34. (function() {
  35. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  36. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  37. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  38. })();
  39. </script>
  40. </head>
  41. <body data-spy="scroll" data-target=".navbar">
  42. <div class="wrapper"> <!-- necessary for sticky footer. wrap all content except footer -->
  43. <div class="navbar navbar-inverse navbar-static-top hidden-print">
  44. <div class="navbar-inner">
  45. <div class="container">
  46. <a class="brand" href="../"><i class="icon-flag"></i> Font Awesome</a>
  47. <ul class="nav">
  48. <li><a href="../">Home</a></li>
  49. <li><a href="../get-started/">Get Started</a></li>
  50. <li class="dropdown-split-left"><a href="../icons/">Icons</a></li>
  51. <li class="dropdown dropdown-split-right">
  52. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  53. <i class="icon-caret-down"></i>
  54. </a>
  55. <ul class="dropdown-menu pull-right">
  56. <li><a href="../icons/"><i class="icon-flag icon-fixed-width"></i>&nbsp; Icons</a></li>
  57. <li class="divider"></li>
  58. <li><a href="../icons/#new"><i class="icon-shield icon-fixed-width"></i>&nbsp; New Icons in 3.1.0</a></li>
  59. <li><a href="../icons/#web-application"><i class="icon-camera-retro icon-fixed-width"></i>&nbsp; Web Application Icons</a></li>
  60. <li><a href="../icons/#text-editor"><i class="icon-file-alt icon-fixed-width"></i>&nbsp; Text Editor Icons</a></li>
  61. <li><a href="../icons/#directional"><i class="icon-hand-right icon-fixed-width"></i>&nbsp; Directional Icons</a></li>
  62. <li><a href="../icons/#video-player"><i class="icon-play-sign icon-fixed-width"></i>&nbsp; Video Player Icons</a></li>
  63. <li><a href="../icons/#brand"><i class="icon-github icon-fixed-width"></i>&nbsp; Brand Icons</a></li>
  64. <li><a href="../icons/#medical"><i class="icon-medkit icon-fixed-width"></i>&nbsp; Medical Icons</a></li>
  65. </ul>
  66. </li>
  67. <li class="dropdown-split-left"><a href="../examples/">Examples</a></li>
  68. <li class="dropdown dropdown-split-right">
  69. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  70. <i class="icon-caret-down"></i>
  71. </a>
  72. <ul class="dropdown-menu pull-right">
  73. <li><a href="../examples/">Examples</a></li>
  74. <li class="divider"></li>
  75. <li><a href="../examples/#new-styles">New Styles</a></li>
  76. <li><a href="../examples/#inline-icons">Inline Icons</a></li>
  77. <li><a href="../examples/#larger-icons">Larger Icons</a></li>
  78. <li><a href="../examples/#bordered-pulled">Bordered & Pulled</a></li>
  79. <li><a href="../examples/#buttons">Buttons</a></li>
  80. <li><a href="../examples/#button-groups">Button Groups</a></li>
  81. <li><a href="../examples/#button-dropdowns">Button Dropdowns</a></li>
  82. <li><a href="../examples/#bulleted-lists">Bulleted Lists</a></li>
  83. <li><a href="../examples/#navigation">Navigation</a></li>
  84. <li><a href="../examples/#form-inputs">Form Inputs</a></li>
  85. <li><a href="../examples/#animated-spinner">Animated Spinner</a></li>
  86. <li><a href="../examples/#rotated-flipped">Rotated &amp; Flipped</a></li>
  87. <li><a href="../examples/#stacked">Stacked</a></li>
  88. <li><a href="../examples/#custom">Custom CSS</a></li>
  89. </ul>
  90. </li>
  91. <li><a href="../whats-new/">What's New</a></li>
  92. <li class="active"><a href="../community/">Community</a></li>
  93. <li><a href="../license/">License</a></li>
  94. </ul>
  95. <ul class="nav pull-right">
  96. <li><a href="mailto:dave@fontawesome.io"><i class="icon-envelope"></i>&nbsp; Me</a></li>
  97. </ul>
  98. </div>
  99. </div>
  100. </div>
  101. <div class="jumbotron jumbotron-ad hidden-print">
  102. <div class="container">
  103. <h1><i class="icon-thumbs-up icon-large"></i>&nbsp; Community</h1>
  104. <p>Lots of ways to get involved with Font Awesome</p>
  105. </div>
  106. </div>
  107. <div id="social-buttons" class="hidden-print">
  108. <div class="container">
  109. <ul class="unstyled inline">
  110. <li>
  111. <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>
  112. </li>
  113. <li>
  114. <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>
  115. </li>
  116. <li class="follow-btn">
  117. <a href="https://twitter.com/fortaweso_me" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @fortaweso_me</a>
  118. </li>
  119. <li class="tweet-btn">
  120. <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://fontawesome.io" data-text="#FontAwesome, the iconic font designed for Bootstrap" data-counturl="http://fortawesome.github.com/Font-Awesome/" data-count="horizontal" data-via="fortaweso_me" data-related="byscuits:Creator of Font Awesome">Tweet</a>
  121. </li>
  122. </ul>
  123. <!--<div class="watch">-->
  124. <!--<a class="btn btn-mini" href="https://github.com/FortAwesome/Font-Awesome" target="_blank"><i class="icon-github icon-large"></i> Watch</a>-->
  125. <!--<a id="watchers" class="count btn btn-mini" href="https://github.com/FortAwesome/Font-Awesome">9000+</a>-->
  126. <!--</div>-->
  127. <!--<div class="fork">-->
  128. <!--<a class="btn btn-mini" href="https://github.com/FortAwesome/Font-Awesome" target="_blank"><i class="icon-github icon-large"></i> Fork</a>-->
  129. <!--<a id="forks" class="count btn btn-mini" href="#">800+</a>-->
  130. <!--</div>-->
  131. <!--<div class="follow">-->
  132. <!--<a class="btn btn-mini" href="http://twitter.com/fortaweso_me/" target="_blank"><i class="icon-twitter icon-large"></i> Follow @fortaweso_me</a>-->
  133. <!--<span id="followers" class="count btn btn-mini">2500+</span>-->
  134. <!--</div>-->
  135. </div>
  136. </div>
  137. <div class="container">
  138. <section class="hidden-print">
  139. <div class="row stripe-ad">
  140. <div class="span8">
  141. <p class="lead">
  142. Font Awesome has a vibrant community of folks helping each other out. You can
  143. <a href="#getting-support">get support</a>,
  144. <a href="#reporting-bugs">report bugs</a>,
  145. <a href="#requesting-new-icons">request new icons</a>,
  146. <a href="#submitting-pull-requests">submit pull requests</a>, and
  147. <a href="#project-milestones">check upcoming milestones</a>.
  148. </p>
  149. </div>
  150. <div class="span4">
  151. <div id="carbonads-container"><div class="carbonad"><div id="azcarbon"></div><script type="text/javascript">var z = document.createElement("script"); z.type = "text/javascript"; z.async = true; z.src = "http://engine.carbonads.com/z/32291/azcarbon_2_1_0_HORIZ"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script></div></div>
  152. </div>
  153. </div>
  154. </section>
  155. <div id="getting-support">
  156. <h2 class="page-header">Getting Support</h2>
  157. <p>
  158. Having trouble getting Font Awesome up and running? Something not working the way you think it should? I hate that
  159. I don't have time to answer Font Awesome support emails anymore. So here are some things you might wanna do:
  160. </p>
  161. <ol>
  162. <li>
  163. Make sure you've read the latest version of how to <a href="../get-started/">get started</a>.
  164. It's been updated recently to make Font Awesome even easier to use.
  165. </li>
  166. <li>
  167. Check out the <a href="http://stackoverflow.com/questions/tagged/font-awesome">existing questions tagged as
  168. Font Awesome</a> over on Stack Overflow. Other folks might have had the same question you've had.
  169. </li>
  170. <li>
  171. Can't find the answer to your question on Stack Overflow?
  172. <a href="http://stackoverflow.com/questions/ask?tags=font-awesome">Ask a new question</a>, then
  173. <a href="mailto:dave@fontawesome.io">send me an email</a> and I might be able to take a look.
  174. </li>
  175. </ol>
  176. </div>
  177. <section id="reporting-bugs">
  178. <h2 class="page-header">Reporting Bugs</h2>
  179. <p>
  180. Found a problem with Font Awesome? Feel free to submit an issue on the GitHub project. But please keep the following in mind:
  181. </p>
  182. <ol>
  183. <li>Please be nice. Font Awesome is a happy place.</li>
  184. <li>Please <a href="https://github.com/FortAwesome/Font-Awesome/search?type=Issues">search</a> to see if your icon request already exists.</li>
  185. <li>
  186. Before opening any issue, please read the generic <a href="https://github.com/necolas/issue-guidelines">issue
  187. guidelines</a>, by <a href="https://github.com/necolas/">Nicolas Gallagher</a>.
  188. </li>
  189. <li>
  190. After doing everything above, feel free to
  191. <a href="https://github.com/FortAwesome/Font-Awesome/issues/new">submit an issue</a>.
  192. </li>
  193. </ol>
  194. </section>
  195. <section id="requesting-new-icons">
  196. <h2 class="page-header">Requesting New Icons</h2>
  197. <p>
  198. New icons mostly start as requests by the
  199. <a href="https://github.com/FortAwesome/Font-Awesome/issues">Font Awesome community on GitHub</a>. Want to request a new
  200. icon? Here are some things to keep in mind:
  201. </p>
  202. <ol>
  203. <li>Please be nice. Font Awesome is a happy place.</li>
  204. <li>Please <a href="https://github.com/FortAwesome/Font-Awesome/search?type=Issues">search</a> to see if your icon request already exists.</li>
  205. <li>
  206. Please and thank you if you include the following:
  207. <ul>
  208. <li>
  209. Title your <a href="https://github.com/FortAwesome/Font-Awesome/issues/new?title=Icon%20Request:%20icon-name">new issue</a>
  210. <code>Icon request: icon-name</code>.
  211. </li>
  212. <li>Include a few use cases for your requested icon. How do you plan on using it?</li>
  213. <li>Attach a single color image or two that represent the idea you're going for.</li>
  214. </ul>
  215. </li>
  216. <li>
  217. Concrete objects make good icons, since abstract concepts are, well, abstract. It's harder to make an icon
  218. to represent happiness. It's easier to make a smiley face. <i class="icon-smile"></i>
  219. </li>
  220. </ol>
  221. </section>
  222. <section id="submitting-pull-requests">
  223. <h2 class="page-header">Submitting Pull Requests</h2>
  224. Found a way to solve a bug in Font Awesome? Want to contribute new features? Here are a few things to remember:
  225. <ol>
  226. <li>Please submit all pull requests against *-wip branches.</li>
  227. <li>All pull requests submitted against master will be sumarily closed and this guide referenced.</li>
  228. <li>
  229. After doing everything above, feel free to
  230. <a href="https://github.com/FortAwesome/Font-Awesome/issues/new">submit a pull request</a>.
  231. </li>
  232. </ol>
  233. </section>
  234. <section id="project-milestones">
  235. <h2 class="page-header">Project Milestones</h2>
  236. <p>
  237. Want to keep up with what's planned for Font Awesome? Check out our
  238. <a href="https://github.com/FortAwesome/Font-Awesome/issues/milestones">milestones</a> on the GitHub project.
  239. </p>
  240. </section>
  241. <section id="thanks-to">
  242. <h2 class="page-header">Thanks To</h2>
  243. <div class="row">
  244. <div class="span4">
  245. <p>
  246. Thanks to <a href="https://twitter.com/robmadole/">@robmadole</a> and
  247. <a href="https://twitter.com/supercodepoet/">@supercodepoet</a> for icon design
  248. review, advice, some Jekyll help, and being all around badass coders.
  249. </p>
  250. </div>
  251. <div class="span4">
  252. <p>
  253. Thanks to <a href="https://twitter.com/grantgordon">@grantgordon</a> and
  254. <a href="https://twitter.com/johnsmclay">@johnsmclay</a> for developing and hosting
  255. <a href="http://icnfnt.com/">icnfnt</a>, the best way to subset Font Awesome.
  256. </p>
  257. </div>
  258. <div class="span4">
  259. <p>
  260. Thanks to <a href="http://maxcdn.com"><i class="icon-maxcdn"></i> MaxCDN</a> for providing the excellent
  261. <a href="http://www.bootstrapcdn.com/#tab_fontawesome">BootstrapCDN</a>, the fastest and easiest way to
  262. <a href="../get-started/#bootstrapcdn">get started</a> with Font Awesome.
  263. </p>
  264. </div>
  265. </div>
  266. </section>
  267. <section id="tell-me-thanks">
  268. <h2 class="page-header">Tell Me Thanks</h2>
  269. <p class="lead">
  270. Hopefully you think Font Awesome <em>is</em> awesome. I've put hundreds of hours into the project to give back to the
  271. open source community. If you'd like, here are a couple of ways you can tell me thanks for all my hard work.
  272. </p>
  273. <div class="row">
  274. <div class="span6">
  275. <h3><a href="http://www.shareagift.com/pages/giftpage.aspx?giftid=2472" target="_blank">Help me buy an iMac</a></h3>
  276. <p>
  277. <a href="http://www.shareagift.com/pages/giftpage.aspx?giftid=2472" target="_blank">Contribute</a> to a shiny
  278. new iMac for me to keep making great icons.
  279. </p>
  280. </div>
  281. <div class="span6">
  282. <h3><a href="http://amzn.com/w/G64X58AY416W" target="_blank">My Amazon Wish List</a></h3>
  283. <p>
  284. Or pick something straight
  285. from <a href="http://amzn.com/w/G64X58AY416W" target="_blank">my wish list</a>. Gift cards are great.
  286. </p>
  287. </div>
  288. </div>
  289. </section>
  290. </div>
  291. <div class="push"><!-- necessary for sticky footer --></div>
  292. </div>
  293. <footer class="footer hidden-print">
  294. <div class="container text-center">
  295. <div>
  296. <i class="icon-flag"></i> Font Awesome 3.1.0 &middot;
  297. Created and Maintained by Dave Gandy &middot;
  298. <a href="http://twitter.com/byscuits">@byscuits</a>
  299. </div>
  300. <div>
  301. Font Awesome font licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a> &middot;
  302. Code licensed under <a href="http://opensource.org/licenses/mit-license.html">MIT License</a> &middot;
  303. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>
  304. </div>
  305. <div>
  306. Thanks to <a href="http://maxcdn.com"><i class="icon-maxcdn"></i> MaxCDN</a> for providing the excellent <a href="http://www.bootstrapcdn.com/#tab_fontawesome">BootstrapCDN for Font Awesome</a>
  307. </div>
  308. <div class="project">
  309. <a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> &middot;
  310. <a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
  311. </div>
  312. </div>
  313. </footer>
  314. <script src="http://platform.twitter.com/widgets.js"></script>
  315. <script src="../assets/js/jquery-1.7.1.min.js"></script>
  316. <script src="../assets/js/underscore.min.js"></script>
  317. <script src="../assets/js/backbone.min.js"></script>
  318. <!--<script src="../assets/js/prettify.min.js"></script>-->
  319. <script src="../assets/js/bootstrap-2.3.1.min.js"></script>
  320. <script src="../assets/js/site.js"></script>
  321. </body>
  322. </html>