| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,36 @@ |
| 1 |
+<footer id="footer" class="footer hidden-print"> |
|
| 2 |
+ <div class="container text-center"> |
|
| 3 |
+ <div id="inventory"> |
|
| 4 |
+ <a href="http://www.wpbeginner.com/?utm_source=fontawesome_footer&utm_medium=banner&utm_campaign=fontawesome" |
|
| 5 |
+ title="Beginner's Guide to WordPress" target="_blank" rel="nofollow" |
|
| 6 |
+ onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'wpbeginner.com']);"> |
|
| 7 |
+ <img src="{{ page.relative_path }}assets/img/logo-wpbeginner.png" width="220" height="65" alt="">
|
|
| 8 |
+ </a> |
|
| 9 |
+ <a href="http://themeisle.com/?utm_source=fontawesome_footer&utm_medium=banner&utm_campaign=fontawesome" |
|
| 10 |
+ title="Premium Wordpress Themes" target="_blank" rel="nofollow" |
|
| 11 |
+ onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'themeisle.com']);"> |
|
| 12 |
+ <img src="{{ page.relative_path }}assets/img/logo-themeisle.png" width="220" height="65" alt="">
|
|
| 13 |
+ </a> |
|
| 14 |
+ </div> |
|
| 15 |
+ <div> |
|
| 16 |
+ <i class="fa fa-flag" aria-hidden="true"></i> Font Awesome {{ site.fontawesome.version }}
|
|
| 17 |
+ <span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg"> |
|
| 18 |
+ Created by <a href="https://twitter.com/{{ site.fontawesome.author.twitter }}">Dave Gandy</a>
|
|
| 19 |
+ </div> |
|
| 20 |
+ <div> |
|
| 21 |
+ Font Awesome licensed under <a href="{{ site.fontawesome.license.font.url }}">{{ site.fontawesome.license.font.version }}</a>
|
|
| 22 |
+ <span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg"> |
|
| 23 |
+ Code licensed under <a href="{{ site.fontawesome.license.code.url }}">{{ site.fontawesome.license.code.version }}</a>
|
|
| 24 |
+ <span class="hide-xs hide-sm">·</span><br class="hide-md hide-lg"> |
|
| 25 |
+ Documentation licensed under <a href="{{ site.fontawesome.license.documentation.url }}">{{ site.fontawesome.license.documentation.version }}</a>
|
|
| 26 |
+ </div> |
|
| 27 |
+ <div> |
|
| 28 |
+ Thanks to <a href="http://tracking.maxcdn.com/c/148092/3982/378/"><i class="fa fa-maxcdn"></i> MaxCDN</a> for providing the excellent <a href="https://www.bootstrapcdn.com/fontawesome/">BootstrapCDN for Font Awesome</a> |
|
| 29 |
+ </div> |
|
| 30 |
+ <div class="project"> |
|
| 31 |
+ <a href="{{ site.fontawesome.github.url }}">GitHub Project</a> ·
|
|
| 32 |
+ <a href="{{ site.fontawesome.github.url }}/issues">Issues</a> ·
|
|
| 33 |
+ <a href="{{ page.relative_path }}3.2.1">Old 3.2.1 Docs</a>
|
|
| 34 |
+ </div> |
|
| 35 |
+ </div> |
|
| 36 |
+</footer> |