packer-cn/website/source/layouts/layout.erb

64 lines
1.7 KiB
Plaintext
Raw Normal View History

2013-06-08 01:41:02 -04:00
<!DOCTYPE html>
<html>
2013-06-08 01:41:02 -04:00
<head>
<title>Packer</title>
<meta name="description" content="Packer is a free and open source tool for creating golden images for multiple platforms from a single source configuration." />
<!-- HTML5 shiv -->
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<![endif]-->
<!-- css -->
2013-06-21 01:41:43 -04:00
<%= stylesheet_link_tag "bootstrap.min", "main", "prettify" %>
<!-- js -->
2013-06-21 01:41:43 -04:00
<%= javascript_include_tag "prettify" %>
2013-06-08 01:41:02 -04:00
<!-- fonts -->
<link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="//use.typekit.net/apr3jjs.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</head>
2013-06-08 01:41:02 -04:00
<body>
<nav class="dark-background">
<div class="container-fluid">
<div class="row-fluid">
2013-06-08 01:41:02 -04:00
<div class="span12">
<button class="download pull-right primary hidden-phone">Download</button>
2013-06-20 21:42:44 -04:00
<a href="/" class="packer-logo pull-left">Packer</a>
<ul>
<li><a href="#">About</a></li>
<li><a href="/docs">Documentation</a></li>
</ul>
</div>
</div>
</div>
</nav>
2013-06-08 01:41:02 -04:00
<%= yield %>
2013-06-08 01:41:02 -04:00
2013-06-20 21:35:02 -04:00
<div class="clearfix"></div>
<footer class="dark-background">
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<ul>
<li class="packer hidden-phone"><a href="#">Packer</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Documentation</a></li>
<li><a href="#">Contact</a></li>
<a href="http://www.hashicorp.com">
<li class="pull-right hashi-logo">&nbps;</li>
</a>
</ul>
</div>
</div>
</div>
</footer>
2013-06-21 01:41:43 -04:00
<script type="text/javascript">prettyPrint();</script>
2013-06-08 01:41:02 -04:00
</body>
</html>