| Index: pages/index.tmpl |
| =================================================================== |
| --- a/pages/index.tmpl |
| +++ b/pages/index.tmpl |
| @@ -8,19 +8,25 @@ |
| "@context": "http://schema.org", |
| "@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> |
| +<header class="bg-accent" id="hero"> |
| + <div class="content-block"> |
| + <img alt="eyeo office" src="/images/eyeo-home-1x.jpg" srcset="/images/eyeo-home-2x.jpg 2x" /> |
| + <h1> |
| + <strong>We want to make the internet better for everyone.</strong><br> |
| + Purging bad ads is a good start. |
| + </h1> |
| + </div> |
| +</header> |
| <div id="who-we-are" class="content-block columns-container two-columns"> |
| <div class="column" markdown="1"> |
| <? include index/whoweare ?> |
| </div> |
| <div class="column"> |
| <? include index/mission ?> |