[PIO-63]Add incubator logo and disclaimer to web site Closes #405
Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/55ce7b87 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/55ce7b87 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/55ce7b87 Branch: refs/heads/master Commit: 55ce7b87d6816ed532838202f350eb3d36f48d64 Parents: 83f5ef7 Author: Naoki Takezoe <[email protected]> Authored: Thu Aug 3 15:03:47 2017 +0900 Committer: Naoki Takezoe <[email protected]> Committed: Thu Aug 3 15:03:47 2017 +0900 ---------------------------------------------------------------------- .../source/images/logos/apache_incubator.png | Bin 0 -> 14557 bytes docs/manual/source/partials/_footer.html.slim | 9 +++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/55ce7b87/docs/manual/source/images/logos/apache_incubator.png ---------------------------------------------------------------------- diff --git a/docs/manual/source/images/logos/apache_incubator.png b/docs/manual/source/images/logos/apache_incubator.png new file mode 100644 index 0000000..f189e1b Binary files /dev/null and b/docs/manual/source/images/logos/apache_incubator.png differ http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/55ce7b87/docs/manual/source/partials/_footer.html.slim ---------------------------------------------------------------------- diff --git a/docs/manual/source/partials/_footer.html.slim b/docs/manual/source/partials/_footer.html.slim index feb1d0c..7aa22b2 100644 --- a/docs/manual/source/partials/_footer.html.slim +++ b/docs/manual/source/partials/_footer.html.slim @@ -4,7 +4,7 @@ footer .container .seperator .row - .col-md-6.col-xs-6.footer-link-column + .col-md-6.footer-link-column .footer-link-column-row h4 Community ul @@ -13,7 +13,7 @@ footer li: a href="//github.com/apache/incubator-predictionio" target="blank" GitHub li: a href="mailto:[email protected]" target="blank" Subscribe to User Mailing List li: a href="//stackoverflow.com/questions/tagged/predictionio" target="blank" Stackoverflow - .col-md-6.col-xs-6.footer-link-column + .col-md-6.footer-link-column .footer-link-column-row h4 Contribute ul @@ -21,6 +21,11 @@ footer li: a href="//github.com/apache/incubator-predictionio" target="blank" Source Code li: a href="//issues.apache.org/jira/browse/PIO" target="blank" Bug Tracker li: a href="mailto:[email protected]" target="blank" Subscribe to Development Mailing List + .row + .col-md-12.footer-link-column + a.pull-right href="http://incubator.apache.org/projects/predictionio.html" + = image_tag 'logos/apache_incubator.png', alt: 'Apache Incubator' + span Apache PredictionIO 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. #footer-bottom .container
