diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-06 15:19:12 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-06 15:19:12 -0400 |
commit | 4642156cbc6da4a9e25dce2168f2fb9b726de042 (patch) | |
tree | d62aec0ebf977e008d016d8af15e54e26d5089b4 /bower_components/font-awesome/src/_includes/community/getting-support.html | |
parent | 20e2d90874a3e1116c76e1547210d191dd0159f4 (diff) |
unignore bower_components
Diffstat (limited to 'bower_components/font-awesome/src/_includes/community/getting-support.html')
-rw-r--r-- | bower_components/font-awesome/src/_includes/community/getting-support.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/bower_components/font-awesome/src/_includes/community/getting-support.html b/bower_components/font-awesome/src/_includes/community/getting-support.html new file mode 100644 index 00000000..8ae311ad --- /dev/null +++ b/bower_components/font-awesome/src/_includes/community/getting-support.html @@ -0,0 +1,22 @@ +<div id="getting-support"> + <h2 class="page-header">Getting Support</h2> + <p> + Having trouble getting Font Awesome up and running? Something not working the way you think it should? I hate that + I don't have time to answer Font Awesome support emails anymore. So here are some things you might wanna do: + </p> + <ol> + <li> + Make sure you've read the latest version of how to <a href="{{ page.relative_path }}get-started/">get started</a>. + It's been updated recently to make Font Awesome even easier to use. + </li> + <li> + Check out the <a href="http://stackoverflow.com/questions/tagged/font-awesome">existing questions tagged as + Font Awesome</a> over on Stack Overflow. Other folks might have had the same question you've had. + </li> + <li> + Can't find the answer to your question on Stack Overflow? + <a href="http://stackoverflow.com/questions/ask?tags=font-awesome">Ask a new question</a>, then + <a href="mailto:{{ site.fontawesome.author.email }}">send me an email</a> and I might be able to take a look. + </li> + </ol> +</div> |