Repository: incubator-griffin-site Updated Branches: refs/heads/master 3711d0420 -> 9504b7a47
remove some incubator declaration Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/commit/9504b7a4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/tree/9504b7a4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/diff/9504b7a4 Branch: refs/heads/master Commit: 9504b7a47db165a4b0cd87883f290c5f376aaa5a Parents: 3711d04 Author: William Guo <[email protected]> Authored: Sat Nov 24 10:23:59 2018 +0800 Committer: William Guo <[email protected]> Committed: Sat Nov 24 10:23:59 2018 +0800 ---------------------------------------------------------------------- index.html | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/9504b7a4/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index f53b2e4..1f2ca7b 100755 --- a/index.html +++ b/index.html @@ -301,25 +301,17 @@ under the License. <div class="container"> <div class="row"> <div class="col-md-3"> - <img src="/images/incubator_feather_egg_logo.png" height="60"> + <a href="https://www.apache.org/events/current-event.html"> + <img src="https://www.apache.org/events/current-event-234x60.png" alt="ASF Current Event"> + </a> </div> <div class="col-md-9"> - <div style="margin-left:auto; margin-right:auto; text-align:center;font-size:12px;"> - <div> - Apache Griffin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache 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 of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. - </div> + <div> + Copyright © 2018 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br> + Apache Griffin, Griffin, Apache, the Apache feather logo and the Apache Griffin logo are trademarks of The Apache Software Foundation. </div> </div> </div> - <div class="row" style="padding-top:10px;"> - Copyright © 2018 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br> - Apache Griffin, Griffin, Apache, the Apache feather logo and the Apache Griffin logo are trademarks of The Apache Software Foundation. - </div> - <div class="row text-center" style="padding-top:10px;"> - <a href="https://www.apache.org/events/current-event.html"> - <img src="https://www.apache.org/events/current-event-234x60.png" alt="ASF Current Event"> - </a> - </div> </div> </div> <!-- footer end -->
