Skip to content

fix: Add required ASF policy links to footer#785

Open
rbowen wants to merge 1 commit into
apache:mainfrom
rbowen:main
Open

fix: Add required ASF policy links to footer#785
rbowen wants to merge 1 commit into
apache:mainfrom
rbowen:main

Conversation

@rbowen
Copy link
Copy Markdown

@rbowen rbowen commented May 28, 2026

Adds Foundation, Events, License, Security, Sponsorship, Thanks, and Privacy links per ASF website policy.

Checker: https://whimsy.apache.org/site/

Adds Foundation, Events, License, Security, Sponsorship, Thanks,
and Privacy links per ASF website policy.

Checker: https://whimsy.apache.org/site/
@github-actions
Copy link
Copy Markdown

Preview URL: https://rbowen.github.io/arrow-site

If the preview URL doesn't work, you may forget to configure your fork repository for preview.
See https://github.com/apache/arrow-site/blob/main/README.md#forks how to configure.

Comment thread _includes/footer.html
Comment on lines +8 to 21
<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"/>
</a>
</div>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about just adding a new row instead of changing the existing row?

Suggested change
<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"/>
</a>
</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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants