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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 title=About Us 1 title=About Us
2 description=Founded in 2011, eyeo is the company behind Adblock Plus, Adblock Br owser and Flattr. We build products that millions of people use everyday to impr ove their online experience. 2 description=Founded in 2011, eyeo is the company behind Adblock Plus, Adblock Br owser and Flattr. We build products that millions of people use everyday to impr ove their online experience.
3 3
4 <head> 4 <head>
5 <? include index/style ?> 5 <? include index/style ?>
6 <script type="application/ld+json"> 6 <script type="application/ld+json">
7 { 7 {
8 "@context": "http://schema.org", 8 "@context": "http://schema.org",
9 "@type": "Organization", 9 "@type": "Organization",
10 "url": "{{ config.get("general", "siteurl") }}", 10 "url": "{{ config.get("general", "siteurl") }}",
11 "logo": "{{ config.get("general", "siteurl") }}/images/logo-3x.png" 11 "logo": "{{ config.get("general", "siteurl") }}/images/logo-3x.png"
12 } 12 }
13 </script> 13 </script>
14 </head> 14 </head>
15 15
16 <div id="home-image-container"> 16 <div id="home-image-container">
17 <img alt="eyeo office" src="/images/eyeo-home-1x.png" /> 17 <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.
18 <img alt="eyeo office" src="/images/eyeo-home@1x.jpg" srcset="/images/eyeo-h ome@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.
19 <p>
20 <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
21 Purging bad ads is a good start.
22 </p>
23 </div>
18 </div> 24 </div>
19 25
20 <div id="who-we-are" class="content-block columns-container two-columns"> 26 <div id="who-we-are" class="content-block columns-container two-columns">
21 <div class="column" markdown="1"> 27 <div class="column" markdown="1">
22 <? include index/whoweare ?> 28 <? include index/whoweare ?>
23 </div> 29 </div>
24 30
25 <div class="column"> 31 <div class="column">
26 <? include index/mission ?> 32 <? include index/mission ?>
27 </div> 33 </div>
(...skipping 19 matching lines...) Expand all
47 <div class="column"> 53 <div class="column">
48 <? include index/ourwork-opensource ?> 54 <? include index/ourwork-opensource ?>
49 </div> 55 </div>
50 </div> 56 </div>
51 </div> 57 </div>
52 </div> 58 </div>
53 59
54 <div id="media" class="content-block"> 60 <div id="media" class="content-block">
55 <? include index/media ?> 61 <? include index/media ?>
56 </div> 62 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld