added website code for containerd.io
Signed-off-by: Patrick Chanezon <patlist@chanezon.com>
This commit is contained in:
parent
92c7ed08b4
commit
ecc0cc14c6
55 changed files with 3824 additions and 0 deletions
21
docs/_includes/footer.html
Normal file
21
docs/_includes/footer.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<div class="footer">
|
||||
<div class="footer-links">
|
||||
{% include links.html %}
|
||||
</div>
|
||||
<div class="copyright">
|
||||
Copyright (c) 2016, Docker Inc.
|
||||
</div>
|
||||
</div>
|
||||
<script src="/style/js/jquery-2.1.4.min.js"></script>
|
||||
<script src="/style/js/highlight.min.js"></script>
|
||||
<script src="/style/js/main.js"></script>
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-71407002-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
13
docs/_includes/header.html
Normal file
13
docs/_includes/header.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ page.title }}</title>
|
||||
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
|
||||
<link href="/style/css/flexboxgrid.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
||||
<link href="/style/css/main.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
||||
<link href="/style/css/tomorrow-night.css" type="text/css" rel="stylesheet" media="screen,projection"/><link href="https://fonts.googleapis.com/css?family=Lato:300,400|Raleway:400,700i,800" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
3
docs/_includes/links.html
Normal file
3
docs/_includes/links.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<div class="link">
|
||||
<a href="https://github.com/docker/containerd"><img src="/images/GitHub-Mark-Light-64px.png"/></a>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue