This is an automated email from the ASF dual-hosted git repository.
ritesh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/master by this push:
new 62196c1 HDDS-7669. Link Apache Privacy in the header. (#30)
62196c1 is described below
commit 62196c1670f6b508cdd526842a0435a9fd1df025
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Tue Jan 3 19:54:39 2023 -0800
HDDS-7669. Link Apache Privacy in the header. (#30)
---
layouts/partials/header.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index baca7a2..4037d01 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -71,19 +71,20 @@ s=d.getElementsByTagName('script')[0];
<div class="topnav">
<div class="container">
- <ul class="breadcrumb col-md-6">
+ <ul class="breadcrumb col-md-4">
<li>
<img class="asf-logo" src="asf_feather.png"/>
<a href="https://www.apache.org">Apache Software Foundation</a>
</li>
</ul>
- <div class="col-md-6">
+ <div class="col-md-8">
<ul class="pull-right breadcrumb">
<li><a href="https://www.apache.org/licenses/">License</a></li>
<li><a
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a
href="https://www.apache.org/events/current-event">Events</a></li>
<li><a
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li><a
href="https://www.apache.org/security/">Security</a></li>
+ <li><a
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a></li>
</ul>
</div>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]