index.html 15 KB

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