diff options
author | Treer <treer.git@the-bordello.com> | 2016-04-30 21:36:19 +1000 |
---|---|---|
committer | Treer <treer.git@the-bordello.com> | 2016-04-30 21:36:19 +1000 |
commit | 45654ffc5cc4532c2189c88d46a0374038b53c9f (patch) | |
tree | fc1c9949dcabd360c120d318c9fe3181d47c8f42 /library/font_awesome/src/_includes/thanks-to.html | |
parent | 931a4fafe316b23bacf92ac1ff35f9b8467415dd (diff) | |
download | volse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.tar.gz volse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.tar.bz2 volse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.zip |
update font-awesome library to 4.6.1
Perhaps this should be done as a submodule instead?
Diffstat (limited to 'library/font_awesome/src/_includes/thanks-to.html')
-rw-r--r-- | library/font_awesome/src/_includes/thanks-to.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/library/font_awesome/src/_includes/thanks-to.html b/library/font_awesome/src/_includes/thanks-to.html index 8a2d15208..e48a65f06 100644 --- a/library/font_awesome/src/_includes/thanks-to.html +++ b/library/font_awesome/src/_includes/thanks-to.html @@ -1,24 +1,24 @@ <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 - <a href="http://www.bootstrapcdn.com/#tab_fontawesome">BootstrapCDN</a>, the fastest and easiest way to + Thanks to <a href="http://tracking.maxcdn.com/c/148092/3982/378"><i class="fa fa-maxcdn" aria-hidden="true"> </i>MaxCDN</a> for providing the excellent + <a href="http://www.bootstrapcdn.com/#fontawesome_tab">BootstrapCDN</a>, the fastest and easiest way to <a href="{{ page.relative_path }}get-started/#bootstrapcdn">get started</a> with Font Awesome. </p> </div> |