| Index: pages/index.tmpl |
| =================================================================== |
| --- a/pages/index.tmpl |
| +++ b/pages/index.tmpl |
| @@ -9,17 +9,23 @@ |
| "@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> |
| + <img alt="eyeo office" src="/images/eyeo-home@1x.png" srcset="/images/eyeo-home@2x.png 2x" /> |
| + <p> |
| + <strong>We want to make the internet better for everyone.</strong><br> |
| + Purging bad ads is a good start. |
| + </p> |
| + </div> |
| </div> |
| <div id="who-we-are" class="content-block columns-container two-columns"> |
| <div class="column" markdown="1"> |
| <? include index/whoweare ?> |
| </div> |
| <div class="column"> |