index.html 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  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. <link rel="shortcut icon" href="../assets/ico/favicon.ico">
  11. <title>The Font Awesome Community</title>
  12. <!-- CSS
  13. ================================================== -->
  14. <link rel="stylesheet" href="../assets/css/site.css">
  15. <link rel="stylesheet" href="../assets/css/pygments.css">
  16. <link rel="stylesheet" href="../assets/font-awesome/css/font-awesome.css">
  17. <!--[if lt IE 9]>
  18. <script src="../assets/js/html5shiv.js"></script>
  19. <script src="../assets/js/respond.min.js"></script>
  20. <![endif]-->
  21. <script type="text/javascript" src="//use.typekit.net/wnc7ioh.js"></script>
  22. <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
  23. <script type="text/javascript">
  24. var _gaq = _gaq || [];
  25. _gaq.push(['_setAccount', 'UA-30136587-1']);
  26. _gaq.push(['_trackPageview']);
  27. (function() {
  28. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  29. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  30. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  31. })();
  32. </script>
  33. </head>
  34. <body>
  35. <div id="wrap"> <!-- necessary for sticky footer. wrap all content except footer -->
  36. <div class="navbar navbar-inverse navbar-static-top hidden-print">
  37. <div class="container">
  38. <div class="navbar-header">
  39. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
  40. <span class="sr-only">Toggle navigation</span>
  41. <i class="fa fa-bars fa-lg"></i>
  42. </button>
  43. <a class="navbar-brand" href="../"><i class="fa fa-flag"></i> Font Awesome</a>
  44. </div>
  45. <div class="navbar-collapse collapse">
  46. <ul class="nav navbar-nav">
  47. <li class="hidden-sm "><a href="../">Home</a></li>
  48. <li class="hidden-sm">
  49. <a href="../whats-new/">What's New</a>
  50. </li>
  51. <li class="hidden-xs hidden-md hidden-lg">
  52. <a href="../whats-new/">New</a>
  53. </li>
  54. <li><a href="../get-started/">Get Started</a></li>
  55. <li class="dropdown-split-left"><a href="../icons/">Icons</a></li>
  56. <li class="dropdown dropdown-split-right hidden-xs">
  57. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  58. <i class="fa fa-caret-down"></i>
  59. </a>
  60. <ul class="dropdown-menu pull-right">
  61. <li><a href="../icons/"><i class="fa fa-flag fa-fw"></i>&nbsp; Icons</a></li>
  62. <li class="divider"></li>
  63. <li><a href="../icons/#new"><i class="fa fa-cube fa-fw"></i>&nbsp; New Icons in 4.1</a></li>
  64. <li><a href="../icons/#web-application"><i class="fa fa-camera-retro fa-fw"></i>&nbsp; Web Application Icons</a></li>
  65. <li><a href="../icons/#file-type"><i class="fa fa-file-image-o fa-fw"></i>&nbsp; File Type Icons</a></li>
  66. <li><a href="../icons/#spinner"><i class="fa fa-spinner fa-fw"></i>&nbsp; Spinner Icons</a></li>
  67. <li><a href="../icons/#form-control"><i class="fa fa-check-square fa-fw"></i>&nbsp; Form Control Icons</a></li>
  68. <li><a href="../icons/#currency"><i class="fa fa-won fa-fw"></i>&nbsp; Currency Icons</a></li>
  69. <li><a href="../icons/#text-editor"><i class="fa fa-file-text-o fa-fw"></i>&nbsp; Text Editor Icons</a></li>
  70. <li><a href="../icons/#directional"><i class="fa fa-hand-o-right fa-fw"></i>&nbsp; Directional Icons</a></li>
  71. <li><a href="../icons/#video-player"><i class="fa fa-play-circle fa-fw"></i>&nbsp; Video Player Icons</a></li>
  72. <li><a href="../icons/#brand"><i class="fa fa-github fa-fw"></i>&nbsp; Brand Icons</a></li>
  73. <li><a href="../icons/#medical"><i class="fa fa-medkit fa-fw"></i>&nbsp; Medical Icons</a></li>
  74. </ul>
  75. </li>
  76. <li class="dropdown-split-left"><a href="../examples/">Examples</a></li>
  77. <li class="dropdown dropdown-split-right hidden-xs">
  78. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  79. <i class="fa fa-caret-down"></i>
  80. </a>
  81. <ul class="dropdown-menu pull-right">
  82. <li><a href="../examples/">Examples</a></li>
  83. <li class="divider"></li>
  84. <li><a href="../examples/#basic">Basic Icons</a></li>
  85. <li><a href="../examples/#larger">Larger Icons</a></li>
  86. <li><a href="../examples/#fixed-width">Fixed Width Icons</a></li>
  87. <li><a href="../examples/#list">List Icons</a></li>
  88. <li><a href="../examples/#bordered-pulled">Bordered & Pulled Icons</a></li>
  89. <li><a href="../examples/#spinning">Spinning Icons</a></li>
  90. <li><a href="../examples/#rotated-flipped">Rotated &amp; Flipped Icons</a></li>
  91. <li><a href="../examples/#stacked">Stacked Icons</a></li>
  92. <li><a href="../examples/#bootstrap">Bootstrap 3 Examples</a></li>
  93. <li><a href="../examples/#custom">Custom CSS</a></li>
  94. </ul>
  95. </li>
  96. <li class="active"><a href="../community/">Community</a></li>
  97. <li><a href="../license/">License</a></li>
  98. </ul>
  99. <ul class="nav navbar-nav navbar-right">
  100. <li><a href="http://blog.fontawesome.io">Blog</a></li>
  101. </ul>
  102. </div>
  103. </div>
  104. </div>
  105. <div class="jumbotron jumbotron-ad hidden-print">
  106. <div class="container">
  107. <h1><i class="fa fa-thumbs-o-up"></i>&nbsp; Community</h1>
  108. <p>Lots of ways to get involved with Font Awesome</p>
  109. </div>
  110. </div>
  111. <div id="social-buttons" class="hidden-print">
  112. <div class="container">
  113. <ul class="list-inline">
  114. <li>
  115. <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>
  116. </li>
  117. <li>
  118. <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>
  119. </li>
  120. <li class="follow-btn">
  121. <a href="https://twitter.com/fontawesome" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @fontawesome</a>
  122. </li>
  123. <li class="tweet-btn hidden-phone">
  124. <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>
  125. </li>
  126. </ul>
  127. </div>
  128. </div>
  129. <div class="container">
  130. <section class="hidden-print">
  131. <div class="stripe-ad">
  132. <script type="text/javascript" src="//cdn.fusionads.net/fusion.js?zoneid=1332&serve=C6SDP2Y&placement=fontawesome" id="_fusionads_js"></script>
  133. <p class="lead">
  134. Font Awesome has a vibrant community of folks helping each other out. You can
  135. <a href="#getting-support">get support</a>,
  136. <a href="#reporting-bugs">report bugs</a>,
  137. <a href="#requesting-new-icons">request new icons</a>,
  138. <a href="#submitting-pull-requests">submit pull requests</a>, and
  139. <a href="#project-milestones">check upcoming milestones</a>.
  140. </p>
  141. </div>
  142. </section>
  143. <div id="getting-support">
  144. <h2 class="page-header">Getting Support</h2>
  145. <p>
  146. Having trouble getting Font Awesome up and running? Something not working the way you think it should? I hate that
  147. I don't have time to answer Font Awesome support emails anymore. So here are some things you might wanna do:
  148. </p>
  149. <ol>
  150. <li>
  151. Make sure you've read the latest version of how to <a href="../get-started/">get started</a>.
  152. It's been updated recently to make Font Awesome even easier to use.
  153. </li>
  154. <li>
  155. Check out the <a href="http://stackoverflow.com/questions/tagged/font-awesome">existing questions tagged as
  156. Font Awesome</a> over on Stack Overflow. Other folks might have had the same question you've had.
  157. </li>
  158. <li>
  159. Can't find the answer to your question on Stack Overflow?
  160. <a href="http://stackoverflow.com/questions/ask?tags=font-awesome">Ask a new question</a>, then
  161. <a href="mailto:dave@fontawesome.io">send me an email</a> and I might be able to take a look.
  162. </li>
  163. </ol>
  164. </div>
  165. <section id="reporting-bugs">
  166. <h2 class="page-header">Reporting Bugs</h2>
  167. <p>
  168. Found a problem with Font Awesome? Feel free to submit an issue on the GitHub project. But please keep the following in mind:
  169. </p>
  170. <ol>
  171. <li>Please be nice. Font Awesome is a happy place.</li>
  172. <li>Please <a href="https://github.com/FortAwesome/Font-Awesome/search?type=Issues">search</a> to see if your bug was already reported.</li>
  173. <li>
  174. Before opening any issue, please read the generic <a href="https://github.com/necolas/issue-guidelines">issue
  175. guidelines</a>, by <a href="https://github.com/necolas/">Nicolas Gallagher</a>.
  176. </li>
  177. <li>
  178. After doing everything above, feel free to
  179. <a href="https://github.com/FortAwesome/Font-Awesome/issues/new">submit an issue</a>.
  180. </li>
  181. </ol>
  182. </section>
  183. <section id="requesting-new-icons">
  184. <h2 class="page-header">Requesting New Icons</h2>
  185. <p>
  186. New icons mostly start as requests by the
  187. <a href="https://github.com/FortAwesome/Font-Awesome/issues">Font Awesome community on GitHub</a>. Want to request a new
  188. icon? Here are some things to keep in mind:
  189. </p>
  190. <ol>
  191. <li>Please be nice. Font Awesome is a happy place.</li>
  192. <li>Please <a href="https://github.com/FortAwesome/Font-Awesome/search?type=Issues">search</a> to see if your icon request already exists.</li>
  193. <li>
  194. Please and thank you if you include the following:
  195. <ul>
  196. <li>
  197. Title your <a href="https://github.com/FortAwesome/Font-Awesome/issues/new?title=Icon%20Request:%20icon-name">new issue</a>
  198. <code>Icon request: icon-name</code>.
  199. </li>
  200. <li>Include a few use cases for your requested icon. How do you plan on using it?</li>
  201. <li>Attach a single color image or two that represent the idea you're going for.</li>
  202. </ul>
  203. </li>
  204. <li>
  205. Concrete objects make good icons, since abstract concepts are, well, abstract. It's harder to make an icon
  206. to represent happiness. It's easier to make a smiley face. <i class="fa fa-smile"></i>
  207. </li>
  208. </ol>
  209. </section>
  210. <section id="submitting-pull-requests">
  211. <h2 class="page-header">Submitting Pull Requests</h2>
  212. Found a way to solve a bug in Font Awesome? Want to contribute new features? Here are a few things to remember:
  213. <ol>
  214. <li>Please do not submit new icons.</li>
  215. <li>Please submit all pull requests against *-wip branches.</li>
  216. <li>All pull requests submitted against master will be sumarily closed and this guide referenced.</li>
  217. <li>
  218. After doing everything above, feel free to
  219. <a href="https://github.com/FortAwesome/Font-Awesome/issues/new">submit a pull request</a>.
  220. </li>
  221. </ol>
  222. </section>
  223. <section id="project-milestones">
  224. <h2 class="page-header">Project Milestones</h2>
  225. <p>
  226. Want to keep up with what's planned for Font Awesome? Check out our
  227. <a href="https://github.com/FortAwesome/Font-Awesome/issues/milestones">milestones</a> on the GitHub project.
  228. </p>
  229. </section>
  230. <section id="thanks-to">
  231. <h2 class="page-header">Thanks To</h2>
  232. <div class="row">
  233. <div class="col-md-4 col-sm-4">
  234. <p>
  235. Thanks to <a href="https://twitter.com/robmadole/">@robmadole</a> and
  236. <a href="https://twitter.com/supercodepoet/">@supercodepoet</a> for icon design
  237. review, advice, some Jekyll help, and being all around badass coders.
  238. </p>
  239. </div>
  240. <div class="col-md-4 col-sm-4">
  241. <p>
  242. HUGE thanks to <a href="https://twitter.com/gtagliala">@gtagliala</a> for doing such a fantastic job managing
  243. pull requests and issues on the Font Awesome
  244. <a href="https://github.com/FortAwesome/Font-Awesome">GitHub project</a>.
  245. </p>
  246. </div>
  247. <div class="col-md-4 col-sm-4">
  248. <p>
  249. Thanks to <a href="http://maxcdn.com"><i class="fa fa-maxcdn">&nbsp;</i>MaxCDN</a> for providing the excellent
  250. <a href="http://www.bootstrapcdn.com/#tab_fontawesome">BootstrapCDN</a>, the fastest and easiest way to
  251. <a href="../get-started/#bootstrapcdn">get started</a> with Font Awesome.
  252. </p>
  253. </div>
  254. </div>
  255. </section>
  256. <section id="tell-me-thanks">
  257. <h2 class="page-header">Tell Me Thanks</h2>
  258. <p class="lead">
  259. Hopefully you think Font Awesome <em>is</em> awesome. I've put hundreds of hours into the project to give back to the
  260. open source community. If you'd like, here are a couple of ways you can tell me thanks for all my hard work.
  261. </p>
  262. <div class="row">
  263. <div class="col-md-6 col-sm-6">
  264. <h3><a href="https://www.gittip.com/davegandy/"><i class="fa fa-gittip padding-right-sm"></i>Tip me on Gittip</a></h3>
  265. <p>
  266. Gittip is a great way to let developers know you appreciate their work.
  267. </p>
  268. </div>
  269. <div class="col-md-6 col-sm-6">
  270. <h3><a href="http://amzn.com/w/G64X58AY416W" target="_blank">My Amazon Wish List</a></h3>
  271. <p>
  272. Or pick something straight
  273. from <a href="http://amzn.com/w/G64X58AY416W" target="_blank">my wish list</a>. Gift cards are great.
  274. </p>
  275. </div>
  276. </div>
  277. </section>
  278. </div>
  279. </div>
  280. <footer id="footer" class="footer hidden-print">
  281. <div class="container text-center">
  282. <div>
  283. <i class="fa fa-flag"></i> Font Awesome 4.1.0
  284. <span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
  285. Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
  286. </div>
  287. <div>
  288. Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
  289. <span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
  290. Code licensed under <a href="http://opensource.org/licenses/mit-license.html">MIT License</a>
  291. <span class="hide-xs hide-sm">&middot;</span><br class="hide-md hide-lg">
  292. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>
  293. </div>
  294. <div>
  295. 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>
  296. </div>
  297. <div class="project">
  298. <a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> &middot;
  299. <a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> &middot;
  300. <a href="../3.2.1">Old 3.2.1 Docs</a>
  301. </div>
  302. </div>
  303. </footer>
  304. <script src="http://platform.twitter.com/widgets.js"></script>
  305. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
  306. <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
  307. <script src="../assets/js/site.js"></script>
  308. </body>
  309. </html>