added website code for containerd.io

Signed-off-by: Patrick Chanezon <patlist@chanezon.com>
This commit is contained in:
Patrick Chanezon 2017-03-15 13:14:10 -07:00
parent 92c7ed08b4
commit ecc0cc14c6
55 changed files with 3824 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{% include header.html %}
<div class="navbar white">
<div class="name"><a href="/">containerd<span class="org">By Docker</span></a></div>
<div class="actions">
{% include links.html %}
</div>
</div>
<div class="content">
<div class="wrapper-details">
{{ content }}
</div>
</div>
{% include footer.html %}