diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-11-12 15:34:23 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-11-12 15:34:23 -0500 |
commit | 016d9a2ae924c3999ff9aa279511e32c0bfbe7bb (patch) | |
tree | c04189b0eed7025a6764360cbe3613c900353fe6 /bower_components/font-awesome/src/_includes/thanks-to.html | |
parent | 61dab0661ba43d3192fa8c2945f7343df44049ed (diff) |
update to fontawesome 4
Diffstat (limited to 'bower_components/font-awesome/src/_includes/thanks-to.html')
-rw-r--r-- | bower_components/font-awesome/src/_includes/thanks-to.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bower_components/font-awesome/src/_includes/thanks-to.html b/bower_components/font-awesome/src/_includes/thanks-to.html index 8a2d1520..b442a62f 100644 --- a/bower_components/font-awesome/src/_includes/thanks-to.html +++ b/bower_components/font-awesome/src/_includes/thanks-to.html @@ -1,23 +1,23 @@ <section id="thanks-to"> <h2 class="page-header">Thanks To</h2> <div class="row"> - <div class="span4"> + <div class="col-md-4 col-sm-4"> <p> Thanks to <a href="https://twitter.com/robmadole/">@robmadole</a> and <a href="https://twitter.com/supercodepoet/">@supercodepoet</a> for icon design review, advice, some Jekyll help, and being all around badass coders. </p> </div> - <div class="span4"> + <div class="col-md-4 col-sm-4"> <p> - Thanks to <a href="https://twitter.com/grantgordon">@grantgordon</a> and - <a href="https://twitter.com/johnsmclay">@johnsmclay</a> for developing and hosting - <a href="http://icnfnt.com/">icnfnt</a>, the best way to subset Font Awesome. + HUGE thanks to <a href="https://twitter.com/gtagliala">@gtagliala</a> for doing such a fantastic job managing + pull requests and issues on the Font Awesome + <a href="{{ site.fontawesome.github.url }}">GitHub project</a>. </p> </div> - <div class="span4"> + <div class="col-md-4 col-sm-4"> <p> - Thanks to <a href="http://maxcdn.com"><i class="icon-maxcdn"></i> MaxCDN</a> for providing the excellent + Thanks to <a href="http://maxcdn.com"><i class="fa fa-maxcdn"> </i>MaxCDN</a> for providing the excellent <a href="http://www.bootstrapcdn.com/#tab_fontawesome">BootstrapCDN</a>, the fastest and easiest way to <a href="{{ page.relative_path }}get-started/#bootstrapcdn">get started</a> with Font Awesome. </p> |