themes/apachecon/layouts/partials/footer.html (21 lines of code) (raw):
<!---
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
http://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.
-->
<div id="footer">
<section class="container">
<header class="major">
<h2>Connect with us</h2>
</header>
<div class="d-flex align-items-center justify-content-between mx-auto mb-5" style="max-width: 512px">
<a href="https://www.facebook.com/ApacheSoftwareFoundation/">
<img width="64" src="images/icon-facebook-128.png">
</a>
<a href="https://twitter.com/ApacheCon">
<img width="64" src="images/icon-twitter-x-128.png">
</a>
<a href="http://s.apache.org/apachecon-slack">
<img width="64" src="images/icon-slack-128.png">
</a>
</div>
<p>Community Over Code operates under the terms of the <a href="https://www.apache.org/foundation/policies/conduct.html">Apache Software Foundation Code of Conduct</a>. </p>
<p class="byline mb-0">Copyright 2025, <a href="https://www.apache.org/">The Apache Software Foundation</a>, Licensed under the Apache License, Version 2.0. <br />Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</div>
</section>
</div>
</div>