kou commented on code in PR #785:
URL: https://github.com/apache/arrow-site/pull/785#discussion_r3321796655
##########
_includes/footer.html:
##########
Review Comment:
How about just adding a new row instead of changing the existing row?
```suggestion
<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>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]