index.html 16 KB

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