-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathfooter.html
22 lines (22 loc) · 1.04 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div id="footera">
<div id="asfbanner">
<p><a class="acevent" data-format="wide" data-mode="light" data-event="random"></a></p>
</div>
<div id="poweredbya">
<p><a href="https://www.apache.org/"><img src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76" width="188"/></a></p>
</div>
<div id="copyrighta">
<p style="text-align:center;">
<a href="/license.html">Copyright & License</a> |
<a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a> |
<a href="/contact_us.html">Contact Us</a> |
<a href="/donations.html">Donate</a> |
<a href="https://www.apache.org/foundation/thanks.html">Thanks</a>
</p>
<p>
Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation.
The Apache feather logo is a trademark of The Apache Software Foundation.
Other names appearing on the site may be trademarks of their respective owners.
</p>
</div>
</div>