| OLD | NEW | 
|   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   <img alt="eyeo office" src="/images/eyeo-home-1x.png" /> |  17   <div class="content-block"> | 
|  18 </div> |  18     <img alt="eyeo office" src="/images/eyeo-home-1x.jpg" srcset="/images/eyeo-h
    ome-2x.jpg 2x" /> | 
 |  19     <h1> | 
 |  20       <strong>We want to make the internet better for everyone.</strong><br> | 
 |  21       Purging bad ads is a good start. | 
 |  22     </h1> | 
 |  23   </div> | 
 |  24 </header> | 
|  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> | 
|  28 </div> |  34 </div> | 
| (...skipping 18 matching lines...) Expand all  Loading... | 
|  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> | 
| OLD | NEW |