Repository: incubator-fineract-site Updated Branches: refs/heads/master 6bd63c266 -> fb90df354
Starting to removing "incubating" from branding. Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/commit/8300bbed Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/tree/8300bbed Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/diff/8300bbed Branch: refs/heads/master Commit: 8300bbedc8953bd877588f25c1ff613c024df391 Parents: 6bd63c2 Author: myrle-krantz <[email protected]> Authored: Mon Apr 24 14:42:21 2017 +0200 Committer: myrle-krantz <[email protected]> Committed: Mon Apr 24 14:42:21 2017 +0200 ---------------------------------------------------------------------- index.html | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/blob/8300bbed/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index e9218b7..fcfa74d 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@ <div class="container"> <a href="#top" class="brand-logo"> <img class="logo" src="images/apache-fineract-logo.png" alt="Fineract Logo"/> - <span class="brand">Apache Fineract <sup><small>(incubating)</small></sup></span> + <span class="brand">Apache Fineract</span> </a> <a href="#" data-activates="mobile-menu" class="button-collapse"><i class="material-icons">menu</i></a> <ul class="right hide-on-med-and-down"> @@ -47,7 +47,7 @@ <li><a class="ghost-white-hover" href="#reference">Reference</a></li> </ul> <ul class="side-nav ghost-white jet-text" id="mobile-menu"> - <li class="side-nav-heading">Apache Fineract <sup><small>(incubating)</small></sup></li> + <li class="side-nav-heading">Apache Fineract</li> <li><a class="jet-hover" href="#about" onclick="closeSideNav()">About</a></li> <li><a class="jet-hover" href="#contribute" onclick="closeSideNav()">Contribute</a></li> <li><a class="jet-hover" href="#resources" onclick="closeSideNav()">Resources</a></li> @@ -124,7 +124,7 @@ <section id="contribute" class="section"> <h3 class="center-align">Contribute</h3> <p class="flow-text justify-align"> - The Apache Fineract (incubating) community welcomes contributors who want to support the Fineract technology. Our community builds everything from this website, from the Fineract code to documentation and best practices information. + The Apache Fineract community welcomes contributors who want to support the Fineract technology. Our community builds everything from this website, from the Fineract code to documentation and best practices information. </p> <p class="flow-text justify-align"> We especially welcome additions and corrections to the documentation, wiki, and website to improve the user experience. Bug reports and fixes and additions to the Apache Fineract code are welcome. Helping users learn best practices also earns good karma in our community. @@ -134,19 +134,19 @@ <h5>Users</h5> <p class="flow-text"> <i>Perfect if you build on top of or deploy Apache Fineract.</i><br/> - To subscribe, send a blank email to <a href="mailto:[email protected]">[email protected]</a>.<br/> + To subscribe, send a blank email to <a href="mailto:[email protected]">[email protected]</a>.<br/> You can also <a href="http://markmail.org/search/?q=list%3Aorg.apache.fineract.user+order%3Adate-backward" target="_blank">read the archives</a>. </p> <h5>Developers</h5> <p class="flow-text"> <i>If you are building contributions and modifications to Apache Fineract this is the list for you.</i><br/> - To subscribe, send a blank email to <a href="mailto:[email protected]">[email protected]</a>.<br/> + To subscribe, send a blank email to <a href="mailto:[email protected]">[email protected]</a>.<br/> You can also <a href="http://markmail.org/search/?q=list%3Aorg.apache.fineract.dev+order%3Adate-backward" target="_blank">read the archives</a>. </p> <h5>Commits</h5> <p class="flow-text"> <i>This list receives an email whenever new code is contributed to Apache Fineract</i>.<br/> - To subscribe, send a blank email to <a href="mailto:[email protected]">[email protected]</a>.<br/> + To subscribe, send a blank email to <a href="mailto:[email protected]">[email protected]</a>.<br/> You can also <a href="http://markmail.org/search/?q=list%3Aorg.apache.fineract.commits+order%3Adate-backward" target="_blank">read the archives</a>. </p> </article> @@ -184,13 +184,6 @@ Here you will find the source code for this web site. </p> </article> - <div class="divider"></div> - </section> - <section id="disclaimer" class="section"> - <h3 class="center-align">Disclaimer</h3> - <p class="flow-text justify-align"> - Apache Fineract is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. 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. - </p> </section> </main> <footer class="page-footer"> @@ -207,12 +200,7 @@ <div class="divider divider-inverse"></div> <p class="flow-text center-align"> © 2009 - 2017 <a class="link-inverse" href="http://apache.org/" target="_blank">The Apache Software Foundation</a>. Licensed under the <a class="link-inverse" href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License, Version 2.0</a>.<br/> - Apache Incubator, Apache, the Apache feather logo, and the Apache Incubator project logo are trademarks of The Apache Software Foundation.<br/> - </p> - <p class="flow-text center-align"> - <a class="link-inverse" href="http://incubator.apache.org/" target="_blank"> - <img src="images/egg-logo.png" alt="Apache Incubator Logo"/> - </a> + Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.<br/> </p> </section> </div>
