getting-support.html 1.1 KB

12345678910111213141516171819202122
  1. <div id="getting-support">
  2. <h2 class="page-header">Getting Support</h2>
  3. <p>
  4. Having trouble getting Font Awesome up and running? Something not working the way you think it should? I hate that
  5. I don't have time to answer Font Awesome support emails anymore. So here are some things you might wanna do:
  6. </p>
  7. <ol>
  8. <li>
  9. Make sure you've read the latest version of how to <a href="{{ page.relative_path }}get-started/">get started</a>.
  10. It's been updated recently to make Font Awesome even easier to use.
  11. </li>
  12. <li>
  13. Check out the <a href="http://stackoverflow.com/questions/tagged/font-awesome">existing questions tagged as
  14. Font Awesome</a> over on Stack Overflow. Other folks might have had the same question you've had.
  15. </li>
  16. <li>
  17. Can't find the answer to your question on Stack Overflow?
  18. <a href="http://stackoverflow.com/questions/ask?tags=font-awesome">Ask a new question</a>, then
  19. <a href="mailto:{{ site.fontawesome.author.email }}">send me an email</a> and I might be able to take a look.
  20. </li>
  21. </ol>
  22. </div>