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

Unified Diff: pages/index.tmpl

Issue 29643557: Issue 5442 - Add logo microdata to eyeo websites (Closed) Base URL: https://hg.adblockplus.org/web.eyeo.com
Patch Set: Move schema to <head>, use black logo Created Jan. 3, 2018, 2 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
« no previous file with comments | « pages/index.html ('k') | static/images/logo-3x.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/index.tmpl
===================================================================
new file mode 100644
--- /dev/null
+++ b/pages/index.tmpl
@@ -0,0 +1,56 @@
+title=About Us
+description=Founded in 2011, eyeo is the company behind Adblock Plus, Adblock Browser and Flattr. We build products that millions of people use everyday to improve their online experience.
+
+<head>
+ <? include index/style ?>
+ <script type="application/ld+json">
+ {
+ "@context": "http://schema.org",
+ "@type": "Organization",
+ "url": "{{ config.get("general", "siteurl") }}",
+ "logo": "{{ config.get("general", "siteurl") }}/images/logo-3x.png"
+ }
+ </script>
+</head>
+
+<div id="home-image-container">
+ <img alt="eyeo office" src="/images/eyeo-home-1x.png" />
+</div>
+
+<div id="who-we-are" class="content-block columns-container two-columns">
+ <div class="column" markdown="1">
+ <? include index/whoweare ?>
+ </div>
+
+ <div class="column">
+ <? include index/mission ?>
+ </div>
+</div>
+
+<div id="our-work">
+ <div class="content-block">
+ <h1 class="heading centered"><span>What we are working on:</span></h1>
+
+ <div class="columns-container four-columns">
+ <div class="column">
+ <? include index/ourwork-betterads ?>
+ </div>
+
+ <div class="column">
+ <? include index/ourwork-privacy ?>
+ </div>
+
+ <div class="column">
+ <? include index/ourwork-security ?>
+ </div>
+
+ <div class="column">
+ <? include index/ourwork-opensource ?>
+ </div>
+ </div>
+ </div>
+</div>
+
+<div id="media" class="content-block">
+ <? include index/media ?>
+</div>
« no previous file with comments | « pages/index.html ('k') | static/images/logo-3x.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld