Index: pages/index.tmpl |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/pages/index.tmpl |
@@ -0,0 +1,56 @@ |
+title=About Us |
+description=Founded in 2011, eyeo is the company behind Adblock Plus, Adblock Browser and Flattr. We build products that millions of people use everyday to improve their online experience. |
+ |
+<head> |
+ <? include index/style ?> |
+ <script type="application/ld+json"> |
+ { |
+ "@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> |
+ |
+<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 ?> |
+ </div> |
+</div> |
+ |
+<div id="our-work"> |
+ <div class="content-block"> |
+ <h1 class="heading centered"><span>What we are working on:</span></h1> |
+ |
+ <div class="columns-container four-columns"> |
+ <div class="column"> |
+ <? include index/ourwork-betterads ?> |
+ </div> |
+ |
+ <div class="column"> |
+ <? include index/ourwork-privacy ?> |
+ </div> |
+ |
+ <div class="column"> |
+ <? include index/ourwork-security ?> |
+ </div> |
+ |
+ <div class="column"> |
+ <? include index/ourwork-opensource ?> |
+ </div> |
+ </div> |
+ </div> |
+</div> |
+ |
+<div id="media" class="content-block"> |
+ <? include index/media ?> |
+</div> |