layouts/_default/baseof.html (117 lines of code) (raw):
<!DOCTYPE html>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<head>
<meta name="description" content="ASF Travel Assistance Committee"/>
<meta name="keywords" content="asf, tac, travel assistance, apachecon, acna, aceu"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
{{ template "_internal/opengraph.html" . }}
<title>ASF Travel Assistance Committee - {{ .Title }}</title>
<link rel="shortcut icon" href="images/favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="/css/main.css" rel="stylesheet" media="screen">
<link href="/css/bootstrap.min.css" rel="stylesheet" media="screen">
<style type="text/css">
.footer {
text-align:center;
color:grey;
font-size:80%;
border-top: solid #ddd 1px;
margin-top:1em;
}
.navbar-brand img {
height: 50px;
}
</style>
</head>
<body>
<header class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="/">
<img src="https://svn.apache.org/repos/asf/comdev/project-logos/originals/foundation.svg" alt="Apache Software Foundation">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#mainNavbar" aria-controls="mainNavbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="mainNavbar">
<div class="container"> <!-- this one is required to center Nav -->
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="/">Home</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="aboutDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About
</a>
<div class="dropdown-menu" aria-labelledby="aboutDropdown">
<a class="dropdown-item" href="/about/">What We Do</a>
<a class="dropdown-item" href="/stories/">Stories</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item text-uppercase disabled" href="#">About Apache</a>
<a class="dropdown-item" href="https://www.apache.org/">The Apache Software Foundation</a>
<a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship">Sponsor Apache</a>
<a class="dropdown-item" href="https://www.apache.org/foundation/thanks">Thanks to our Sponsors</a>
<a class="dropdown-item" href="https://www.apache.org/licenses">License</a>
<a class="dropdown-item" href="https://www.apache.org/security">Security</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="eventDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Events
</a>
<div class="dropdown-menu" aria-labelledby="eventDropdown">
<a class="dropdown-item text-uppercase disabled" href="#">TAC Supported Events</a>
<a class="dropdown-item" href="/events/current.html">Current Events</a>
<a class="dropdown-item" href="/events/previous.html">Previous Events</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item text-uppercase disabled" href="#">Related External Links</a>
<a class="dropdown-item" href="https://communityovercode.org/">Community Over Code (formerly ApacheCon) - The official event of the ASF</a>
<a class="dropdown-item" href="https://www.apache.org/events/">Major Apache-related Events</a>
<a class="dropdown-item" href="https://events.apache.org/">Upcoming Apache-related events and meetups</a>
</div>
</li>
</ul>
</div>
</div><!--/.navbar-collapse -->
</div><!--container div-->
</header>
<main class="cd-main" id="content" role="main">
<div class="container">
<section id="content" class="row">
<div class="col-md-9">
<h3 class="mt-3 text-muted">The Apache Software Foundation</h3>
</div>
<div class="col-md-12"><h4 class="text-muted">TAC</h4></div>
</section>
{{ partial "breadcrumbs.html" . }}
<hr>
{{ block "main" . }}{{ end }}
</div>
</main>
<footer class="page-footer bg-secondary mt-4 pt-3">
<div class="container text-center text-md-left mb-3">
<div class="row">
<div class="col-md-6 mt-md-0 mt-3">
<h5 class="text-uppercase">Trademarks</h5>
<p>
Apache®, the names of Apache projects, and the multicolor feather logo are
<a href="https://www.apache.org/foundation/marks/list/">registered trademarks or trademarks</a> of the Apache
Software Foundation in the United States and/or other countries.
</p>
</div>
<hr class="clearfix w-100 d-md-none pb-3">
<div class="col-md-6 mb-md-0 mb-3">
<h5 class="text-uppercase">Website sources</h5>
<p>
This website is generated from the <a href="https://github.com/apache/tac-website">tac-website repository</a>.<br>
Patches are welcome!
</p>
</div>
</div>
</div>
<div class="footer-copyright text-center py-3">
<em>Copyright © {{ now.Year }}, <a href="https://www.apache.org/">the Apache Software Foundation</a>. Licensed under the
<a rel="license" href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a></em>
</div>
</footer>
<script src="/js/jquery-1.9.1.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
</body>
</html>