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

Unified Diff: includes/press/media/gallery.html

Issue 29369432: Issue 4685 - Update images on eyeo.com (Closed)
Patch Set: See notes in comments Created Jan. 11, 2017, 5:34 p.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
Index: includes/press/media/gallery.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/includes/press/media/gallery.html
@@ -0,0 +1,26 @@
+<p id="media-gallery" class="thumbnails">
+ <a href="/images/media/abp-logo.png">
+ <img src="/images/media/abp-logo-thumb-1x.png" srcset="/images/media/abp-logo-thumb-1x.png 1x, /images/media/abp-logo-thumb-2x.png 2x" alt="Adblock Plus logo" />
+ </a>
+ <a href="/images/media/eyeo-logo.png">
+ <img src="/images/media/eyeo-logo-thumb-1x.png" srcset="/images/media/eyeo-logo-thumb-1x.png 1x, /images/media/eyeo-logo-thumb-2x.png 2x" alt="eyeo icon" />
+ </a>
+ <a href="/images/media/eyeo-logo-wide.png">
+ <img src="/images/media/eyeo-logo-wide-thumb-1x.png" srcset="/images/media/eyeo-logo-wide-thumb-1x.png 1x, /images/media/eyeo-logo-wide-thumb-2x.png 2x" alt="eyeo logo" />
+ </a>
+ <a href="/images/media/till-faida.png">
+ <img src="/images/media/till-faida-thumb-1x.png" srcset="/images/media/till-faida-thumb-1x.png 1x, /images/media/till-faida-thumb-2x.png 2x" alt="Till Faida" />
+ </a>
+ <a href="/images/media/youtube_customization.png">
+ <img src="/images/media/youtube_customization_small.png" alt="YouTube customization" />
+ </a>
+ <a href="/images/media/youtube_ads.png">
+ <img alt="YouTube ad blocking" src="/images/media/youtube_ads_small.png" />
+ </a>
+ <a href="/images/media/facebook_ads.png">
+ <img alt="Facebook ad blocking" src="/images/media/facebook_ads_small.png" />
+ </a>
+ <a href="/images/media/nytimes_ads.png">
+ <img alt="NY Times ad blocking" src="/images/media/nytimes_ads_small.png" />
+ </a>
+</p>

Powered by Google App Engine
This is Rietveld