This is an automated email from the ASF dual-hosted git repository. wonook pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/incubator-nemo-website.git
commit d87bc00282cbda62c67b7b653338dc9b9f950d1e Author: Won Wook SONG <wsong0...@gmail.com> AuthorDate: Tue Nov 8 17:05:36 2022 +0900 add asf infos --- _includes/footer.html | 27 +++++++++++++++++++++------ _includes/topnav.html | 11 +++++++++++ index.html | 4 +--- 3 files changed, 33 insertions(+), 9 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 1a7cca5..7dcc10e 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,10 +1,25 @@ <footer class="footer"> <div class="container"> - - <p class="text-center"> - {{ site.title }} {{ site.time | date: '%Y' }} | - Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a> - </p> - <!-- <p class="text-muted">Place sticky footer content here.</p> --> + <div class="row"> + <div class="col-sm-11"> + <p class="text-center"> + {{ site.title }} {{ site.time | date: '%Y' }} | + Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a> + </p> + <br> + <p class="text-muted text-center"> + Disclaimer: Apache Nemo (incubating) 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 t [...] + <br> + <br> + Copyright © 2019 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation + </p> + <!-- <p class="text-muted">Place sticky footer content here.</p> --> + </div> + <div class="col-sm-1"> + <a href="https://www.apache.org/events/current-event.html"> + <img src="https://www.apache.org/events/current-event-125x125.png"> + </a> + </div> + </div> </div> </footer> diff --git a/_includes/topnav.html b/_includes/topnav.html index 88ae944..db49235 100644 --- a/_includes/topnav.html +++ b/_includes/topnav.html @@ -20,6 +20,17 @@ <li {% if page.title=='Team' %} class="active" {% endif %}><a href="{{ "/pages/team" | relative_url }}">Team</a></li> <li {% if page.title=='License' %} class="active" {% endif %}><a href="{{ "/pages/license" | relative_url }}">License</a></li> <li {% if page.sectionid=='blog' %} class="active" {% endif %}><a href="{{ site.posts.first.url | relative_url }}">Blog</a></li> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">ASF<span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="http://www.apache.org/">Apache Software Foundation</a></li> + <li><a href="https://www.apache.org/foundation/how-it-works.html">How Apache Works</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> + <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsoring Apache</a></li> + <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> + </ul> + </li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/index.html b/index.html index 86cd1f3..60b065c 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,7 @@ layout: default <hr> - <div class="row"> + <div class="row pb-5"> <div class="col-sm-4"> <h1 class="text-center"><i class="fa fa-pencil" aria-hidden="true"></i></h1> <h3 class="text-center">Flexible</h3> @@ -68,6 +68,4 @@ layout: default </p> </div> </div> - - </div>