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: Optimise images Created Jan. 19, 2018, 9:12 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
@@ -9,17 +9,23 @@
"@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>
+ <img alt="eyeo office" src="/images/eyeo-home@1x.png" srcset="/images/eyeo-home@2x.png 2x" />
+ <p>
+ <strong>We want to make the internet better for everyone.</strong><br>
+ Purging bad ads is a good start.
+ </p>
+ </div>
</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">
« 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