index.html 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  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-fork-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 4.7</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-community" 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. </li>
  135. <li>
  136. Since Fork Awesome is based on Font Awesome, check out the <a href="http://stackoverflow.com/questions/tagged/font-awesome">existing questions tagged as
  137. Font Awesome</a> over on Stack Overflow. Other folks might have had the same question you've had.
  138. </li>
  139. <li>
  140. Can't find the answer to your question on Stack Overflow?
  141. <a href="http://stackoverflow.com/questions/ask?tags=fork-awesome">Ask a new question</a>, then.
  142. </li>
  143. </ol>
  144. </div>
  145. <section id="requesting-new-icons">
  146. <h2 class="page-header">Requesting New Icons</h2>
  147. <p>
  148. New icons mostly start as requests by the
  149. <a href="https://github.com/ForkAwesome/Fork-Awesome/issues">Fork Awesome community on GitHub</a>. Want to request a new
  150. icon? Here are some things to keep in mind:
  151. </p>
  152. <ol>
  153. <li>Please be nice. Fork Awesome is a happy place.</li>
  154. <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>
  155. <li>
  156. Please make requests for single icons, unless you are requesting a couple of strictly related icons (e.g., thumbs-up/thumbs-down).
  157. </li>
  158. <li>
  159. Please and thank you if you include the following:
  160. <ul>
  161. <li>
  162. Title your <a href="https://github.com/ForkAwesome/Fork-Awesome/issues/new?title=Icon%20Request:%20fa-">new issue</a>
  163. <code>Icon request: icon-name</code> (e.g., <code>Icon request: icon-car</code>).
  164. </li>
  165. <li>Include a few use cases for your requested icon. How do you plan on using it?</li>
  166. <li>Attach a single color image or two that represent the idea you're going for.</li>
  167. </ul>
  168. </li>
  169. <li>
  170. 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>
  171. </li>
  172. </ol>
  173. </section>
  174. <section id="reporting-bugs">
  175. <h2 class="page-header">Reporting Bugs</h2>
  176. <p>
  177. Found a problem with Fork Awesome? Feel free to submit an issue on the GitHub project. But please keep the following in mind:
  178. </p>
  179. <ol>
  180. <li>Please be nice. Fork Awesome is a happy place.</li>
  181. <li>Please <a href="https://github.com/ForkAwesome/Fork-Awesome/search?type=Issues">search</a> to see if your bug was already reported.</li>
  182. <li>
  183. Before opening any issue, please read the generic <a href="https://github.com/necolas/issue-guidelines">issue
  184. guidelines</a>, by <a href="https://github.com/necolas/">Nicolas Gallagher</a>.
  185. </li>
  186. <li>
  187. After doing everything above, feel free to
  188. <a href="https://github.com/ForkAwesome/Fork-Awesome/issues/new">submit an issue</a>.
  189. </li>
  190. </ol>
  191. </section>
  192. <section id="submitting-pull-requests">
  193. <h2 class="page-header">Submitting Pull Requests</h2>
  194. Found a way to solve a bug in Fork Awesome? Want to contribute new features or a new icon?
  195. <ol>
  196. <li>
  197. Clone the repository and work on your proposal.
  198. </li>
  199. <li>
  200. Then, when you think it's ready or when you want feedback,
  201. <a href="https://github.com/ForkAwesome/Fork-Awesome/issues/new">submit a pull
  202. request</a>.
  203. </li>
  204. <li>
  205. Discuss with rest of the community and follow up on conversations until
  206. your pull request is merged.
  207. </li>
  208. </ol>
  209. </section>
  210. <section id="project-milestones">
  211. <h2 class="page-header">Projects</h2>
  212. <p>
  213. Want to keep up with what's planned for Fork Awesome? Check out our
  214. <a href="https://github.com/ForkAwesome/Fork-Awesome/projects">projects</a> on the GitHub repo.
  215. And come help us achieve those goals.
  216. </p>
  217. </section>
  218. <section id="thanks-to">
  219. <h2 class="page-header">Thanks To</h2>
  220. <div class="row">
  221. <div class="col-md-12 col-sm-12">
  222. <p>
  223. Thanks to <a href="https://twitter.com/davegandy">@davegandy</a> for his
  224. original work on Font Awesome and to
  225. <a href="https://twitter.com/gtagliala">@gtagliala</a> for managing pull
  226. requests and issues on the Font Awesome Github repo.
  227. </p>
  228. </div>
  229. </div>
  230. </section>
  231. </div>
  232. </div>
  233. <footer id="footer" class="footer hidden-print">
  234. <div class="container text-center">
  235. <div>
  236. <i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
  237. <span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
  238. A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
  239. </div>
  240. <div>
  241. Fork Awesome is licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
  242. <span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
  243. Code is licensed under <a href="http://opensource.org/licenses/mit-license.html">MIT License</a>
  244. <span class="hide-xs hide-sm">&middot;</span><br class="hide-md hide-lg">
  245. Documentation is licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>
  246. </div>
  247. <div class="project">
  248. <a href="https://github.com/ForkAwesome/Fork-Awesome">GitHub Project</a> &middot;
  249. <a href="https://github.com/ForkAwesome/Fork-Awesome/issues">Issues</a>
  250. </div>
  251. </div>
  252. </footer>
  253. <script src="https://platform.twitter.com/widgets.js"></script>
  254. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  255. <script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script>
  256. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
  257. <script src="../assets/js/site.js"></script>
  258. <script src="../assets/js/search.js"></script>
  259. </body>
  260. </html>