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

Unified 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: 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 | « no previous file | pages/index.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/index.html
===================================================================
deleted file mode 100644
--- a/pages/index.html
+++ /dev/null
@@ -1,46 +0,0 @@
-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.
-
-<? include index/style ?>
-
-<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 | « no previous file | pages/index.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld