You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/10/19 10:24:56 UTC

[kibble-website] 01/01: initial check-in of web site

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kibble-website.git

commit 21ac53038a582870028dd546dc452144b5a3b42f
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Thu Oct 19 12:23:44 2017 +0200

    initial check-in of web site
---
 BUILDING.txt                          |  12 ++
 LICENSE                               | 201 ++++++++++++++++++++++++++++++++++
 content/css/kibble.css                | 139 +++++++++++++++++++++++
 content/docs/asf.html                 |  46 ++++++++
 content/docs/community.html           |  62 +++++++++++
 content/docs/design.html              |  43 ++++++++
 content/docs/documentation.html       |  41 +++++++
 content/docs/downloads.html           |  41 +++++++
 content/docs/roadmap.html             |  45 ++++++++
 content/favicon.ico                   | Bin 0 -> 1150 bytes
 content/images/background.png         | Bin 0 -> 1204 bytes
 content/images/favicon.png            | Bin 0 -> 8743 bytes
 content/images/icon-community.png     | Bin 0 -> 3387 bytes
 content/images/icon-demo.png          | Bin 0 -> 4474 bytes
 content/images/icon-design.png        | Bin 0 -> 5919 bytes
 content/images/icon-documentation.png | Bin 0 -> 2811 bytes
 content/images/icon-download.png      | Bin 0 -> 3061 bytes
 content/images/icon-feather.png       | Bin 0 -> 3450 bytes
 content/images/icon-home.png          | Bin 0 -> 4244 bytes
 content/images/icon-roadmap.png       | Bin 0 -> 8955 bytes
 content/images/kibble-favicon.png     | Bin 0 -> 12354 bytes
 content/images/kibble-logo.png        | Bin 0 -> 43985 bytes
 content/images/kibble-logo.svg        | 193 ++++++++++++++++++++++++++++++++
 content/images/quote-bubble.png       | Bin 0 -> 17760 bytes
 content/images/roadmap-tentative.png  | Bin 0 -> 243597 bytes
 content/images/splash-contact.png     | Bin 0 -> 11857 bytes
 content/images/splash-mission.png     | Bin 0 -> 11672 bytes
 content/images/splash-people.png      | Bin 0 -> 19717 bytes
 content/index.html                    | 109 ++++++++++++++++++
 source/generate.py                    |  48 ++++++++
 source/markdown/docs/asf.md           |   8 ++
 source/markdown/docs/community.md     |  28 +++++
 source/markdown/docs/design.md        |   6 +
 source/markdown/docs/documentation.md |   3 +
 source/markdown/docs/downloads.md     |   3 +
 source/markdown/docs/roadmap.md       |  10 ++
 source/markdown/index.md              |  70 ++++++++++++
 source/template.html                  |  40 +++++++
 38 files changed, 1148 insertions(+)

diff --git a/BUILDING.txt b/BUILDING.txt
new file mode 100644
index 0000000..df7b82f
--- /dev/null
+++ b/BUILDING.txt
@@ -0,0 +1,12 @@
+NOTE: This is now handled by the buildbot, you only need to change the markdown
+      files and the buildbot will regenerate the site and publish it.
+      
+# Building the web site
+
+* Install the markdown module for Python 3: sudo pip3 install markdown
+* Edit or create the appropriate markdown file in source/ (you can have sub-dirs there)
+* open a shell, go to the source/ dir
+* Run: python3 generate.py
+* Commit the changes to git :)
+
+
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..8dada3e
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,201 @@
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "{}"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright {yyyy} {name of copyright owner}
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
diff --git a/content/css/kibble.css b/content/css/kibble.css
new file mode 100644
index 0000000..d84376a
--- /dev/null
+++ b/content/css/kibble.css
@@ -0,0 +1,139 @@
+html {
+    background: #AAA;
+    height: 100%;
+    background: linear-gradient(to bottom, #FFF 0%, #999 100%);
+}
+body {
+    background-size: cover;
+    background-repeat:no-repeat;
+    
+    background: url("/images/background.png") repeat;
+    
+    text-align: center;
+    min-height: 100%;
+    margin: 0 !important;
+    padding: 0 !important;
+    font-family: montserrat light, sans-serif;
+    min-width: 1210px;
+}
+
+body {
+    height: 100%;
+}
+
+.logo {
+    padding-top: 20px;
+    width: 300px;
+    margin: 0px auto;
+}
+
+.splash-wrapper {
+    width: 1200px;
+    min-height: 500px;
+    margin: 0px auto;
+    margin-top: 20px;
+    text-align: center;
+}
+
+.splash-column {
+    width: 360px;
+    min-height: 330px;
+    float: left;
+    margin: 10px;
+    padding: 10px;
+    background: #EEE;
+    border-radius: 12px;
+    font-family: sans-serif;
+    color: #333;
+}
+
+.splash-column:hover {
+    background: #FFF;
+}
+
+.splash-column > p {
+    font-size: 85%;
+    text-align: left;
+}
+
+footer {
+    font-family: sans-serif;
+    font-size: 90%;
+    color: #555;
+    width: 100%;
+    float: left;
+    margin-top: 40px;
+}
+
+.topbar {
+    margin: 0px;
+    padding: 0px;
+    background: #FAFAFA;
+    border-bottom: 1px solid #999;
+    height: 48px;
+    min-width: 1100px;
+}
+
+.topbar > ul {
+    margin: 0;
+    padding: 0;
+    list-style: none;
+}
+.topbar > ul > li:last-child {
+    border-right: 1px solid #DDD;
+}
+
+.topbar > ul > li {
+    display: inline-block;
+    border-left: 1px solid #DDD;
+    height: 30px;
+    padding: 4px;
+    padding-top:14px;
+    min-width: 48px;
+    font-weight: bold;
+    font-size: 85%;
+    font-family: montserrat light, sans-serif;
+}
+
+.topbar > ul > li > a {
+    text-decoration: none;
+    color: #333;
+}
+
+.topbar > ul > li:hover {
+    background: #FFF;
+}
+
+.topbar > ul > li > a > img {
+   height: 24px;
+   vertical-align: middle;
+}
+
+ul.community > li.pmc:before {
+    content: "•";
+    padding-right: 8px;
+    color: green;
+}
+
+ul.community > li.chair:before {
+    content: "•";
+    padding-right: 8px;
+    color: blue;
+}
+
+.wrapper-main {
+   font-size: 0.9rem;
+}
+.wrapper-main > div:not(.splash-wrapper){
+    border: 1px solid #BBB;
+    text-align: left;
+    padding: 16px;
+    width:  1100px;
+    border-radius: 12px;
+    margin: 40px auto;
+    background: #FFF;
+}
+
+h1, h2, h3 {
+    text-align: center;
+}
diff --git a/content/docs/asf.html b/content/docs/asf.html
new file mode 100644
index 0000000..c9d9a82
--- /dev/null
+++ b/content/docs/asf.html
@@ -0,0 +1,46 @@
+<!DOCTYPE html>
+
+<html lang="en"xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><!-- Meta, title, CSS, favicons, etc. -->
+    <meta charset="utf-8">
+    <meta property="og:image" content="https://staging.kibble.website/images/kibble-logo.png" />
+    <base href="/">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=1280, initial-scale=1">
+    <link href="css/kibble.css" rel="stylesheet">
+    <link rel="icon" type="image/png" sizes="48x48" href="images/kibble-favicon.png">
+    <title>Apache® Kibble™</title>
+</head>
+
+<body>
+  <nav class="topbar">
+    <img src="images/kibble-logo.png" style="height: 32px; display: inline; float: left; margin: 7px;"/>
+    <ul>
+      <li><a href="/"><img src="images/icon-home.png"/> Kibble</a></li>
+      <li><a href="/docs/design.html"><img src="images/icon-design.png"/> Design specs</a></li>
+      <li><a href="/docs/roadmap.html"><img src="images/icon-roadmap.png"/> Road map</a></li>
+      <li><a href="/docs/community.html"><img src="images/icon-community.png"/> Community / Get involved</a></li>
+      <li><a href="/docs/downloads.html"><img src="images/icon-download.png"/> Source / Downloads</a></li>
+      <li><a href="/docs/documentation.html"><img src="images/icon-documentation.png"/> Documentation</a></li>
+      <li><a href="https://demo.kibble.apache.org/"><img src="images/icon-demo.png"/> Live demo</a></li>
+      <li><a href="/docs/asf.html"><img src="images/icon-feather.png"/> About the ASF</a></li>
+    </ul>
+  </nav>
+  <div class="wrapper-main">
+    <div><h2 id='abouttheapachesoftwarefoundation'>About the Apache Software Foundation<a href='#abouttheapachesoftwarefoundation' style='color: rgba(0,0,0,0);'>&para;</a></h2>
+<p><a class="item" target="_blank" href="https://www.apache.org/">About the ASF<span></span></a><br/>
+<a class="item" target="_blank" href="https://www.apache.org/foundation/policies/conduct.html">Code of Conduct<span></span></a><br/>
+<a class="item" target="_blank" href="https://www.apache.org/foundation/thanks.html">Thanks<span></span></a><br/>
+<a class="item" target="_blank" href="https://www.apache.org/foundation/sponsorship.html">Become a Sponsor<span></span></a><br/>
+<a class="item" target="_blank" href="https://www.apache.org/security/">Security<span></span></a><br/>
+<a class="item" target="_blank" href="https://www.apache.org/licenses/LICENSE-2.0">License<span></span></a><br/></p></div>
+  </div>
+  <footer>
+    Copyright© 2017, the Apache Software Foundation. Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License v/2</a>.<br/>
+    <i style="font-size: 75%">
+    Apache Kibble, Kibble, Apache, the Apache feather logo, and the Apache Kibble project logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and other countries.
+    </i>
+  </footer>
+</body>
+</html>
diff --git a/content/docs/community.html b/content/docs/community.html
new file mode 100644
index 0000000..30a00f9
--- /dev/null
+++ b/content/docs/community.html
@@ -0,0 +1,62 @@
+<!DOCTYPE html>
+
+<html lang="en"xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><!-- Meta, title, CSS, favicons, etc. -->
+    <meta charset="utf-8">
+    <meta property="og:image" content="https://staging.kibble.website/images/kibble-logo.png" />
+    <base href="/">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=1280, initial-scale=1">
+    <link href="css/kibble.css" rel="stylesheet">
+    <link rel="icon" type="image/png" sizes="48x48" href="images/kibble-favicon.png">
+    <title>Apache® Kibble™</title>
+</head>
+
+<body>
+  <nav class="topbar">
+    <img src="images/kibble-logo.png" style="height: 32px; display: inline; float: left; margin: 7px;"/>
+    <ul>
+      <li><a href="/"><img src="images/icon-home.png"/> Kibble</a></li>
+      <li><a href="/docs/design.html"><img src="images/icon-design.png"/> Design specs</a></li>
+      <li><a href="/docs/roadmap.html"><img src="images/icon-roadmap.png"/> Road map</a></li>
+      <li><a href="/docs/community.html"><img src="images/icon-community.png"/> Community / Get involved</a></li>
+      <li><a href="/docs/downloads.html"><img src="images/icon-download.png"/> Source / Downloads</a></li>
+      <li><a href="/docs/documentation.html"><img src="images/icon-documentation.png"/> Documentation</a></li>
+      <li><a href="https://demo.kibble.apache.org/"><img src="images/icon-demo.png"/> Live demo</a></li>
+      <li><a href="/docs/asf.html"><img src="images/icon-feather.png"/> About the ASF</a></li>
+    </ul>
+  </nav>
+  <div class="wrapper-main">
+    <div><h2 id='thekibblecommunity'>The Kibble Community<a href='#thekibblecommunity' style='color: rgba(0,0,0,0);'>&para;</a></h2>
+<h3 id='whoarewe'>Who are we?<a href='#whoarewe' style='color: rgba(0,0,0,0);'>&para;</a></h3>
+<p>The Apache Kibble project is currently comprised of 11 contributors:</p>
+<ul>
+<li>Christofer Dutz (PMC member, committer)</li>
+<li>Daniel Gruno (PMC member, committer)</li>
+<li>Daniel Takamori (PMC member, committer)</li>
+<li>David Nalley (PMC member, committer)</li>
+<li>Hervé Boutemy (PMC member, committer)</li>
+<li>Larry McCay (PMC member, committer)</li>
+<li>Rich Bowen (Project Chair, PMC member, committer)</li>
+<li>Sally Khudairi (PMC member, committer)</li>
+<li>Sean Palmer (PMC member, committer)</li>
+<li>Sharan Foga (PMC member, committer)</li>
+<li>Ulises Cerviño Beresi (PMC member, committer)</li>
+</ul>
+<h3 id='howtogetinvolved'>How to get involved<a href='#howtogetinvolved' style='color: rgba(0,0,0,0);'>&para;</a></h3>
+<p>The main development and design discussion happens on our mailing lists.
+We have a list specifically for development, and one for future user questions and feedback.</p>
+<p>To join in the discussion on the design and roadmap, you can send an email to <a href="mailto:dev@kibble.apache.org">dev@kibble.apache.org</a>.<br/>
+You can subscribe to the list by sending an email to <a href="mailto:dev-subscribe@kibble.apache.org">dev-subscribe@kibble.apache.org</a>.<br/>
+You can also browse the archives online at <a href="https://lists.apache.org/list.htrml?dev@kibble.apache.org">lists.apache.org</a>.</p>
+<p>We also have an IRC channel, #kibble on <a href="https://webchat.freenode.net/?channels=#kibble">Freenode</a></p></div>
+  </div>
+  <footer>
+    Copyright© 2017, the Apache Software Foundation. Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License v/2</a>.<br/>
+    <i style="font-size: 75%">
+    Apache Kibble, Kibble, Apache, the Apache feather logo, and the Apache Kibble project logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and other countries.
+    </i>
+  </footer>
+</body>
+</html>
diff --git a/content/docs/design.html b/content/docs/design.html
new file mode 100644
index 0000000..69bd13c
--- /dev/null
+++ b/content/docs/design.html
@@ -0,0 +1,43 @@
+<!DOCTYPE html>
+
+<html lang="en"xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><!-- Meta, title, CSS, favicons, etc. -->
+    <meta charset="utf-8">
+    <meta property="og:image" content="https://staging.kibble.website/images/kibble-logo.png" />
+    <base href="/">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=1280, initial-scale=1">
+    <link href="css/kibble.css" rel="stylesheet">
+    <link rel="icon" type="image/png" sizes="48x48" href="images/kibble-favicon.png">
+    <title>Apache® Kibble™</title>
+</head>
+
+<body>
+  <nav class="topbar">
+    <img src="images/kibble-logo.png" style="height: 32px; display: inline; float: left; margin: 7px;"/>
+    <ul>
+      <li><a href="/"><img src="images/icon-home.png"/> Kibble</a></li>
+      <li><a href="/docs/design.html"><img src="images/icon-design.png"/> Design specs</a></li>
+      <li><a href="/docs/roadmap.html"><img src="images/icon-roadmap.png"/> Road map</a></li>
+      <li><a href="/docs/community.html"><img src="images/icon-community.png"/> Community / Get involved</a></li>
+      <li><a href="/docs/downloads.html"><img src="images/icon-download.png"/> Source / Downloads</a></li>
+      <li><a href="/docs/documentation.html"><img src="images/icon-documentation.png"/> Documentation</a></li>
+      <li><a href="https://demo.kibble.apache.org/"><img src="images/icon-demo.png"/> Live demo</a></li>
+      <li><a href="/docs/asf.html"><img src="images/icon-feather.png"/> About the ASF</a></li>
+    </ul>
+  </nav>
+  <div class="wrapper-main">
+    <div><h2 id='designspecifications'>Design Specifications<a href='#designspecifications' style='color: rgba(0,0,0,0);'>&para;</a></h2>
+<p>This page will feature the design specifications as they are agreed upon.</p>
+<p>In the meantime, join our <a href="/docs/community.html">community</a> and engage in
+the discussion!</p></div>
+  </div>
+  <footer>
+    Copyright© 2017, the Apache Software Foundation. Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License v/2</a>.<br/>
+    <i style="font-size: 75%">
+    Apache Kibble, Kibble, Apache, the Apache feather logo, and the Apache Kibble project logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and other countries.
+    </i>
+  </footer>
+</body>
+</html>
diff --git a/content/docs/documentation.html b/content/docs/documentation.html
new file mode 100644
index 0000000..30c4fd6
--- /dev/null
+++ b/content/docs/documentation.html
@@ -0,0 +1,41 @@
+<!DOCTYPE html>
+
+<html lang="en"xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><!-- Meta, title, CSS, favicons, etc. -->
+    <meta charset="utf-8">
+    <meta property="og:image" content="https://staging.kibble.website/images/kibble-logo.png" />
+    <base href="/">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=1280, initial-scale=1">
+    <link href="css/kibble.css" rel="stylesheet">
+    <link rel="icon" type="image/png" sizes="48x48" href="images/kibble-favicon.png">
+    <title>Apache® Kibble™</title>
+</head>
+
+<body>
+  <nav class="topbar">
+    <img src="images/kibble-logo.png" style="height: 32px; display: inline; float: left; margin: 7px;"/>
+    <ul>
+      <li><a href="/"><img src="images/icon-home.png"/> Kibble</a></li>
+      <li><a href="/docs/design.html"><img src="images/icon-design.png"/> Design specs</a></li>
+      <li><a href="/docs/roadmap.html"><img src="images/icon-roadmap.png"/> Road map</a></li>
+      <li><a href="/docs/community.html"><img src="images/icon-community.png"/> Community / Get involved</a></li>
+      <li><a href="/docs/downloads.html"><img src="images/icon-download.png"/> Source / Downloads</a></li>
+      <li><a href="/docs/documentation.html"><img src="images/icon-documentation.png"/> Documentation</a></li>
+      <li><a href="https://demo.kibble.apache.org/"><img src="images/icon-demo.png"/> Live demo</a></li>
+      <li><a href="/docs/asf.html"><img src="images/icon-feather.png"/> About the ASF</a></li>
+    </ul>
+  </nav>
+  <div class="wrapper-main">
+    <div><h2 id='documentation'>Documentation<a href='#documentation' style='color: rgba(0,0,0,0);'>&para;</a></h2>
+<p>Nothing available yet, sorry!</p></div>
+  </div>
+  <footer>
+    Copyright© 2017, the Apache Software Foundation. Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License v/2</a>.<br/>
+    <i style="font-size: 75%">
+    Apache Kibble, Kibble, Apache, the Apache feather logo, and the Apache Kibble project logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and other countries.
+    </i>
+  </footer>
+</body>
+</html>
diff --git a/content/docs/downloads.html b/content/docs/downloads.html
new file mode 100644
index 0000000..8f60bb4
--- /dev/null
+++ b/content/docs/downloads.html
@@ -0,0 +1,41 @@
+<!DOCTYPE html>
+
+<html lang="en"xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><!-- Meta, title, CSS, favicons, etc. -->
+    <meta charset="utf-8">
+    <meta property="og:image" content="https://staging.kibble.website/images/kibble-logo.png" />
+    <base href="/">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=1280, initial-scale=1">
+    <link href="css/kibble.css" rel="stylesheet">
+    <link rel="icon" type="image/png" sizes="48x48" href="images/kibble-favicon.png">
+    <title>Apache® Kibble™</title>
+</head>
+
+<body>
+  <nav class="topbar">
+    <img src="images/kibble-logo.png" style="height: 32px; display: inline; float: left; margin: 7px;"/>
+    <ul>
+      <li><a href="/"><img src="images/icon-home.png"/> Kibble</a></li>
+      <li><a href="/docs/design.html"><img src="images/icon-design.png"/> Design specs</a></li>
+      <li><a href="/docs/roadmap.html"><img src="images/icon-roadmap.png"/> Road map</a></li>
+      <li><a href="/docs/community.html"><img src="images/icon-community.png"/> Community / Get involved</a></li>
+      <li><a href="/docs/downloads.html"><img src="images/icon-download.png"/> Source / Downloads</a></li>
+      <li><a href="/docs/documentation.html"><img src="images/icon-documentation.png"/> Documentation</a></li>
+      <li><a href="https://demo.kibble.apache.org/"><img src="images/icon-demo.png"/> Live demo</a></li>
+      <li><a href="/docs/asf.html"><img src="images/icon-feather.png"/> About the ASF</a></li>
+    </ul>
+  </nav>
+  <div class="wrapper-main">
+    <div><h2 id='sourceanddownloads'>Source and Downloads<a href='#sourceanddownloads' style='color: rgba(0,0,0,0);'>&para;</a></h2>
+<p>Nothing available yet, sorry!</p></div>
+  </div>
+  <footer>
+    Copyright© 2017, the Apache Software Foundation. Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License v/2</a>.<br/>
+    <i style="font-size: 75%">
+    Apache Kibble, Kibble, Apache, the Apache feather logo, and the Apache Kibble project logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and other countries.
+    </i>
+  </footer>
+</body>
+</html>
diff --git a/content/docs/roadmap.html b/content/docs/roadmap.html
new file mode 100644
index 0000000..919679b
--- /dev/null
+++ b/content/docs/roadmap.html
@@ -0,0 +1,45 @@
+<!DOCTYPE html>
+
+<html lang="en"xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><!-- Meta, title, CSS, favicons, etc. -->
+    <meta charset="utf-8">
+    <meta property="og:image" content="https://staging.kibble.website/images/kibble-logo.png" />
+    <base href="/">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=1280, initial-scale=1">
+    <link href="css/kibble.css" rel="stylesheet">
+    <link rel="icon" type="image/png" sizes="48x48" href="images/kibble-favicon.png">
+    <title>Apache® Kibble™</title>
+</head>
+
+<body>
+  <nav class="topbar">
+    <img src="images/kibble-logo.png" style="height: 32px; display: inline; float: left; margin: 7px;"/>
+    <ul>
+      <li><a href="/"><img src="images/icon-home.png"/> Kibble</a></li>
+      <li><a href="/docs/design.html"><img src="images/icon-design.png"/> Design specs</a></li>
+      <li><a href="/docs/roadmap.html"><img src="images/icon-roadmap.png"/> Road map</a></li>
+      <li><a href="/docs/community.html"><img src="images/icon-community.png"/> Community / Get involved</a></li>
+      <li><a href="/docs/downloads.html"><img src="images/icon-download.png"/> Source / Downloads</a></li>
+      <li><a href="/docs/documentation.html"><img src="images/icon-documentation.png"/> Documentation</a></li>
+      <li><a href="https://demo.kibble.apache.org/"><img src="images/icon-demo.png"/> Live demo</a></li>
+      <li><a href="/docs/asf.html"><img src="images/icon-feather.png"/> About the ASF</a></li>
+    </ul>
+  </nav>
+  <div class="wrapper-main">
+    <div><h2 id='kibbleroadmap'>Kibble Road Map<a href='#kibbleroadmap' style='color: rgba(0,0,0,0);'>&para;</a></h2>
+<p>As Kibble is just getting started, we are working with a very tentative
+road map. As things progress, we'll update it accordingly.</p>
+<p><img src="/images/roadmap-tentative.png" style="width: 800px; margin: 0px 150px auto;"/><br/></p>
+<p>If you're interested in the road map, do join our
+<a href="/docs/community.html">community</a> and engage in the discussion!</p></div>
+  </div>
+  <footer>
+    Copyright© 2017, the Apache Software Foundation. Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License v/2</a>.<br/>
+    <i style="font-size: 75%">
+    Apache Kibble, Kibble, Apache, the Apache feather logo, and the Apache Kibble project logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and other countries.
+    </i>
+  </footer>
+</body>
+</html>
diff --git a/content/favicon.ico b/content/favicon.ico
new file mode 100644
index 0000000..f804c75
Binary files /dev/null and b/content/favicon.ico differ
diff --git a/content/images/background.png b/content/images/background.png
new file mode 100644
index 0000000..155326f
Binary files /dev/null and b/content/images/background.png differ
diff --git a/content/images/favicon.png b/content/images/favicon.png
new file mode 100644
index 0000000..9b0b056
Binary files /dev/null and b/content/images/favicon.png differ
diff --git a/content/images/icon-community.png b/content/images/icon-community.png
new file mode 100644
index 0000000..e4ac1a7
Binary files /dev/null and b/content/images/icon-community.png differ
diff --git a/content/images/icon-demo.png b/content/images/icon-demo.png
new file mode 100644
index 0000000..12772e3
Binary files /dev/null and b/content/images/icon-demo.png differ
diff --git a/content/images/icon-design.png b/content/images/icon-design.png
new file mode 100644
index 0000000..38cc607
Binary files /dev/null and b/content/images/icon-design.png differ
diff --git a/content/images/icon-documentation.png b/content/images/icon-documentation.png
new file mode 100644
index 0000000..287ae72
Binary files /dev/null and b/content/images/icon-documentation.png differ
diff --git a/content/images/icon-download.png b/content/images/icon-download.png
new file mode 100644
index 0000000..ddbdf19
Binary files /dev/null and b/content/images/icon-download.png differ
diff --git a/content/images/icon-feather.png b/content/images/icon-feather.png
new file mode 100644
index 0000000..ed01bfe
Binary files /dev/null and b/content/images/icon-feather.png differ
diff --git a/content/images/icon-home.png b/content/images/icon-home.png
new file mode 100644
index 0000000..14bf06e
Binary files /dev/null and b/content/images/icon-home.png differ
diff --git a/content/images/icon-roadmap.png b/content/images/icon-roadmap.png
new file mode 100644
index 0000000..482be8f
Binary files /dev/null and b/content/images/icon-roadmap.png differ
diff --git a/content/images/kibble-favicon.png b/content/images/kibble-favicon.png
new file mode 100644
index 0000000..5d39dac
Binary files /dev/null and b/content/images/kibble-favicon.png differ
diff --git a/content/images/kibble-logo.png b/content/images/kibble-logo.png
new file mode 100644
index 0000000..ade236c
Binary files /dev/null and b/content/images/kibble-logo.png differ
diff --git a/content/images/kibble-logo.svg b/content/images/kibble-logo.svg
new file mode 100644
index 0000000..32e314f
--- /dev/null
+++ b/content/images/kibble-logo.svg
@@ -0,0 +1,193 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="102.13335mm"
+   height="69.697601mm"
+   viewBox="0 0 361.88984 246.96"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="kibble-logo.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="3.959798"
+     inkscape:cx="86.229612"
+     inkscape:cy="121.05594"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="3726"
+     inkscape:window-height="2118"
+     inkscape:window-x="114"
+     inkscape:window-y="42"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-177.98942,-418.96707)">
+    <path
+       style="fill:#860000;fill-opacity:1;stroke:none;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.29539298"
+       d="M 316.07739,623.63738 C 248.33033,618.81337 198.849,604.48062 190.707,587.32262 c -2.34432,-4.94028 -2.03703,-7.60112 1.52277,-13.18612 2.626,-4.11993 5.0193,-12.3764 14.33284,-49.44578 11.15391,-44.3943 11.18434,-44.49256 12.81171,-41.36912 6.32784,12.14521 35.31751,21.96238 81.50484,27.60111 15.19098,1.85457 23.08156,2.16734 55.69823,2.20778 24.5243,0.0304 42.07817,-0.40663 49.5,-1.23238 37.3775,-4.15861 61.54973,-9.7722 77.24152,-17.93801 6.99623,-3.64075 13.72652,-9.99084 1 [...]
+       id="path4147-7"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ssssssssscsssss"
+       inkscape:export-filename="/svn/git/kibble-website/content/images/kibble-logo.png"
+       inkscape:export-xdpi="223.76094"
+       inkscape:export-ydpi="223.76094" />
+    <path
+       style="fill:#860000;fill-opacity:1;stroke:none;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.29539298"
+       d="m 336.68403,507.27367 c -15.00443,-0.80795 -34.39137,-2.65441 -47.35558,-4.51028 -26.93671,-3.85608 -52.9761,-12.28091 -59.50632,-19.25278 l -2.36189,-2.52164 2.49103,-2.49103 c 7.84572,-7.84571 34.20042,-15.88934 65.73276,-20.06205 19.59923,-2.59359 37.38335,-3.58001 64.44989,-3.57479 35.21424,0.007 67.26619,3.00175 91.55011,8.55453 15.4942,3.54293 33.38728,10.87941 37.41447,15.34062 1.89273,2.09671 1.88705,2.15072 -0.5,4.75543 -8.50577,9.28138 -44.83889,18.77344 -85.41447,22. [...]
+       id="path4147-3"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ssscssssssss"
+       inkscape:export-filename="/svn/git/kibble-website/content/images/kibble-logo.png"
+       inkscape:export-xdpi="223.76094"
+       inkscape:export-ydpi="223.76094" />
+    <g
+       id="g4195"
+       transform="translate(-930,-173.14286)"
+       inkscape:export-filename="/svn/git/kibble-website/content/images/kibble-logo.png"
+       inkscape:export-xdpi="223.76094"
+       inkscape:export-ydpi="223.76094">
+      <g
+         id="g4440"
+         style="fill:#cab26c;fill-opacity:1;stroke:#cab26c;stroke-opacity:1">
+        <g
+           id="g4444"
+           transform="matrix(0.9814686,0,0,0.9814686,25.602232,10.900376)">
+          <path
+             style="opacity:1;fill:#cab26c;fill-opacity:1;stroke:#cab26c;stroke-width:1.10186255;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             d="m 1402.3114,659.34832 c -85.0881,23.63017 -172.0177,20.62781 -231.0458,-3.58928 -5.2695,-2.92199 1.6732,-8.06637 1.5639,-8.18207 -0.4834,-0.51137 8.6345,-7.64002 10.7615,-9.92044 2.7903,-2.99171 5.5945,-4.70223 11.1179,-6.78183 l 4.1437,-1.56012 0.244,-4.78465 c 0.3055,-5.99102 0.9587,-7.6286 4.4219,-11.08483 4.0357,-4.02759 9.8984,-6.78016 17.1873,-8.06954 2.8628,-0.50641 5.0223,-0.60325 10.1328,-0.45441 7.5822,0.22082 8.7254,0.48487 18.222,4.20834 3.498,1.37152 6.5487,2 [...]
+             id="path4243"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="ccccscssssscscsscscssccccccc"
+             inkscape:export-filename="/svn/git/kibble-website/content/images/kibble-logo.png"
+             inkscape:export-xdpi="223.76091"
+             inkscape:export-ydpi="223.76091" />
+        </g>
+      </g>
+    </g>
+    <g
+       id="g4334"
+       transform="matrix(-1.3410643,0,0,-1.2689338,704.24213,1255.7215)"
+       inkscape:export-filename="/svn/git/kibble-website/content/images/kibble-logo.png"
+       inkscape:export-xdpi="223.76094"
+       inkscape:export-ydpi="223.76094">
+      <g
+         transform="matrix(0.8307308,0,0,1.2037594,-8.9481174,10.717089)"
+         style="font-style:normal;font-weight:normal;font-size:66.60036469px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         id="text4180-7">
+        <path
+           d="m 282.71285,449.2993 0,-9.12425 32.36778,-15.25149 0,9.79026 -21.37872,9.85685 21.37872,10.12326 0,9.85685 -32.36778,-15.25148 z"
+           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Bold';fill:#ffffff;fill-opacity:1"
+           id="path4158"
+           inkscape:connector-curvature="0" />
+      </g>
+      <g
+         transform="matrix(-0.8307308,0,0,-1.2037594,2.9827058,-5.4356405)"
+         style="font-style:normal;font-weight:normal;font-size:66.60036469px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         id="text4180-7-3">
+        <path
+           d="m -339.7569,-453.59362 0,-9.12425 32.36777,-15.25148 0,9.79025 -21.37871,9.85686 21.37871,10.12325 0,9.85686 -32.36777,-15.25149 z"
+           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Bold';fill:#ffffff;fill-opacity:1"
+           id="path4161"
+           inkscape:connector-curvature="0" />
+      </g>
+    </g>
+    <g
+       style="font-style:normal;font-weight:normal;font-size:40.49119568px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#414141;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="text4340"
+       inkscape:export-filename="/svn/git/kibble-website/content/images/kibble-logo.png"
+       inkscape:export-xdpi="223.76094"
+       inkscape:export-ydpi="223.76094">
+      <path
+         d="m 203.21543,665.68414 -3.1988,-7.24792 -15.42715,0 -3.15831,7.24792 -3.44175,0 12.71423,-28.34383 3.36077,0 12.67375,28.34383 -3.52274,0 z m -17.28974,-10.24427 12.79522,0 -6.4381,-14.57683 -6.35712,14.57683 z"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Light';fill:#414141;fill-opacity:1"
+         id="path4164" />
+      <path
+         d="m 221.87175,637.34031 q 5.26386,0 8.13873,2.51045 2.91537,2.46996 2.91537,7.00498 0,4.65648 -2.91537,7.24792 -2.87487,2.59144 -8.13873,2.59144 l -7.40989,0 0,8.98904 -3.23929,0 0,-28.34383 10.64918,0 z m -0.12147,16.35844 q 3.84666,0 5.9522,-1.70063 2.10555,-1.74112 2.10555,-5.0614 0,-3.2393 -2.10555,-4.89944 -2.10554,-1.70063 -5.9522,-1.70063 l -7.28842,0 0,13.3621 7.28842,0 z"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Light';fill:#414141;fill-opacity:1"
+         id="path4166" />
+      <path
+         d="m 257.86273,665.68414 -3.1988,-7.24792 -15.42715,0 -3.15831,7.24792 -3.44175,0 12.71423,-28.34383 3.36077,0 12.67374,28.34383 -3.52273,0 z m -17.28974,-10.24427 12.79522,0 -6.4381,-14.57683 -6.35712,14.57683 z"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Light';fill:#414141;fill-opacity:1"
+         id="path4168" />
+      <path
+         d="m 285.68714,643.61644 q -1.66014,-1.66014 -3.88716,-2.59144 -2.18652,-0.97178 -4.49452,-0.97178 -3.15831,0 -5.83073,1.53866 -2.63193,1.49818 -4.17059,4.1301 -1.53867,2.63193 -1.53867,5.74975 0,3.07733 1.53867,5.70926 1.53866,2.63193 4.17059,4.1706 2.67242,1.53866 5.83073,1.53866 2.308,0 4.49452,-0.89081 2.18653,-0.93129 3.88716,-2.55094 l 1.98407,2.14603 q -2.14604,2.02456 -4.89944,3.19881 -2.71291,1.13375 -5.62827,1.13375 -4.00863,0 -7.3694,-1.90309 -3.36077,-1.94357 -5.3448 [...]
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Light';fill:#414141;fill-opacity:1"
+         id="path4170" />
+      <path
+         d="m 293.4703,637.34031 3.2393,0 0,12.83571 17.08728,0 0,-12.83571 3.2393,0 0,28.34383 -3.2393,0 0,-12.55227 -17.08728,0 0,12.55227 -3.2393,0 0,-28.34383 z"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Light';fill:#414141;fill-opacity:1"
+         id="path4172" />
+      <path
+         d="m 325.65764,637.34031 19.23331,0 0,2.99634 -15.99402,0 0,9.51544 14.29339,0 0,2.95585 -14.29339,0 0,9.87985 16.52041,0 0,2.99635 -19.7597,0 0,-28.34383 z"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Light';fill:#414141;fill-opacity:1"
+         id="path4174" />
+      <path
+         d="m 355.28067,631.90414 q 1.86,0 3.4,0.92 1.56,0.9 2.46,2.46 0.9,1.56 0.9,3.4 0,1.82 -0.9,3.4 -0.9,1.56 -2.46,2.5 -1.56,0.92 -3.44,0.92 -1.86,0 -3.42,-0.92 -1.54,-0.92 -2.44,-2.48 -0.88,-1.56 -0.88,-3.38 0,-1.82 0.9,-3.38 0.9,-1.58 2.44,-2.5 1.56,-0.94 3.44,-0.94 z m -0.04,12.7 q 1.64,0 3,-0.8 1.38,-0.8 2.16,-2.16 0.8,-1.36 0.8,-2.96 0,-1.6 -0.78,-2.94 -0.78,-1.36 -2.14,-2.14 -1.36,-0.8 -3,-0.8 -1.64,0 -3,0.8 -1.36,0.8 -2.14,2.16 -0.78,1.36 -0.78,2.96 0,1.6 0.76,2.96 0.78,1.34  [...]
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:20px;font-family:Montserrat;-inkscape-font-specification:'Montserrat Light';fill:#414141;fill-opacity:1"
+         id="path4176" />
+      <path
+         d="m 377.85637,637.3808 4.77796,0 0,13.8075 12.95719,-13.8075 6.07368,0 -11.37803,12.3903 11.53999,15.91304 -5.66877,0 -9.39395,-12.3903 -4.13011,4.45403 0,7.93627 -4.77796,0 0,-28.30334 z"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#414141;fill-opacity:1"
+         id="path4178" />
+      <path
+         d="m 406.32675,637.3808 4.77797,0 0,28.30334 -4.77797,0 0,-28.30334 z"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#414141;fill-opacity:1"
+         id="path4180" />
+      <path
+         d="m 431.37055,665.68414 -12.39031,0 0,-28.30334 11.01361,0 q 2.87487,0 4.93992,0.68835 2.10555,0.68835 3.11783,1.86259 1.94357,2.18653 1.94357,4.93993 0,3.32028 -2.10554,4.93992 -0.76933,0.56688 -1.05277,0.72885 -0.28344,0.12147 -1.01228,0.4454 2.63193,0.56688 4.17059,2.38898 1.57916,1.78161 1.57916,4.45403 0,2.95586 -2.02456,5.22337 -2.38898,2.63192 -8.17922,2.63192 z m -7.61235,-16.5609 6.07368,0 q 5.18288,0 5.18288,-3.52273 0,-2.02456 -1.25523,-2.91537 -1.25523,-0.8908 -3.88 [...]
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#414141;fill-opacity:1"
+         id="path4182" />
+      <path
+         d="m 459.92,665.68414 -12.3903,0 0,-28.30334 11.0136,0 q 2.87488,0 4.93993,0.68835 2.10554,0.68835 3.11782,1.86259 1.94358,2.18653 1.94358,4.93993 0,3.32028 -2.10554,4.93992 -0.76934,0.56688 -1.05278,0.72885 -0.28343,0.12147 -1.01228,0.4454 2.63193,0.56688 4.1706,2.38898 1.57915,1.78161 1.57915,4.45403 0,2.95586 -2.02456,5.22337 -2.38898,2.63192 -8.17922,2.63192 z m -7.61234,-16.5609 6.07368,0 q 5.18287,0 5.18287,-3.52273 0,-2.02456 -1.25523,-2.91537 -1.25522,-0.8908 -3.88715,-0 [...]
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#414141;fill-opacity:1"
+         id="path4184" />
+      <path
+         d="m 476.07917,665.68414 0,-28.30334 4.77796,0 0,23.76833 12.91669,0 0,4.53501 -17.69465,0 z"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#414141;fill-opacity:1"
+         id="path4186" />
+      <path
+         d="m 518.89479,637.3808 0,4.49452 -15.10321,0 0,7.49087 13.56455,0 0,4.25158 -13.56455,0 0,7.57185 15.58911,0 0,4.49452 -20.36708,0 0,-28.30334 19.88118,0 z"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#414141;fill-opacity:1"
+         id="path4188" />
+      <path
+         d="m 526.61925,632.96414 0,6.92 -1.38,0 0,-6.92 -2.48,0 0,-1.26 6.34,0 0,1.26 -2.48,0 z m 5.4,6.92 -1.38,0 0,-8.18 2.16,0 2.46,5.14 2.48,-5.14 2.14,0 0,8.18 -1.38,0 0,-6.38 -2.86,5.68 -0.78,0 -2.84,-5.68 0,6.38 z"
+         style="font-size:20px;fill:#414141;fill-opacity:1"
+         id="path4190" />
+    </g>
+  </g>
+</svg>
diff --git a/content/images/quote-bubble.png b/content/images/quote-bubble.png
new file mode 100644
index 0000000..3675e5d
Binary files /dev/null and b/content/images/quote-bubble.png differ
diff --git a/content/images/roadmap-tentative.png b/content/images/roadmap-tentative.png
new file mode 100644
index 0000000..f605e02
Binary files /dev/null and b/content/images/roadmap-tentative.png differ
diff --git a/content/images/splash-contact.png b/content/images/splash-contact.png
new file mode 100644
index 0000000..7f5d9f4
Binary files /dev/null and b/content/images/splash-contact.png differ
diff --git a/content/images/splash-mission.png b/content/images/splash-mission.png
new file mode 100644
index 0000000..ed109fe
Binary files /dev/null and b/content/images/splash-mission.png differ
diff --git a/content/images/splash-people.png b/content/images/splash-people.png
new file mode 100644
index 0000000..53ac1dc
Binary files /dev/null and b/content/images/splash-people.png differ
diff --git a/content/index.html b/content/index.html
new file mode 100644
index 0000000..9160bab
--- /dev/null
+++ b/content/index.html
@@ -0,0 +1,109 @@
+<!DOCTYPE html>
+
+<html lang="en"xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><!-- Meta, title, CSS, favicons, etc. -->
+    <meta charset="utf-8">
+    <meta property="og:image" content="https://staging.kibble.website/images/kibble-logo.png" />
+    <base href="/">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=1280, initial-scale=1">
+    <link href="css/kibble.css" rel="stylesheet">
+    <link rel="icon" type="image/png" sizes="48x48" href="images/kibble-favicon.png">
+    <title>Apache® Kibble™</title>
+</head>
+
+<body>
+  <nav class="topbar">
+    <img src="images/kibble-logo.png" style="height: 32px; display: inline; float: left; margin: 7px;"/>
+    <ul>
+      <li><a href="/"><img src="images/icon-home.png"/> Kibble</a></li>
+      <li><a href="/docs/design.html"><img src="images/icon-design.png"/> Design specs</a></li>
+      <li><a href="/docs/roadmap.html"><img src="images/icon-roadmap.png"/> Road map</a></li>
+      <li><a href="/docs/community.html"><img src="images/icon-community.png"/> Community / Get involved</a></li>
+      <li><a href="/docs/downloads.html"><img src="images/icon-download.png"/> Source / Downloads</a></li>
+      <li><a href="/docs/documentation.html"><img src="images/icon-documentation.png"/> Documentation</a></li>
+      <li><a href="https://demo.kibble.apache.org/"><img src="images/icon-demo.png"/> Live demo</a></li>
+      <li><a href="/docs/asf.html"><img src="images/icon-feather.png"/> About the ASF</a></li>
+    </ul>
+  </nav>
+  <div class="wrapper-main">
+    <p><div class="splash-wrapper">
+    <img src="images/kibble-logo.png" class="logo" />
+    <br />
+<div style="margin: 10px auto; width: 500px; height: 102px; line-height: 24px; background: url(/images/quote-bubble.png); background-size: cover; color: #FFF; font-style: italic; font-family: serif; font-size: 22px; padding: 6px;">
+    Apache Kibble is a suite of tools for collecting, aggregating and visualizing activity in software projects.
+    </div>
+      <div class="splash-column">
+          <img src="images/splash-mission.png" style="height: 48px; padding-bottom: 10px;" />
+          <br />
+          <strong>Our mission</strong>
+          <br />
+          <p>To produce an interactive software suite aimed at analyzing, aggregating and visualizing the activity and trends of software projects.</p>
+          <p>Towards that end, we will be discussing and pusblishing several 
+          <a href="docs/design.html">design specifications</a> used to drive the software product forwards. Anyone is free to engage in the discussion on our mailing lists.</p>
+      </div>
+      <div class="splash-column">
+          <img src="images/splash-people.png" style="height: 48px; padding-bottom: 10px;" />
+          <br />
+          <strong>Who we are</strong>
+          <br />
+          <p>In alphabetical order, we are: 
+          <ul class="community" style="list-style: none; text-align: left; font-size: 85%;">
+              <li class="pmc">Christofer Dutz</li>
+              <li class="pmc">Daniel Gruno</li>
+              <li class="pmc">Daniel Takamori</li>
+              <li class="pmc">David Nalley</li>
+              <li class="pmc">Hervé Boutemy</li>
+              <li class="pmc">Larry McCay</li>
+              <li class="chair">Rich Bowen</li>
+              <li class="pmc">Sally Khudairi</li>
+              <li class="pmc">Sean Palmer</li>
+              <li class="pmc">Sharan Foga</li>
+              <li class="pmc">Ulises Cerviño Beresi</li>
+          </ul>
+          <span style="font-size: 85%;">( 
+          <span style="color: blue">• Chair</span>, 
+          <span style="color: green">• PMC</span>, 
+          <span style="color: red">• Committer</span>)</span></p>
+      </div>
+      <div class="splash-column">
+          <img src="images/splash-contact.png" style="height: 48px; padding-bottom: 10px;" />
+          <br />
+          <strong>Get in touch</strong>
+          <br />
+          <p>Please use one of our mailing lists to get in touch with the Kibble project: 
+          <br />
+          <br /></p>
+          <table border="0" style="font-size: 80%; text-align: left;">
+              <tr>
+                  <td>Users:</td>
+                  <td>
+                      <a href="mailto:users@kibble.apache.org">users@kibble.apache.org</a>
+                  </td>
+                  <td>[<a href="mailto:users-subscribe@kibble.apache.org">subscribe</a>]</td>
+                  <td>[<a href="https://lists.apache.org/list.html?users@kibble.apache.org">browse</a>]</td>
+              </tr>
+              <tr>
+                  <td>Developers:</td>
+                  <td>
+                      <a href="mailto:dev@kibble.apache.org">dev@kibble.apache.org</a>
+                  </td>
+                  <td>[<a href="mailto:dev-subscribe@kibble.apache.org">subscribe</a>]</td>
+                  <td>[<a href="https://lists.apache.org/list.html?dev@kibble.apache.org">browse</a>]</td>
+              </tr>
+          </table>
+          <br />
+          <p>Or chat to us via IRC on #kibble on 
+          <a href="https://webchat.freenode.net/?channels=#kibble">Freenode</a></p>
+      </div>
+  </div></p>
+  </div>
+  <footer>
+    Copyright© 2017, the Apache Software Foundation. Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License v/2</a>.<br/>
+    <i style="font-size: 75%">
+    Apache Kibble, Kibble, Apache, the Apache feather logo, and the Apache Kibble project logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and other countries.
+    </i>
+  </footer>
+</body>
+</html>
diff --git a/source/generate.py b/source/generate.py
new file mode 100644
index 0000000..fc139e9
--- /dev/null
+++ b/source/generate.py
@@ -0,0 +1,48 @@
+#!/usr/bin/python3
+
+import markdown, codecs, os, sys, re, time, io
+
+
+template = ""
+with open("template.html", "r") as tmpl:
+    template = tmpl.read()
+    tmpl.close()
+    
+def runDir(path):
+    files = os.listdir(path)
+    for f in files:
+        if os.path.isdir('%s/%s' % (path, f)):
+            runDir('%s/%s/' % (path, f))
+        elif f.find(".md") != -1:
+            print("Processing %s" % f)
+            input_file = codecs.open("%s/%s" % (path, f), mode="r", encoding="utf-8")
+            outfile = f.replace(".md", ".html").lower().replace("//", "/")
+            outfile = path.replace("markdown", "", 1) + outfile
+            text = input_file.read()
+            text = re.sub(r"~~~([\s\S]+?)~~~", "<pre>\\1</pre>", text, flags=re.MULTILINE)
+            text = re.sub(r"([A-Z/]+)\.md", lambda x: x.group(1).lower() + ".html", text, flags =re.MULTILINE)
+            html = markdown.markdown(text)
+            # Convert h1-h6 into links
+            html = re.sub(r"<h([1-6])>(.+?)</h[1-6]>", lambda x:
+                "<h%s id='%s'>%s<a href='#%s' style='color: rgba(0,0,0,0);'>&para;</a></h%s>" % (
+                x.group(1),
+                re.sub(r"[^a-z0-9]+", "", x.group(2).lower()),
+                x.group(2),
+                re.sub(r"[^a-z0-9]+", "", x.group(2).lower()),
+                x.group(1)
+                       )
+                          , html)
+            if html.find("<div") == -1:
+                html = "<div>%s</div>" % html
+            html = template.replace("%CONTENT%", html, 1)
+            print("Writing %s..." % outfile)
+            bpath = os.path.dirname(outfile)
+            if not os.path.isdir("../content/" + bpath):
+                print("Making dir %s" % bpath)
+                os.mkdir("../content/%s" % bpath)
+            with io.open('../content/%s' % outfile, "w", encoding='utf8') as out:
+                out.write(html)
+                out.close()
+
+runDir('markdown')
+print("All done!")
\ No newline at end of file
diff --git a/source/markdown/docs/asf.md b/source/markdown/docs/asf.md
new file mode 100644
index 0000000..a9c9a55
--- /dev/null
+++ b/source/markdown/docs/asf.md
@@ -0,0 +1,8 @@
+## About the Apache Software Foundation
+
+<a class="item" target="_blank" href="https://www.apache.org/">About the ASF<span></span></a><br/>
+<a class="item" target="_blank" href="https://www.apache.org/foundation/policies/conduct.html">Code of Conduct<span></span></a><br/>
+<a class="item" target="_blank" href="https://www.apache.org/foundation/thanks.html">Thanks<span></span></a><br/>
+<a class="item" target="_blank" href="https://www.apache.org/foundation/sponsorship.html">Become a Sponsor<span></span></a><br/>
+<a class="item" target="_blank" href="https://www.apache.org/security/">Security<span></span></a><br/>
+<a class="item" target="_blank" href="https://www.apache.org/licenses/LICENSE-2.0">License<span></span></a><br/>
diff --git a/source/markdown/docs/community.md b/source/markdown/docs/community.md
new file mode 100644
index 0000000..c7b5ec2
--- /dev/null
+++ b/source/markdown/docs/community.md
@@ -0,0 +1,28 @@
+## The Kibble Community
+
+### Who are we?
+
+The Apache Kibble project is currently comprised of 11 contributors:
+
+- Christofer Dutz (PMC member, committer)
+- Daniel Gruno (PMC member, committer)
+- Daniel Takamori (PMC member, committer)
+- David Nalley (PMC member, committer)
+- Hervé Boutemy (PMC member, committer)
+- Larry McCay (PMC member, committer)
+- Rich Bowen (Project Chair, PMC member, committer)
+- Sally Khudairi (PMC member, committer)
+- Sean Palmer (PMC member, committer)
+- Sharan Foga (PMC member, committer)
+- Ulises Cerviño Beresi (PMC member, committer)
+
+### How to get involved
+
+The main development and design discussion happens on our mailing lists.
+We have a list specifically for development, and one for future user questions and feedback.
+
+To join in the discussion on the design and roadmap, you can send an email to [dev@kibble.apache.org](mailto:dev@kibble.apache.org).<br/>
+You can subscribe to the list by sending an email to [dev-subscribe@kibble.apache.org](mailto:dev-subscribe@kibble.apache.org).<br/>
+You can also browse the archives online at [lists.apache.org](https://lists.apache.org/list.htrml?dev@kibble.apache.org).
+
+We also have an IRC channel, #kibble on [Freenode](https://webchat.freenode.net/?channels=#kibble)
diff --git a/source/markdown/docs/design.md b/source/markdown/docs/design.md
new file mode 100644
index 0000000..5b4d6ca
--- /dev/null
+++ b/source/markdown/docs/design.md
@@ -0,0 +1,6 @@
+## Design Specifications
+
+This page will feature the design specifications as they are agreed upon.
+
+In the meantime, join our [community](/docs/community.html) and engage in
+the discussion!
diff --git a/source/markdown/docs/documentation.md b/source/markdown/docs/documentation.md
new file mode 100644
index 0000000..1114983
--- /dev/null
+++ b/source/markdown/docs/documentation.md
@@ -0,0 +1,3 @@
+## Documentation
+
+Nothing available yet, sorry!
diff --git a/source/markdown/docs/downloads.md b/source/markdown/docs/downloads.md
new file mode 100644
index 0000000..1b2099f
--- /dev/null
+++ b/source/markdown/docs/downloads.md
@@ -0,0 +1,3 @@
+## Source and Downloads
+
+Nothing available yet, sorry!
diff --git a/source/markdown/docs/roadmap.md b/source/markdown/docs/roadmap.md
new file mode 100644
index 0000000..05c8f26
--- /dev/null
+++ b/source/markdown/docs/roadmap.md
@@ -0,0 +1,10 @@
+## Kibble Road Map
+
+As Kibble is just getting started, we are working with a very tentative
+road map. As things progress, we'll update it accordingly.
+
+
+<img src="/images/roadmap-tentative.png" style="width: 800px; margin: 0px 150px auto;"/><br/>
+
+If you're interested in the road map, do join our
+[community](/docs/community.html) and engage in the discussion!
diff --git a/source/markdown/index.md b/source/markdown/index.md
new file mode 100644
index 0000000..d0cc186
--- /dev/null
+++ b/source/markdown/index.md
@@ -0,0 +1,70 @@
+  <div class="splash-wrapper">
+    <img src="images/kibble-logo.png" class="logo" />
+    <br />
+<div style="margin: 10px auto; width: 500px; height: 102px; line-height: 24px; background: url(/images/quote-bubble.png); background-size: cover; color: #FFF; font-style: italic; font-family: serif; font-size: 22px; padding: 6px;">
+    Apache Kibble is a suite of tools for collecting, aggregating and visualizing activity in software projects.
+    </div>
+      <div class="splash-column">
+          <img src="images/splash-mission.png" style="height: 48px; padding-bottom: 10px;" />
+          <br />
+          <strong>Our mission</strong>
+          <br />
+          <p>To produce an interactive software suite aimed at analyzing, aggregating and visualizing the activity and trends of software projects.</p>
+          <p>Towards that end, we will be discussing and pusblishing several 
+          <a href="docs/design.html">design specifications</a> used to drive the software product forwards. Anyone is free to engage in the discussion on our mailing lists.</p>
+      </div>
+      <div class="splash-column">
+          <img src="images/splash-people.png" style="height: 48px; padding-bottom: 10px;" />
+          <br />
+          <strong>Who we are</strong>
+          <br />
+          <p>In alphabetical order, we are: 
+          <ul class="community" style="list-style: none; text-align: left; font-size: 85%;">
+              <li class="pmc">Christofer Dutz</li>
+              <li class="pmc">Daniel Gruno</li>
+              <li class="pmc">Daniel Takamori</li>
+              <li class="pmc">David Nalley</li>
+              <li class="pmc">Hervé Boutemy</li>
+              <li class="pmc">Larry McCay</li>
+              <li class="chair">Rich Bowen</li>
+              <li class="pmc">Sally Khudairi</li>
+              <li class="pmc">Sean Palmer</li>
+              <li class="pmc">Sharan Foga</li>
+              <li class="pmc">Ulises Cerviño Beresi</li>
+          </ul>
+          <span style="font-size: 85%;">( 
+          <span style="color: blue">• Chair</span>, 
+          <span style="color: green">• PMC</span>, 
+          <span style="color: red">• Committer</span>)</span></p>
+      </div>
+      <div class="splash-column">
+          <img src="images/splash-contact.png" style="height: 48px; padding-bottom: 10px;" />
+          <br />
+          <strong>Get in touch</strong>
+          <br />
+          <p>Please use one of our mailing lists to get in touch with the Kibble project: 
+          <br />
+          <br /></p>
+          <table border="0" style="font-size: 80%; text-align: left;">
+              <tr>
+                  <td>Users:</td>
+                  <td>
+                      <a href="mailto:users@kibble.apache.org">users@kibble.apache.org</a>
+                  </td>
+                  <td>[<a href="mailto:users-subscribe@kibble.apache.org">subscribe</a>]</td>
+                  <td>[<a href="https://lists.apache.org/list.html?users@kibble.apache.org">browse</a>]</td>
+              </tr>
+              <tr>
+                  <td>Developers:</td>
+                  <td>
+                      <a href="mailto:dev@kibble.apache.org">dev@kibble.apache.org</a>
+                  </td>
+                  <td>[<a href="mailto:dev-subscribe@kibble.apache.org">subscribe</a>]</td>
+                  <td>[<a href="https://lists.apache.org/list.html?dev@kibble.apache.org">browse</a>]</td>
+              </tr>
+          </table>
+          <br />
+          <p>Or chat to us via IRC on #kibble on 
+          <a href="https://webchat.freenode.net/?channels=#kibble">Freenode</a></p>
+      </div>
+  </div>
\ No newline at end of file
diff --git a/source/template.html b/source/template.html
new file mode 100644
index 0000000..7350e70
--- /dev/null
+++ b/source/template.html
@@ -0,0 +1,40 @@
+<!DOCTYPE html>
+
+<html lang="en"xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><!-- Meta, title, CSS, favicons, etc. -->
+    <meta charset="utf-8">
+    <meta property="og:image" content="https://staging.kibble.website/images/kibble-logo.png" />
+    <base href="/">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=1280, initial-scale=1">
+    <link href="css/kibble.css" rel="stylesheet">
+    <link rel="icon" type="image/png" sizes="48x48" href="images/kibble-favicon.png">
+    <title>Apache® Kibble™</title>
+</head>
+
+<body>
+  <nav class="topbar">
+    <img src="images/kibble-logo.png" style="height: 32px; display: inline; float: left; margin: 7px;"/>
+    <ul>
+      <li><a href="/"><img src="images/icon-home.png"/> Kibble</a></li>
+      <li><a href="/docs/design.html"><img src="images/icon-design.png"/> Design specs</a></li>
+      <li><a href="/docs/roadmap.html"><img src="images/icon-roadmap.png"/> Road map</a></li>
+      <li><a href="/docs/community.html"><img src="images/icon-community.png"/> Community / Get involved</a></li>
+      <li><a href="/docs/downloads.html"><img src="images/icon-download.png"/> Source / Downloads</a></li>
+      <li><a href="/docs/documentation.html"><img src="images/icon-documentation.png"/> Documentation</a></li>
+      <li><a href="https://demo.kibble.apache.org/"><img src="images/icon-demo.png"/> Live demo</a></li>
+      <li><a href="/docs/asf.html"><img src="images/icon-feather.png"/> About the ASF</a></li>
+    </ul>
+  </nav>
+  <div class="wrapper-main">
+    %CONTENT%
+  </div>
+  <footer>
+    Copyright© 2017, the Apache Software Foundation. Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License v/2</a>.<br/>
+    <i style="font-size: 75%">
+    Apache Kibble, Kibble, Apache, the Apache feather logo, and the Apache Kibble project logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and other countries.
+    </i>
+  </footer>
+</body>
+</html>

-- 
To stop receiving notification emails like this one, please contact
"commits@kibble.apache.org" <co...@kibble.apache.org>.