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

Unified Diff: pages/index.tmpl

Issue 29673627: Issue 4797 - Separate white box and text from eyeo.com homepage banner (Closed) Base URL: https://hg.adblockplus.org/web.eyeo.com
Patch Set: Use header element for #hero Created Jan. 26, 2018, 10:10 a.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 | « includes/index/style.html ('k') | static/css/styles.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/index.tmpl
===================================================================
--- a/pages/index.tmpl
+++ b/pages/index.tmpl
@@ -8,19 +8,25 @@
"@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>
+<header class="bg-accent" id="hero">
+ <div class="content-block">
+ <img alt="eyeo office" src="/images/eyeo-home-1x.jpg" srcset="/images/eyeo-home-2x.jpg 2x" />
+ <h1>
+ <strong>We want to make the internet better for everyone.</strong><br>
+ Purging bad ads is a good start.
+ </h1>
+ </div>
+</header>
<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 ?>
« no previous file with comments | « includes/index/style.html ('k') | static/css/styles.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld