2
0

index.html 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  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="Fork Awesome, a fork of 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>The Fork Awesome Community</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/fork-awesome/css/fork-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. </head>
  23. <body class="font-awesome ">
  24. <div id="wrap"> <!-- necessary for sticky footer. wrap all content except footer -->
  25. <div class="navbar navbar-inverse navbar-static-top hidden-print">
  26. <div class="container">
  27. <div class="navbar-header">
  28. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
  29. <i class="fa fa-bars fa-lg" aria-hidden="true" title="Toggle navigation"></i>
  30. <span class="sr-only">Toggle navigation</span>
  31. </button>
  32. <a class="navbar-brand" href="../"><i class="fa fa-font-awesome" aria-hidden="true"></i> Fork Awesome</a>
  33. </div>
  34. <div class="navbar-collapse collapse">
  35. <ul class="nav navbar-nav">
  36. <li class="hidden-sm "><a href="../">Home</a></li>
  37. <li class="hidden-sm">
  38. <a href="../whats-new/">What's New</a>
  39. </li>
  40. <li class="hidden-xs hidden-md hidden-lg">
  41. <a href="../whats-new/">New</a>
  42. </li>
  43. <li class="hidden-sm"><a href="../get-started/">Get Started</a></li>
  44. <li class="hidden-xs hidden-md hidden-lg">
  45. <a href="../get-started/">Start</a>
  46. </li>
  47. <li class="dropdown-split-left"><a href="../icons/">Icons</a></li>
  48. <li class="dropdown dropdown-split-right hidden-xs">
  49. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  50. <i class="fa fa-caret-down" aria-hidden="true" title="Toggle dropdown menu"></i>
  51. <span class="sr-only">Toggle dropdown menu</span>
  52. <span class="toggle drop down"></span>
  53. </a>
  54. <ul class="dropdown-menu pull-right">
  55. <li><a href="../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i>&nbsp; All Icons</a></li>
  56. <li class="divider"></li>
  57. <li><a href="../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i>&nbsp; New Icons in </a></li>
  58. <li><a href="../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i>&nbsp; Web Application Icons</a></li>
  59. <li><a href="../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i>&nbsp; Accessibility Icons</a></li>
  60. <li><a href="../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i>&nbsp; Hand Icons</a></li>
  61. <li><a href="../icons/#transportation"><i class="fa fa-ship fa-fw" aria-hidden="true"></i>&nbsp; Transportation Icons</a></li>
  62. <li><a href="../icons/#gender"><i class="fa fa-venus fa-fw" aria-hidden="true"></i>&nbsp; Gender Icons</a></li>
  63. <li><a href="../icons/#file-type"><i class="fa fa-file-image-o fa-fw" aria-hidden="true"></i>&nbsp; File Type Icons</a></li>
  64. <li><a href="../icons/#spinner"><i class="fa fa-spinner fa-fw" aria-hidden="true"></i>&nbsp; Spinner Icons</a></li>
  65. <li><a href="../icons/#form-control"><i class="fa fa-check-square fa-fw" aria-hidden="true"></i>&nbsp; Form Control Icons</a></li>
  66. <li><a href="../icons/#payment"><i class="fa fa-credit-card fa-fw" aria-hidden="true"></i>&nbsp; Payment Icons</a></li>
  67. <li><a href="../icons/#chart"><i class="fa fa-pie-chart fa-fw" aria-hidden="true"></i>&nbsp; Chart Icons</a></li>
  68. <li><a href="../icons/#currency"><i class="fa fa-won fa-fw" aria-hidden="true"></i>&nbsp; Currency Icons</a></li>
  69. <li><a href="../icons/#text-editor"><i class="fa fa-file-text-o fa-fw" aria-hidden="true"></i>&nbsp; Text Editor Icons</a></li>
  70. <li><a href="../icons/#directional"><i class="fa fa-arrow-right fa-fw" aria-hidden="true"></i>&nbsp; Directional Icons</a></li>
  71. <li><a href="../icons/#video-player"><i class="fa fa-play-circle fa-fw" aria-hidden="true"></i>&nbsp; Video Player Icons</a></li>
  72. <li><a href="../icons/#brand"><i class="fa fa-facebook-official fa-fw" aria-hidden="true"></i>&nbsp; Brand Icons</a></li>
  73. <li><a href="../icons/#medical"><i class="fa fa-medkit fa-fw" aria-hidden="true"></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" aria-hidden="true" title="Toggle dropdown menu"></i>
  80. <span class="sr-only">Toggle dropdown menu</span>
  81. <span class="toggle drop down"></span>
  82. </a>
  83. <ul class="dropdown-menu pull-right">
  84. <li><a href="../examples/">Examples</a></li>
  85. <li class="divider"></li>
  86. <li><a href="../examples/#basic">Basic Icons</a></li>
  87. <li><a href="../examples/#larger">Larger Icons</a></li>
  88. <li><a href="../examples/#fixed-width">Fixed Width Icons</a></li>
  89. <li><a href="../examples/#list">List Icons</a></li>
  90. <li><a href="../examples/#bordered-pulled">Bordered & Pulled Icons</a></li>
  91. <li><a href="../examples/#animated">Animated Icons</a></li>
  92. <li><a href="../examples/#accessible">Accessibility-Minded</a></li>
  93. <li><a href="../examples/#rotated-flipped">Rotated &amp; Flipped Icons</a></li>
  94. <li><a href="../examples/#stacked">Stacked Icons</a></li>
  95. <li><a href="../examples/#bootstrap">Bootstrap 3 Examples</a></li>
  96. <li><a href="../examples/#custom">Custom CSS</a></li>
  97. </ul>
  98. </li>
  99. <li class="hidden-sm"><a href="../accessibility/">Accessibility</a></li>
  100. <li class="hidden-xs hidden-md hidden-lg"><a href="../accessibility/"><i class="fa fa-universal-access"></i></a></li>
  101. <li class="active"><a href="../community/">Community</a></li>
  102. <li><a href="../license/">License</a></li>
  103. </ul>
  104. </div>
  105. </div>
  106. </div>
  107. <div class="jumbotron jumbotron-ad hidden-print">
  108. <div class="container">
  109. <h1><i class="fa fa-thumbs-o-up" aria-hidden="true"></i>&nbsp; Community</h1>
  110. <p>Lots of ways to get involved with Fork Awesome</p>
  111. </div>
  112. </div>
  113. <div id="social-buttons" class="hidden-print">
  114. <div class="container">
  115. <ul class="list-inline">
  116. <li>
  117. <iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=ForkAwesome&repo=Fork-Awesome&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
  118. </li>
  119. <li class="tweet-btn hidden-phone">
  120. <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://forkawesome.github.com/Fork-Awesome/" data-text="Fork Awesome, a fork of the iconic font and CSS framework" data-counturl="http://forkawesome.github.com/Fork-Awesome/" data-count="horizontal">Tweet</a>
  121. </li>
  122. </ul>
  123. </div>
  124. </div>
  125. <div class="container">
  126. <div id="getting-support">
  127. <h2 class="page-header">Getting Support</h2>
  128. <p>
  129. Having trouble getting Fork Awesome up and running? Something not working the way you think it should?
  130. </p>
  131. <ol>
  132. <li>
  133. Make sure you've read the latest version of how to <a href="../get-started/">get started</a>.
  134. It's been updated recently to make Fork Awesome even easier to use.
  135. </li>
  136. <li>
  137. Check out the <a href="http://stackoverflow.com/questions/tagged/font-awesome">existing questions tagged as
  138. Font Awesome</a> over on Stack Overflow. Other folks might have had the same question you've had. And since
  139. Fork Awesome is based on Font Awesome, the answers might help you.
  140. </li>
  141. <li>
  142. Can't find the answer to your question on Stack Overflow?
  143. <a href="http://stackoverflow.com/questions/ask?tags=fork-awesome">Ask a new question</a>, then.
  144. </li>
  145. </ol>
  146. </div>
  147. <section id="requesting-new-icons">
  148. <h2 class="page-header">Requesting New Icons</h2>
  149. <p>
  150. New icons mostly start as requests by the
  151. <a href="https://github.com/ForkAwesome/Fork-Awesome/issues">Fork Awesome community on GitHub</a>. Want to request a new
  152. icon? Here are some things to keep in mind:
  153. </p>
  154. <ol>
  155. <li>Please be nice. Fork Awesome is a happy place.</li>
  156. <li>Please <a href="https://github.com/ForkAwesome/Fork-Awesome/search?type=Issues">search</a> to see if your icon request already exists. If a request is found, please add a &#x1F44D; reaction to that one.</li>
  157. <li>
  158. Please make requests for single icons, unless you are requesting a couple of strictly related icons (e.g., thumbs-up/thumbs-down).
  159. </li>
  160. <li>
  161. Please and thank you if you include the following:
  162. <ul>
  163. <li>
  164. Title your <a href="https://github.com/ForkAwesome/Fork-Awesome/issues/new?title=Icon%20Request:%20fa-">new issue</a>
  165. <code>Icon request: icon-name</code> (e.g., <code>Icon request: icon-car</code>).
  166. </li>
  167. <li>Include a few use cases for your requested icon. How do you plan on using it?</li>
  168. <li>Attach a single color image or two that represent the idea you're going for.</li>
  169. </ul>
  170. </li>
  171. <li>
  172. Request concrete objects: it's harder to make an icon to represent happiness, it's easier to make a smiley face. <i class="fa fa-smile-o" title="Smiling face"></i>
  173. </li>
  174. </ol>
  175. </section>
  176. <section id="reporting-bugs">
  177. <h2 class="page-header">Reporting Bugs</h2>
  178. <p>
  179. Found a problem with Fork 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. Fork Awesome is a happy place.</li>
  183. <li>Please <a href="https://github.com/ForkAwesome/Fork-Awesome/search?type=Issues">search</a> to see if your bug was already reported.</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/ForkAwesome/Fork-Awesome/issues/new">submit an issue</a>.
  191. </li>
  192. </ol>
  193. </section>
  194. <section id="submitting-pull-requests">
  195. <h2 class="page-header">Submitting Pull Requests</h2>
  196. Found a way to solve a bug in Fork Awesome? Want to contribute new features or a new icon?
  197. <ol>
  198. <li>
  199. Clone the repository and work on your proposal.
  200. </li>
  201. <li>
  202. Then, when you think it's ready or when you want feedback,
  203. <a href="https://github.com/ForkAwesome/Fork-Awesome/issues/new">submit a pull
  204. request</a>.
  205. </li>
  206. <li>
  207. Discuss with rest of the community and follow up on conversations until
  208. your pull request is merged.
  209. </li>
  210. </ol>
  211. </section>
  212. <section id="project-milestones">
  213. <h2 class="page-header">Projects</h2>
  214. <p>
  215. Want to keep up with what's planned for Fork Awesome? Check out our
  216. <a href="https://github.com/ForkAwesome/Fork-Awesome/projects">projects</a> on the GitHub repo.
  217. And come help us achieve those goals.
  218. </p>
  219. </section>
  220. <section id="thanks-to">
  221. <h2 class="page-header">Thanks To</h2>
  222. <div class="row">
  223. <div class="col-md-12 col-sm-12">
  224. <p>
  225. Thanks to <a href="https://twitter.com/davegandy">@davegandy</a> for his
  226. original work on Font Awesome and to
  227. <a href="https://twitter.com/gtagliala">@gtagliala</a> for managing pull
  228. requests and issues on the Font Awesome Github repo.
  229. </p>
  230. </div>
  231. </div>
  232. </section>
  233. </div>
  234. </div>
  235. <footer id="footer" class="footer hidden-print">
  236. <div class="container text-center">
  237. <div>
  238. <i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 0.4.7
  239. <span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
  240. A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
  241. </div>
  242. <div>
  243. Fork Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
  244. <span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
  245. Code licensed under <a href="http://opensource.org/licenses/mit-license.html">MIT License</a>
  246. <span class="hide-xs hide-sm">&middot;</span><br class="hide-md hide-lg">
  247. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>
  248. </div>
  249. <div class="project">
  250. <a href="https://github.com/ForkAwesome/Fork-Awesome">GitHub Project</a> &middot;
  251. <a href="https://github.com/ForkAwesome/Fork-Awesome/issues">Issues</a>
  252. </div>
  253. </div>
  254. </footer>
  255. <script src="https://platform.twitter.com/widgets.js"></script>
  256. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  257. <script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script>
  258. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
  259. <script src="https://cdn.jsdelivr.net/algoliasearch/3.13.1/algoliasearch.jquery.min.js" integrity="sha256-2MTQjOt4Q02v+W/QjgCO5yv+si9RAo/o/RGR5alVYzY=" crossorigin="anonymous"></script>
  260. <script src="https://cdn.jsdelivr.net/algoliasearch.helper/2.9.1/algoliasearch.helper.min.js" integrity="sha256-MhjLBzVVNkMEKnIE2ueYNb7QSj+oiSv4x89dlui09hg=" crossorigin="anonymous"></script>
  261. <script src="https://cdn.jsdelivr.net/underscorejs/1.8.3/underscore-min.js" integrity="sha256-obZACiHd7gkOk9iIL/pimWMTJ4W/pBsKu+oZnSeBIek=" crossorigin="anonymous"></script>
  262. <script src="https://cdn.jsdelivr.net/backbonejs/1.2.2/backbone-min.js" integrity="sha256-p6bkfFqmxtebrKOS+wyGi+Qf3d111eWUQP67keyXJ6Q=" crossorigin="anonymous"></script>
  263. <script src="https://cdn.jsdelivr.net/jsdelivr-rum/1.5/jsdelivr-rum.min.js" integrity="sha256-HlY2rbkgbiHhtilMXmQ86rjL/EIxGDtdg9GU9/T2ZxE=" crossorigin="anonymous"></script>
  264. <script src="../assets/js/site.js"></script>
  265. <script src="../assets/js/search.js"></script>
  266. <script src="../assets/js/monetization.js" type="text/javascript"></script>
  267. <script>
  268. (function(){
  269. // format, zoneKey, segment:value, options
  270. _bsa.init('imageonly', 'CVADP2Y', 'placement:demo', {
  271. target: '#inventory',
  272. disable_css: true,
  273. path: 'http://inventory.fontawesome.io/api/inventory?zone=CVADP2Y'
  274. });
  275. })();
  276. </script>
  277. </body>
  278. </html>