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"> |
| 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 Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame^] | 30 | {% include nav_header.html %} |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 31 | |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame^] | 32 | {{ content }} |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 33 | |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame^] | 34 | <hr/> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 35 | |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame^] | 36 | <footer> |
| 37 | <div class="row"> |
| 38 | <div class="col-md-9 col-centered"> |
| 39 | <div class="col-md-9 text-left"> |
| 40 | <p>Apache AsterixDB is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored |
| 41 | by the Apache Incubator. |
| 42 | Incubation is required of all newly accepted projects until a further review indicates that the |
| 43 | infrastructure, communications, and decision making process have stabilized in a manner consistent with |
| 44 | other successful ASF projects. |
| 45 | While incubation status is not necessarily a reflection of the completeness or stability of the code, it |
| 46 | does indicate that the project has yet to be fully endorsed by the ASF.</p> |
| 47 | </div> |
| 48 | <div class="col-md-3 text-right"> |
| 49 | <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/> |
| 50 | </div> |
| 51 | </div> |
| 52 | </div> |
| 53 | <div class="row"> |
| 54 | <div class="col-md-9 col-centered text-center"> |
| 55 | <p/> |
| 56 | <p>© Copyright 2016 The Apache Software foundation. All Rights Reserved. </p> |
| 57 | <p>Apache AsterixDB, the Apache AsterixDB logo, Apache, and the Apache feather logo are trademarks of the |
| 58 | Apache Software Foundation</p> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 59 | </div> |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame^] | 60 | </div> |
| 61 | </footer> |
| 62 | </div> <!-- /container --> |
Ian Maxon | d9e597c | 2015-10-16 18:48:06 -0700 | [diff] [blame] | 63 | |
| 64 | <!-- Bootstrap core JavaScript |
| 65 | ================================================== --> |
| 66 | <!-- Placed at the end of the document so the pages load faster --> |
| 67 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> |
| 68 | <script src="{{ site.url }}js/bootstrap.min.js"></script> |
| 69 | </body> |
| 70 | </html> |