blob: 5b52f2ee2137f7cb664c3604d552c2cf4273b2e1 [file] [log] [blame]
Ian Maxond9e597c2015-10-16 18:48:06 -07001<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
8 <meta name="description" content="">
9 <meta name="author" content="">
10 <link rel="icon" href="{{ site.url }}favicon.ico">
11
12 <title>{{ page.title }}</title>
13
14 <!-- Bootstrap core CSS -->
15 <link href="{{ site.url }}css/bootstrap.min.css" rel="stylesheet">
16 <!-- Bootstrap theme -->
17
18 <!-- Custom styles for this template -->
19 <link href="{{ site.url }}css/theme.css" rel="stylesheet">
20
21 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
22 <!--[if lt IE 9]>
23 <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
24 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
25 <![endif]-->
26 <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
27 </head>
28
29 <div class="container theme-showcase" role="main">
30 {% include nav_header.html %}
31
32 {{ content }}
33
34 <hr />
35
36 <footer>
37 <div class="row">
38 <div class="col-md-6 col-md-offset-3 text-center">
39 <p>&copy; Copyright 2015 The Apache Software foundation. All Rights Reserved. </p>
40 <p>Apache AsterixDB, Apache, and the Apache feather logo are trademarks of the Apache Software Foundation</p>
41 </div>
42 <div class="col-md-1 text-right">
43 <img src="{{ site.url }}img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
44 </div>
45 </div>
46 </footer>
47 </div> <!-- /container -->
48
49
50 <!-- Bootstrap core JavaScript
51 ================================================== -->
52 <!-- Placed at the end of the document so the pages load faster -->
53 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
54 <script src="{{ site.url }}js/bootstrap.min.js"></script>
55 </body>
56</html>