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"> |
18 <img alt="eyeo office" src="/images/eyeo-home@1x.png" srcset="/images/eyeo-h
ome@2x.png 2x" /> | 18 <img alt="eyeo office" src="/images/eyeo-home-1x.jpg" srcset="/images/eyeo-h
ome-2x.jpg 2x" /> |
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> |
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 |