Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 1 | <!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"> |
Ian Maxon | 5be42f7 | 2024-11-14 15:54:56 -0800 | [diff] [blame^] | 11 | <meta http-equiv="Content-Security-Policy" content="frame-src youtube.com www.youtube.com"> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 12 | |
| 13 | <title>{{ page.title }}</title> |
| 14 | |
| 15 | <!-- Bootstrap core CSS --> |
| 16 | <link href="{{ site.url }}css/bootstrap.min.css" rel="stylesheet"> |
| 17 | <!-- Bootstrap theme --> |
| 18 | |
| 19 | <!-- Custom styles for this template --> |
| 20 | <link href="{{ site.url }}css/theme.css" rel="stylesheet"> |
| 21 | |
| 22 | <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
| 23 | <!--[if lt IE 9]> |
| 24 | <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
| 25 | <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
| 26 | <![endif]--> |
| 27 | <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> |
| 28 | </head> |
| 29 | |
| 30 | <div class="container theme-showcase" role="main"> |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame] | 31 | {% include nav_header.html %} |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 32 | |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame] | 33 | {{ content }} |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 34 | |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame] | 35 | <hr/> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 36 | |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame] | 37 | <footer> |
| 38 | <div class="row"> |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame] | 39 | <div class="col-md-9 col-centered text-center"> |
| 40 | <p/> |
| 41 | <p>© Copyright 2016 The Apache Software foundation. All Rights Reserved. </p> |
| 42 | <p>Apache AsterixDB, the Apache AsterixDB logo, Apache, and the Apache feather logo are trademarks of the |
| 43 | Apache Software Foundation</p> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 44 | </div> |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame] | 45 | </div> |
| 46 | </footer> |
| 47 | </div> <!-- /container --> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 48 | |
| 49 | <!-- Bootstrap core JavaScript |
| 50 | ================================================== --> |
| 51 | <!-- Placed at the end of the document so the pages load faster --> |
| 52 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> |
| 53 | <script src="{{ site.url }}js/bootstrap.min.js"></script> |
| 54 | </body> |
| 55 | </html> |