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

Side by Side Diff: pages/index.html

Issue 29499714: Issue 4912 - Update media coverage links on eyeo.com (Closed) Base URL: https://hg.adblockplus.org/web.eyeo.com
Patch Set: Refactor alternative text and title for media coverage links Created Aug. 2, 2017, 10:33 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 title=About Us 1 title=About Us
2 description=Founded in 2011, eyeo is the company behind Adblock Plus, Adblock Br owser and Flattr. We build products that millions of people use everyday to impr ove their online experience. 2 description=Founded in 2011, eyeo is the company behind Adblock Plus, Adblock Br owser and Flattr. We build products that millions of people use everyday to impr ove their online experience.
3 3
4 <? include index/style ?>
5
4 <div id="home-image-container"> 6 <div id="home-image-container">
5 <img alt="eyeo office" src="/images/eyeo-home-1x.png" /> 7 <img alt="eyeo office" src="/images/eyeo-home-1x.png" />
6 </div> 8 </div>
7 9
8 <div id="who-we-are" class="content-block columns-container two-columns"> 10 <div id="who-we-are" class="content-block columns-container two-columns">
9 <div class="column" markdown="1"> 11 <div class="column" markdown="1">
10 <? include index/whoweare ?> 12 <? include index/whoweare ?>
11 </div> 13 </div>
12 14
13 <div class="column"> 15 <div class="column">
(...skipping 21 matching lines...) Expand all
35 <div class="column"> 37 <div class="column">
36 <? include index/ourwork-opensource ?> 38 <? include index/ourwork-opensource ?>
37 </div> 39 </div>
38 </div> 40 </div>
39 </div> 41 </div>
40 </div> 42 </div>
41 43
42 <div id="media" class="content-block"> 44 <div id="media" class="content-block">
43 <? include index/media ?> 45 <? include index/media ?>
44 </div> 46 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld