]> git.ipfire.org Git - thirdparty/Font-Awesome.git/commitdiff
Adding themeisle footer logo
authorDave Gandy <dave@davegandy.com>
Fri, 17 Apr 2015 21:06:08 +0000 (17:06 -0400)
committerDave Gandy <dave@davegandy.com>
Fri, 17 Apr 2015 21:06:08 +0000 (17:06 -0400)
src/_includes/footer.html
src/assets/img/logo-themeisle.png [new file with mode: 0644]

index a08a5cfe7f240132138740afcbd5968c2dae50cc..38cefdd2d7c20512493f4793cabd4d74fc642c0f 100644 (file)
@@ -5,6 +5,10 @@
          onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'wpbeginner.com']);">
         <img src="{{ page.relative_path }}assets/img/logo-wpbeginner.png" width="220" height="65" alt="">
       </a>
+      <a href="https://themeisle.com/?utm_source=fontawesome_footer&utm_medium=banner&utm_campaign=fontawesome" title="Beginner's Guide to WordPress" target="_blank" rel="nofollow"
+         onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'themeisle.com']);">
+        <img src="{{ page.relative_path }}assets/img/logo-themeisle.png" width="220" height="65" alt="">
+      </a>
     </div>
     <div>
       <i class="fa fa-flag"></i> Font Awesome {{ site.fontawesome.version }}
diff --git a/src/assets/img/logo-themeisle.png b/src/assets/img/logo-themeisle.png
new file mode 100644 (file)
index 0000000..6fa5fb0
Binary files /dev/null and b/src/assets/img/logo-themeisle.png differ