| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| 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 <header class="bg-accent" id="hero"> |
| 17 <div> | 17 <div class="content-block"> |
|
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" /> | 18 <img alt="eyeo office" src="/images/eyeo-home-1x.jpg" srcset="/images/eyeo-h ome-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> | 19 <h1> |
| 20 <strong>We want to make the internet better for everyone.</strong><br> | 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. | 21 Purging bad ads is a good start. |
| 22 </p> | 22 </h1> |
| 23 </div> | 23 </div> |
| 24 </div> | 24 </header> |
| 25 | 25 |
| 26 <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"> |
| 27 <div class="column" markdown="1"> | 27 <div class="column" markdown="1"> |
| 28 <? include index/whoweare ?> | 28 <? include index/whoweare ?> |
| 29 </div> | 29 </div> |
| 30 | 30 |
| 31 <div class="column"> | 31 <div class="column"> |
| 32 <? include index/mission ?> | 32 <? include index/mission ?> |
| 33 </div> | 33 </div> |
| 34 </div> | 34 </div> |
| (...skipping 18 matching lines...) Expand all Loading... | |
| 53 <div class="column"> | 53 <div class="column"> |
| 54 <? include index/ourwork-opensource ?> | 54 <? include index/ourwork-opensource ?> |
| 55 </div> | 55 </div> |
| 56 </div> | 56 </div> |
| 57 </div> | 57 </div> |
| 58 </div> | 58 </div> |
| 59 | 59 |
| 60 <div id="media" class="content-block"> | 60 <div id="media" class="content-block"> |
| 61 <? include index/media ?> | 61 <? include index/media ?> |
| 62 </div> | 62 </div> |
| LEFT | RIGHT |