You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by an...@apache.org on 2015/09/30 21:51:33 UTC

incubator-apex-site git commit: from a2bdb4f7f72b69ec2f28d4df6572315a4af1abac

Repository: incubator-apex-site
Updated Branches:
  refs/heads/asf-site b4a64bfea -> 2bf4a2d31


from a2bdb4f7f72b69ec2f28d4df6572315a4af1abac


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/2bf4a2d3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/2bf4a2d3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/2bf4a2d3

Branch: refs/heads/asf-site
Commit: 2bf4a2d31efeb4ca2db4fc51757b0f37dec78827
Parents: b4a64bf
Author: Andy Perlitch <an...@datatorrent.com>
Authored: Wed Sep 30 12:51:09 2015 -0700
Committer: Andy Perlitch <an...@datatorrent.com>
Committed: Wed Sep 30 12:51:09 2015 -0700

----------------------------------------------------------------------
 content/community.html                   |  13 ++++++++++---
 content/css/main.css                     |  17 +++++++++++++++++
 content/docs.html                        |  13 ++++++++++---
 content/github-mirror-pull-requests.html |  13 ++++++++++---
 content/images/asf-feather.png           | Bin 0 -> 41219 bytes
 content/index.html                       |  13 ++++++++++---
 6 files changed, 57 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/2bf4a2d3/content/community.html
----------------------------------------------------------------------
diff --git a/content/community.html b/content/community.html
index cbc8f0a..a45993c 100644
--- a/content/community.html
+++ b/content/community.html
@@ -81,15 +81,22 @@
 
   <hr>
   <div class="container">
-    <footer>
-      <p>© Apache Software Foundation 2015</p>
+    <footer id="main-footer">
+      <p>
+        Copyright &copy; <span id="copyright-year">2015</span> <a href="http://apache.org">The Apache Software Foundation</a>,
+        Licensed under the Apache License, Version 2.0<br>
+        Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>
+        <a id="footer-feather" href="http://apache.org"><img src="/images/asf-feather.png" alt="The Apache Software Foundation"></a>
+      </p>
     </footer>
   </div> <!-- /container -->
 
   <!-- Placed at the end of the document so the pages load faster -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
   <script src="/js/bootstrap.min.js"></script>
-  
+  <script>
+    $('#copyright-year').text((new Date()).getFullYear());
+  </script>
 
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/2bf4a2d3/content/css/main.css
----------------------------------------------------------------------
diff --git a/content/css/main.css b/content/css/main.css
index 2b99da3..1de68c4 100644
--- a/content/css/main.css
+++ b/content/css/main.css
@@ -6798,6 +6798,23 @@ button.close {
 #main-nav .nav .open > a:focus {
   color: #555555;
 }
+#main-footer {
+  text-align: center;
+  color: #777777;
+}
+#main-footer #footer-feather {
+  width: 135px;
+  opacity: 0.8;
+  transition: opacity 0.25s;
+  margin-top: 12px;
+  display: inline-block;
+}
+#main-footer #footer-feather:hover {
+  opacity: 1;
+}
+#main-footer #footer-feather img {
+  width: 100%;
+}
 .jumbotron {
   margin-top: -10px;
   background-color: #1ea3dd;

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/2bf4a2d3/content/docs.html
----------------------------------------------------------------------
diff --git a/content/docs.html b/content/docs.html
index 8a5c9fb..ee15c45 100644
--- a/content/docs.html
+++ b/content/docs.html
@@ -71,15 +71,22 @@
 
   <hr>
   <div class="container">
-    <footer>
-      <p>© Apache Software Foundation 2015</p>
+    <footer id="main-footer">
+      <p>
+        Copyright &copy; <span id="copyright-year">2015</span> <a href="http://apache.org">The Apache Software Foundation</a>,
+        Licensed under the Apache License, Version 2.0<br>
+        Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>
+        <a id="footer-feather" href="http://apache.org"><img src="/images/asf-feather.png" alt="The Apache Software Foundation"></a>
+      </p>
     </footer>
   </div> <!-- /container -->
 
   <!-- Placed at the end of the document so the pages load faster -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
   <script src="/js/bootstrap.min.js"></script>
-  
+  <script>
+    $('#copyright-year').text((new Date()).getFullYear());
+  </script>
 
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/2bf4a2d3/content/github-mirror-pull-requests.html
----------------------------------------------------------------------
diff --git a/content/github-mirror-pull-requests.html b/content/github-mirror-pull-requests.html
index 07afe0c..5a122db 100644
--- a/content/github-mirror-pull-requests.html
+++ b/content/github-mirror-pull-requests.html
@@ -83,15 +83,22 @@
 
   <hr>
   <div class="container">
-    <footer>
-      <p>© Apache Software Foundation 2015</p>
+    <footer id="main-footer">
+      <p>
+        Copyright &copy; <span id="copyright-year">2015</span> <a href="http://apache.org">The Apache Software Foundation</a>,
+        Licensed under the Apache License, Version 2.0<br>
+        Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>
+        <a id="footer-feather" href="http://apache.org"><img src="/images/asf-feather.png" alt="The Apache Software Foundation"></a>
+      </p>
     </footer>
   </div> <!-- /container -->
 
   <!-- Placed at the end of the document so the pages load faster -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
   <script src="/js/bootstrap.min.js"></script>
-  
+  <script>
+    $('#copyright-year').text((new Date()).getFullYear());
+  </script>
 
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/2bf4a2d3/content/images/asf-feather.png
----------------------------------------------------------------------
diff --git a/content/images/asf-feather.png b/content/images/asf-feather.png
new file mode 100644
index 0000000..951e5e5
Binary files /dev/null and b/content/images/asf-feather.png differ

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/2bf4a2d3/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 907ed7c..8269940 100644
--- a/content/index.html
+++ b/content/index.html
@@ -93,15 +93,22 @@
 
   <hr>
   <div class="container">
-    <footer>
-      <p>© Apache Software Foundation 2015</p>
+    <footer id="main-footer">
+      <p>
+        Copyright &copy; <span id="copyright-year">2015</span> <a href="http://apache.org">The Apache Software Foundation</a>,
+        Licensed under the Apache License, Version 2.0<br>
+        Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>
+        <a id="footer-feather" href="http://apache.org"><img src="/images/asf-feather.png" alt="The Apache Software Foundation"></a>
+      </p>
     </footer>
   </div> <!-- /container -->
 
   <!-- Placed at the end of the document so the pages load faster -->
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
   <script src="/js/bootstrap.min.js"></script>
-  
+  <script>
+    $('#copyright-year').text((new Date()).getFullYear());
+  </script>
 
 </body>
 </html>