You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2016/10/04 07:41:27 UTC

incubator-tamaya-site git commit: Add ASF incubator logo to footer.

Repository: incubator-tamaya-site
Updated Branches:
  refs/heads/master 99cbdde92 -> 1917b9d9b


Add ASF incubator logo to footer.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/1917b9d9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/1917b9d9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/1917b9d9

Branch: refs/heads/master
Commit: 1917b9d9bab4a0df5b0665ca5a83384b1e699196
Parents: 99cbdde
Author: Phil Ottlinger <po...@apache.org>
Authored: Tue Oct 4 09:41:12 2016 +0200
Committer: Phil Ottlinger <po...@apache.org>
Committed: Tue Oct 4 09:41:12 2016 +0200

----------------------------------------------------------------------
 assets/logos/egg-logo2.png | Bin 0 -> 7241 bytes
 templates/footer.thyme     |  26 +++++++++++++++++++++-----
 2 files changed, 21 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/1917b9d9/assets/logos/egg-logo2.png
----------------------------------------------------------------------
diff --git a/assets/logos/egg-logo2.png b/assets/logos/egg-logo2.png
new file mode 100644
index 0000000..9d25899
Binary files /dev/null and b/assets/logos/egg-logo2.png differ

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/1917b9d9/templates/footer.thyme
----------------------------------------------------------------------
diff --git a/templates/footer.thyme b/templates/footer.thyme
index f201234..ba37d8a 100644
--- a/templates/footer.thyme
+++ b/templates/footer.thyme
@@ -4,20 +4,36 @@
 	<body>
 		<div th:fragment="footer">
 			<div id="push"></div>
-    
+
 		    <div id="footer">
 		      <div class="container">
-		        <p class="muted credit">&copy; 2014 | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a> | Baked with <a href="http://jbake.org">JBake <span th:text='${version}'>version</span></a></p>
+		        <p class="muted credit">&copy; 2014-2016 Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a> | Baked with <a href="http://jbake.org">JBake <span th:text='${version}'>version</span></a>
+						</p>
+						<p>
+								<b>Disclaimer</b>
+                    Apache Tamaya (incubating) is an effort undergoing
+                    incubation at
+                    The Apache Software Foundation (ASF), sponsored by
+                    the name of 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.<br />
+                    <a href="http://incubator.apache.org/guides/website.html" style="border:0px;" target="_target"><img class="incubator-logo" src="logos/egg-logo2.png"/></a>
+							</p>
 		      </div>
 		    </div>
-	    
+
 		    <!-- Le javascript
 		    ================================================== -->
 		    <!-- Placed at the end of the document so the pages load faster -->
 		    <script th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath} + 'js/jquery-1.11.1.min.js'"></script>
 		    <script th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath} + 'js/bootstrap.min.js'"></script>
 		    <script th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:src="${rootpath} + 'js/prettify.js'"></script>
-    
+
     	</div>
   	</body>
-</html>
\ No newline at end of file
+</html>