Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: templates/default.tmpl

Issue 29326071: No Issue - Add social media buttons to the footer ABB.org (Closed)
Patch Set: Created Sept. 8, 2015, 9:46 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« static/css/main.css ('K') | « static/images/twitter.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/default.tmpl
===================================================================
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -76,6 +76,17 @@
</option>
{% endfor %}
</select>
+ <div id="social-media">
+ <a href="https://www.facebook.com/adblockplus">
+ <img src="/images/facebook.png" alt="{{get_string("facebook-icon-alt", "footer")}}">
Thomas Greiner 2015/09/08 09:59:52 Detail: Other `<img>` tags on this page are closed
saroyanm 2015/09/08 10:04:30 Done.
+ </a>
+ <a href="https://twitter.com/adblockplus">
+ <img src="/images/twitter.png" alt="{{get_string("twitter-icon-alt", "footer")}}">
+ </a>
+ <a href="https://google.com/+AdblockPlus">
Thomas Greiner 2015/09/08 09:59:52 Detail: While this link does work, it will redirec
saroyanm 2015/09/08 10:04:30 Done.
+ <img src="/images/gplus.png" alt="{{get_string("gplus-icon-alt", "footer")}}">
+ </a>
+ </div>
</div>
</footer>
{% if page == "index" %}
« static/css/main.css ('K') | « static/images/twitter.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld