Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
<p>Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
<p>&copy; 2016-{{ site.time | date: "%Y" }} The Apache Software Foundation</p>
</div>
<div class="col-md-3">
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>
<a href="https://www.apache.org/">Foundation</a> | <a href="https://www.apache.org/events/current-event.html">Events</a> | <a href="https://www.apache.org/licenses/">License</a> | <a href="https://www.apache.org/security/">Security</a> | <a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a> | <a href="https://www.apache.org/foundation/thanks.html">Thanks</a> | <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a>
</p>
</div>
<div class="col-md-3">
<a class="d-sm-none d-md-inline pr-2" href="https://www.apache.org/events/current-event.html">
<img src="https://www.apache.org/events/current-event-234x60.png"/>
Expand Down