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: Created Jan. 18, 2018, 4:41 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
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>
juliandoucette 2018/01/18 21:43:51 NIT: This could be a header, heading, and subtitle
ire 2018/01/19 09:16:27 I considered this but I didn't really think that t
juliandoucette 2018/01/22 16:06:01 Seems like a header and tagline to me. Why does it
ire 2018/01/25 11:54:14 To clarify, I said the text seems like a tagline r
juliandoucette 2018/01/25 14:27:29 I understood you. I was arguing against your inter
ire 2018/01/26 10:11:00 Okay. I'm going with making the whole phrase the <
juliandoucette 2018/01/30 04:22:19 I don't; on second thought. I think <strong> is a
ire 2018/01/30 07:20:03 Acknowledged.
+ <img alt="eyeo office" src="/images/eyeo-home@1x.jpg" srcset="/images/eyeo-home@1,25x.jpg 1.25x, /images/eyeo-home@2x.jpg 2x" />
juliandoucette 2018/01/18 21:43:51 You included more images than you linked to in src
ire 2018/01/19 09:16:27 Done.
juliandoucette 2018/01/22 16:06:01 We have not used these conventions before: 1. "@N
ire 2018/01/25 11:54:14 If we were starting from scratch I would say that
juliandoucette 2018/01/25 14:27:29 RE: 2 - Feel free. If the "@" and "," don't have a
ire 2018/01/26 10:11:00 Cool, agreed.
+ <p>
+ <strong>We want to make the internet better for everyone.</strong><br>
juliandoucette 2018/01/25 14:27:29 - They wanted "better for everyone" on a separate
ire 2018/01/26 10:11:00 I showed Jeen a demo of how it currently is and sh
juliandoucette 2018/01/30 04:22:19 NIT: Did you also happen to show her in-between si
ire 2018/01/30 07:20:03 I showed her a [screen recording](https://drive.go
+ 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">

Powered by Google App Engine
This is Rietveld