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

Side by Side Diff: pages/index.html

Issue 29643557: Issue 5442 - Add logo microdata to eyeo websites (Closed) Base URL: https://hg.adblockplus.org/web.eyeo.com
Patch Set: Remove unused include Created Dec. 20, 2017, 8:24 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
« no previous file with comments | « no previous file | static/images/logo-3x.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ?> 4 <? include index/style ?>
5 5
6 <div id="home-image-container"> 6 <div id="home-image-container">
7 <img alt="eyeo office" src="/images/eyeo-home-1x.png" /> 7 <img alt="eyeo office" src="/images/eyeo-home-1x.png" />
8 </div> 8 </div>
9 9
10 <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">
(...skipping 26 matching lines...) Expand all
37 <div class="column"> 37 <div class="column">
38 <? include index/ourwork-opensource ?> 38 <? include index/ourwork-opensource ?>
39 </div> 39 </div>
40 </div> 40 </div>
41 </div> 41 </div>
42 </div> 42 </div>
43 43
44 <div id="media" class="content-block"> 44 <div id="media" class="content-block">
45 <? include index/media ?> 45 <? include index/media ?>
46 </div> 46 </div>
47
48 <script type="application/ld+json">
49 {
50 "@context": "http://schema.org",
51 "@type": "Organization",
52 "url": "{{ config.get("general", "siteurl") }}",
53 "logo": "{{ config.get("general", "siteurl") }}/images/logo-3x.png"
54 }
55 </script>
OLDNEW
« no previous file with comments | « no previous file | static/images/logo-3x.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld