This is an automated email from the ASF dual-hosted git repository. rkk pushed a commit to branch SDAP-489 in repository https://gitbox.apache.org/repos/asf/incubator-sdap-website.git
commit 552ddc7890bb17b38bff371e5b4ea36a5a54b96b Author: rileykk <[email protected]> AuthorDate: Wed Sep 20 08:04:39 2023 -0700 SDAP-489 - Site source update --- source/_includes/footer.html | 2 +- source/_includes/header.html | 15 +++++---------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/source/_includes/footer.html b/source/_includes/footer.html index b60f37d..e9f7ef8 100644 --- a/source/_includes/footer.html +++ b/source/_includes/footer.html @@ -3,7 +3,7 @@ <div class="navbar-header"> <a class="navbar-brand" href="{{ site.baseurl }}">SDAP</a> </div> - <div class="navbar-text pull-right">© 2017-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.<br/> + <div class="navbar-text pull-right">© 2017-2023 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/> Apache SDAP, SDAP, Apache, the Apache feather logo, and the Apache SDAP project logo are trademarks of The Apache Software Foundation.</div> <div class="navbar-text pull-right">Apache SDAP is an effort undergoing <a href="https://incubator.apache.org/">Incubation</a> at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection o [...] </nav> diff --git a/source/_includes/header.html b/source/_includes/header.html index 926037e..1af69be 100644 --- a/source/_includes/header.html +++ b/source/_includes/header.html @@ -10,19 +10,12 @@ <link rel="icon" type="image/png" href="/favicon.png" /> <link rel="stylesheet" href="/css/bootstrap.min.css" /> <link rel="stylesheet" href="/css/style.css" /> - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" /> - <!--[if lt IE 9]> - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" /> - <![endif]--> - </head> <body> - <a class="github-fork-ribbon" href="https://github.com/apache?utf8=✓&q=incubator-sdap&type=&language=" title="Fork me on GitHub" target="_blank" >Fork me on GitHub</a> <div class="container"> - <div class="logos"> <a href="https://incubator.apache.org"> - <img src="{{ site.baseurl }}/images/egg-logo.png" class="pull-left" /> + <img src="https://apache.org/logos/res/incubator/incubator.png" class="pull-left" /> </a> </div> @@ -42,10 +35,12 @@ <li class="dropdown toggle"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Apache <span class="caret"></span></a> <ul class="dropdown-menu"> - <li><a href="http://www.apache.org/foundation/how-it-works.html">Apache Software Foundation</a></li> - <li><a href="http://www.apache.org/licenses/">Apache License</a></li> + <li><a href="http://www.apache.org/">Apache Software Foundation</a></li> + <li><a href="http://www.apache.org/licenses/">License</a></li> <li><a href="http://www.apache.org/foundation/sponsorship">Sponsorship</a></li> <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a href="http://www.apache.org/events/current-event/">Events</a></li> + <li><a href="http://www.apache.org/security/">Security</a></li> </ul> </li> </ul>
