Index: includes/index/media.html |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/includes/index/media.html |
@@ -0,0 +1,30 @@ |
+<h1 class="heading centered"> |
juliandoucette
2017/07/31 20:00:27
Should this be H1?
juliandoucette
2017/07/31 22:11:45
(I see that you have converted the existing markdo
ire
2017/08/01 10:04:05
Yes I did just convert the existing markdown. It s
|
+ <span>Media coverage:</span> |
juliandoucette
2017/07/31 20:00:27
Why do we need a span here?
juliandoucette
2017/07/31 22:11:45
(I see that you have converted the existing markdo
ire
2017/08/01 10:04:04
See answer above
|
+</h1> |
+ |
+<p id="media-links"> |
juliandoucette
2017/07/31 20:00:28
NIT: I think an unordered list is more appropriate
ire
2017/08/01 10:04:05
I agree with you. Done.
|
+ <a href="http://www.mediapost.com/publications/article/289691/adblock-plus-comes-to-new-york.html" target="_blank"> |
juliandoucette
2017/07/31 20:00:27
NIT: I think this is a good candidate for nofollow
juliandoucette
2017/07/31 22:11:45
(I forgot that we will probably add nofollow noref
ire
2017/08/01 10:04:05
Acknowledged.
|
+ <img alt="Media Post" src="/images/coverage/media-post-1x.png" srcset="/images/coverage/media-post-2x.png 2x"> |
+ <span class="sr-only">Opens in a new window</span> |
juliandoucette
2017/07/31 20:00:27
NIT: Is there a good reason to put this in an .sr-
ire
2017/08/01 10:04:04
See my comment in the next patch
|
+ </a> |
+ |
+ <a href="https://www.nytimes.com/2015/08/20/technology/personaltech/ad-blockers-and-the-nuisance-at-the-heart-of-the-modern-web.html" target="_blank"> |
juliandoucette
2017/07/31 20:00:27
NIT: We have new window hints for desktops and scr
juliandoucette
2017/07/31 22:11:45
(Or we could show a tooltip/button on hover state
ire
2017/08/01 10:04:05
I’m not sure how to solve this:
We can’t accurate
juliandoucette
2017/08/01 23:07:33
Two things come to mind...
1. Could we detect a n
ire
2017/08/02 10:35:57
I don't think we can do so reliably, because the "
|
+ <img alt="The New York Times" src="/images/coverage/new-york-times-1x.png" srcset="/images/coverage/new-york-times-2x.png 2x"> |
+ <span class="sr-only">Opens in a new window</span> |
+ </a> |
+ |
+ <a href="https://www.wsj.com/articles/adblock-plus-chief-till-faida-says-consumers-are-fed-up-with-current-online-ads-1462981668" target="_blank"> |
juliandoucette
2017/07/31 20:00:27
NIT: I would have created a macro for this ~list-i
ire
2017/08/01 10:04:04
Done.
ire
2017/08/01 10:04:05
I agree. I thought of doing that initially but did
|
+ <img alt="The Wall Street Journal" src="/images/coverage/wall-street-journal-1x.png" srcset="/images/coverage/wall-street-journal-2x.png 2x"> |
+ <span class="sr-only">Opens in a new window</span> |
+ </a> |
+ |
+ <a href="https://techcrunch.com/2016/05/09/adblock-plus-closes-in-on-a-billion-downloads/" target="_blank"> |
+ <img alt="TechCrunch" src="/images/coverage/techcrunch-1x.png" srcset="/images/coverage/techcrunch-2x.png 2x"> |
+ <span class="sr-only">Opens in a new window</span> |
+ </a> |
+ |
+ <a href="http://www.businessinsider.com/theres-nothing-wrong-about-the-way-adblock-plus-makes-money-2015-9" target="_blank"> |
+ <img alt="Business Insider" src="/images/coverage/business-insider-1x.png" srcset="/images/coverage/business-insider-2x.png 2x"> |
+ <span class="sr-only">Opens in a new window</span> |
+ </a> |
+</p> |