index.html 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  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/css/share.min.css">
  18. <link rel="stylesheet" href="../assets/fork-awesome/css/fork-awesome.css">
  19. <!--[if lt IE 9]>
  20. <script src="../assets/js/html5shiv.js"></script>
  21. <script src="../assets/js/respond.min.js"></script>
  22. <![endif]-->
  23. </head>
  24. <body class="font-awesome ">
  25. <div id="wrap"> <!-- necessary for sticky footer. wrap all content except footer -->
  26. <div class="navbar navbar-inverse navbar-static-top hidden-print">
  27. <div class="container">
  28. <div class="navbar-header">
  29. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
  30. <i class="fa fa-bars fa-lg" aria-hidden="true" title="Toggle navigation"></i>
  31. <span class="sr-only">Toggle navigation</span>
  32. </button>
  33. <a class="navbar-brand" href="../"><i class="fa fa-fork-awesome" aria-hidden="true"></i> Fork Awesome</a>
  34. </div>
  35. <div class="navbar-collapse collapse">
  36. <ul class="nav navbar-nav">
  37. <li class="hidden-sm "><a href="../">Home</a></li>
  38. <li class="hidden-sm">
  39. <a href="../whats-new/">What's New</a>
  40. </li>
  41. <li class="hidden-xs hidden-md hidden-lg">
  42. <a href="../whats-new/">New</a>
  43. </li>
  44. <li class="hidden-sm"><a href="../get-started/">Get Started</a></li>
  45. <li class="hidden-xs hidden-md hidden-lg">
  46. <a href="../get-started/">Start</a>
  47. </li>
  48. <li class="dropdown-split-left"><a href="../icons/">Icons</a></li>
  49. <li class="dropdown dropdown-split-right hidden-xs">
  50. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  51. <i class="fa fa-caret-down" aria-hidden="true" title="Toggle dropdown menu"></i>
  52. <span class="sr-only">Toggle dropdown menu</span>
  53. <span class="toggle drop down"></span>
  54. </a>
  55. <ul class="dropdown-menu pull-right">
  56. <li><a href="../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i>&nbsp; All Icons</a></li>
  57. <li class="divider"></li>
  58. <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>
  59. <li><a href="../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i>&nbsp; Web Application Icons</a></li>
  60. <li><a href="../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i>&nbsp; Accessibility Icons</a></li>
  61. <li><a href="../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i>&nbsp; Hand Icons</a></li>
  62. <li><a href="../icons/#transportation"><i class="fa fa-ship fa-fw" aria-hidden="true"></i>&nbsp; Transportation Icons</a></li>
  63. <li><a href="../icons/#gender"><i class="fa fa-venus fa-fw" aria-hidden="true"></i>&nbsp; Gender Icons</a></li>
  64. <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>
  65. <li><a href="../icons/#spinner"><i class="fa fa-spinner fa-fw" aria-hidden="true"></i>&nbsp; Spinner Icons</a></li>
  66. <li><a href="../icons/#form-control"><i class="fa fa-check-square fa-fw" aria-hidden="true"></i>&nbsp; Form Control Icons</a></li>
  67. <li><a href="../icons/#payment"><i class="fa fa-credit-card fa-fw" aria-hidden="true"></i>&nbsp; Payment Icons</a></li>
  68. <li><a href="../icons/#chart"><i class="fa fa-pie-chart fa-fw" aria-hidden="true"></i>&nbsp; Chart Icons</a></li>
  69. <li><a href="../icons/#currency"><i class="fa fa-won fa-fw" aria-hidden="true"></i>&nbsp; Currency Icons</a></li>
  70. <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>
  71. <li><a href="../icons/#directional"><i class="fa fa-arrow-right fa-fw" aria-hidden="true"></i>&nbsp; Directional Icons</a></li>
  72. <li><a href="../icons/#video-player"><i class="fa fa-play-circle fa-fw" aria-hidden="true"></i>&nbsp; Video Player Icons</a></li>
  73. <li><a href="../icons/#brand"><i class="fa fa-facebook-official fa-fw" aria-hidden="true"></i>&nbsp; Brand Icons</a></li>
  74. <li><a href="../icons/#medical"><i class="fa fa-medkit fa-fw" aria-hidden="true"></i>&nbsp; Medical Icons</a></li>
  75. </ul>
  76. </li>
  77. <li class="dropdown-split-left"><a href="../examples/">Examples</a></li>
  78. <li class="dropdown dropdown-split-right hidden-xs">
  79. <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  80. <i class="fa fa-caret-down" aria-hidden="true" title="Toggle dropdown menu"></i>
  81. <span class="sr-only">Toggle dropdown menu</span>
  82. <span class="toggle drop down"></span>
  83. </a>
  84. <ul class="dropdown-menu pull-right">
  85. <li><a href="../examples/">Examples</a></li>
  86. <li class="divider"></li>
  87. <li><a href="../examples/#basic">Basic Icons</a></li>
  88. <li><a href="../examples/#larger">Larger Icons</a></li>
  89. <li><a href="../examples/#fixed-width">Fixed Width Icons</a></li>
  90. <li><a href="../examples/#list">List Icons</a></li>
  91. <li><a href="../examples/#bordered-pulled">Bordered & Pulled Icons</a></li>
  92. <li><a href="../examples/#animated">Animated Icons</a></li>
  93. <li><a href="../examples/#accessible">Accessibility-Minded</a></li>
  94. <li><a href="../examples/#rotated-flipped">Rotated &amp; Flipped Icons</a></li>
  95. <li><a href="../examples/#stacked">Stacked Icons</a></li>
  96. <li><a href="../examples/#bootstrap">Bootstrap 3 Examples</a></li>
  97. <li><a href="../examples/#custom">Custom CSS</a></li>
  98. </ul>
  99. </li>
  100. <li class="hidden-sm"><a href="../accessibility/">Accessibility</a></li>
  101. <li class="hidden-xs hidden-md hidden-lg"><a href="../accessibility/"><i class="fa fa-universal-access"></i></a></li>
  102. <li class="active"><a href="../community/">Community</a></li>
  103. <li><a href="../license/">License</a></li>
  104. </ul>
  105. </div>
  106. </div>
  107. </div>
  108. <div class="jumbotron jumbotron-ad hidden-print">
  109. <div class="container">
  110. <h1><i class="fa fa-community" aria-hidden="true"></i>&nbsp; Community</h1>
  111. <p>Lots of ways to get involved with Fork Awesome</p>
  112. </div>
  113. </div>
  114. <div id="social-buttons" class="hidden-print">
  115. <div class="container">
  116. <ul class="list-inline">
  117. <li>
  118. <input name="popup" id="overlay" class="overlay" type="radio">
  119. <span class="share">
  120. <label class="share-btn btn btn-xs diaspora" title="Share this page on Diaspora*" for="diaspora-share">
  121. <i class="fa fa-diaspora" aria-hidden="true"></i> Spread
  122. </label>
  123. <input name="popup" id="diaspora-share" class="hidden" type="radio">
  124. <span class="popup">
  125. <label for="overlay"></label>
  126. <input name="podurl" value="" placeholder="Diaspora URL (joindiaspora.con)" type="text"><button class="share-btn" type="submit" value="diaspora">OK</button>
  127. </span>
  128. </span>
  129. </li>
  130. <li>
  131. <input name="popup" id="overlay" class="overlay" type="radio">
  132. <span class="share">
  133. <label class="share-btn btn btn-xs mastodon" title="Share this page on Mastodon" for="mastodon-share">
  134. <i class="fa fa-mastodon" aria-hidden="true"></i> Toot
  135. </label>
  136. <input name="popup" id="mastodon-share" class="hidden" type="radio">
  137. <span class="popup">
  138. <label for="overlay"></label>
  139. <input name="podurl" value="" placeholder="Mastodon URL (mastodon.social)" type="text"><button class="share-btn" type="submit" value="mastodon">OK</button>
  140. </span>
  141. </span>
  142. </li>
  143. <li>
  144. <span class="share">
  145. <a
  146. class="btn btn-xs twitter"
  147. href="https://twitter.com/intent/tweet?url=http%3A%2F%2Fforkawesome.github.com%2FFork-Awesome%2F&text=Fork+Awesome%20A+fork+of+the+iconic+font+and+CSS+toolkit&hashtags=forkawesome,iconfont"
  148. target="_blank"
  149. >
  150. <i class="fa fa-twitter" aria-hidden="true"></i> Tweet
  151. </a>
  152. </span>
  153. </li>
  154. <li class="github-btn">
  155. <iframe 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>
  156. </li>
  157. </ul>
  158. </div>
  159. </div>
  160. <div class="container">
  161. <div id="getting-support">
  162. <h2 class="page-header">Getting Support</h2>
  163. <p>
  164. Having trouble getting Fork Awesome up and running? Something not working the way you think it should?
  165. </p>
  166. <ol>
  167. <li>
  168. Make sure you've read the latest version of how to <a href="../get-started/">get started</a>.
  169. </li>
  170. <li>
  171. Since Fork Awesome is based on Font Awesome, check out the <a href="http://stackoverflow.com/questions/tagged/font-awesome">existing questions tagged as
  172. Font Awesome</a> over on Stack Overflow. Other folks might have had the same question you've had.
  173. </li>
  174. <li>
  175. Can't find the answer to your question on Stack Overflow?
  176. <a href="http://stackoverflow.com/questions/ask?tags=fork-awesome">Ask a new question</a>, then.
  177. </li>
  178. </ol>
  179. </div>
  180. <section id="requesting-new-icons">
  181. <h2 class="page-header">Requesting New Icons</h2>
  182. <p>
  183. New icons mostly start as requests by the
  184. <a href="https://github.com/ForkAwesome/Fork-Awesome/issues">Fork Awesome community on GitHub</a>. Want to request a new
  185. icon? Here are some things to keep in mind:
  186. </p>
  187. <ol>
  188. <li>Please be nice. Fork Awesome is a happy place.</li>
  189. <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>
  190. <li>
  191. Please make requests for single icons, unless you are requesting a couple of strictly related icons (e.g., thumbs-up/thumbs-down).
  192. </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/ForkAwesome/Fork-Awesome/issues/new?title=Icon%20Request:%20fa-">new issue</a>
  198. <code>Icon request: icon-name</code> (e.g., <code>Icon request: icon-car</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. 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>
  206. </li>
  207. </ol>
  208. </section>
  209. <section id="reporting-bugs">
  210. <h2 class="page-header">Reporting Bugs</h2>
  211. <p>
  212. Found a problem with Fork Awesome? Feel free to submit an issue on the GitHub project. But please keep the following in mind:
  213. </p>
  214. <ol>
  215. <li>Please be nice. Fork Awesome is a happy place.</li>
  216. <li>Please <a href="https://github.com/ForkAwesome/Fork-Awesome/search?type=Issues">search</a> to see if your bug was already reported.</li>
  217. <li>
  218. Before opening any issue, please read the generic <a href="https://github.com/necolas/issue-guidelines">issue
  219. guidelines</a>, by <a href="https://github.com/necolas/">Nicolas Gallagher</a>.
  220. </li>
  221. <li>
  222. After doing everything above, feel free to
  223. <a href="https://github.com/ForkAwesome/Fork-Awesome/issues/new">submit an issue</a>.
  224. </li>
  225. </ol>
  226. </section>
  227. <section id="submitting-pull-requests">
  228. <h2 class="page-header">Submitting Pull Requests</h2>
  229. Found a way to solve a bug in Fork Awesome? Want to contribute new features or a new icon?
  230. <ol>
  231. <li>
  232. Clone the repository and work on your proposal.
  233. </li>
  234. <li>
  235. Then, when you think it's ready or when you want feedback,
  236. <a href="https://github.com/ForkAwesome/Fork-Awesome/issues/new">submit a pull
  237. request</a>.
  238. </li>
  239. <li>
  240. Discuss with rest of the community and follow up on conversations until
  241. your pull request is merged.
  242. </li>
  243. </ol>
  244. </section>
  245. <section id="project-milestones">
  246. <h2 class="page-header">Projects</h2>
  247. <p>
  248. Want to keep up with what's planned for Fork Awesome? Check out our
  249. <a href="https://github.com/ForkAwesome/Fork-Awesome/projects">projects</a> on the GitHub repo.
  250. And come help us achieve those goals.
  251. </p>
  252. </section>
  253. <section id="thanks-to">
  254. <h2 class="page-header">Thanks To</h2>
  255. <div class="row">
  256. <div class="col-md-12 col-sm-12">
  257. <p>
  258. Thanks to <a href="https://twitter.com/davegandy">@davegandy</a> for his
  259. original work on Font Awesome and to
  260. <a href="https://twitter.com/gtagliala">@gtagliala</a> for managing pull
  261. requests and issues on the Font Awesome Github repo.
  262. </p>
  263. </div>
  264. </div>
  265. </section>
  266. </div>
  267. </div>
  268. <footer id="footer" class="footer hidden-print">
  269. <div class="container text-center">
  270. <div>
  271. <i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.5
  272. <span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
  273. A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
  274. </div>
  275. <div>
  276. Fork Awesome is licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
  277. <span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
  278. Code is licensed under <a href="http://opensource.org/licenses/mit-license.html">MIT License</a>
  279. <span class="hide-xs hide-sm">&middot;</span><br class="hide-md hide-lg">
  280. Documentation is licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>
  281. </div>
  282. <div class="project">
  283. <a href="https://github.com/ForkAwesome/Fork-Awesome">GitHub Project</a> &middot;
  284. <a href="https://github.com/ForkAwesome/Fork-Awesome/issues">Issues</a>
  285. </div>
  286. </div>
  287. </footer>
  288. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  289. <script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script>
  290. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
  291. <script src="../assets/js/site.js"></script>
  292. <script src="../assets/js/share.min.js"></script>
  293. </body>
  294. </html>