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

Delta Between Two Patch Sets: pages/index.html

Issue 29643557: Issue 5442 - Add logo microdata to eyeo websites (Closed) Base URL: https://hg.adblockplus.org/web.eyeo.com
Left Patch Set: Remove unused include Created Dec. 20, 2017, 8:24 a.m.
Right Patch Set: Move schema to <head>, use black logo Created Jan. 3, 2018, 2 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | pages/index.tmpl » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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.
3
4 <? include index/style ?>
5
6 <div id="home-image-container">
7 <img alt="eyeo office" src="/images/eyeo-home-1x.png" />
8 </div>
9
10 <div id="who-we-are" class="content-block columns-container two-columns">
11 <div class="column" markdown="1">
12 <? include index/whoweare ?>
13 </div>
14
15 <div class="column">
16 <? include index/mission ?>
17 </div>
18 </div>
19
20 <div id="our-work">
21 <div class="content-block">
22 <h1 class="heading centered"><span>What we are working on:</span></h1>
23
24 <div class="columns-container four-columns">
25 <div class="column">
26 <? include index/ourwork-betterads ?>
27 </div>
28
29 <div class="column">
30 <? include index/ourwork-privacy ?>
31 </div>
32
33 <div class="column">
34 <? include index/ourwork-security ?>
35 </div>
36
37 <div class="column">
38 <? include index/ourwork-opensource ?>
39 </div>
40 </div>
41 </div>
42 </div>
43
44 <div id="media" class="content-block">
45 <? include index/media ?>
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>
LEFTRIGHT
« no previous file | pages/index.tmpl » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld