blob: cc5b498d4430cd53d15956548d2cfb76a63f6b29 [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">
Till Westmann00f9bf22016-03-14 13:59:27 -070030 {% include nav_header.html %}
Ian Maxond9e597c2015-10-16 18:48:06 -070031
Till Westmann00f9bf22016-03-14 13:59:27 -070032 {{ content }}
Ian Maxond9e597c2015-10-16 18:48:06 -070033
Till Westmann00f9bf22016-03-14 13:59:27 -070034 <hr/>
Ian Maxond9e597c2015-10-16 18:48:06 -070035
Till Westmann00f9bf22016-03-14 13:59:27 -070036 <footer>
37 <div class="row">
Till Westmann00f9bf22016-03-14 13:59:27 -070038 <div class="col-md-9 col-centered text-center">
39 <p/>
40 <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
41 <p>Apache AsterixDB, the Apache AsterixDB logo, Apache, and the Apache feather logo are trademarks of the
42 Apache Software Foundation</p>
Ian Maxond9e597c2015-10-16 18:48:06 -070043 </div>
Till Westmann00f9bf22016-03-14 13:59:27 -070044 </div>
45 </footer>
46 </div> <!-- /container -->
Ian Maxond9e597c2015-10-16 18:48:06 -070047
48 <!-- Bootstrap core JavaScript
49 ================================================== -->
50 <!-- Placed at the end of the document so the pages load faster -->
51 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
52 <script src="{{ site.url }}js/bootstrap.min.js"></script>
53 </body>
54</html>