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 23:04:30 UTC

incubator-apex-site git commit: from 96edc72118a436ec26922c1c11f8702d9e3fdddd

Repository: incubator-apex-site
Updated Branches:
  refs/heads/asf-site 3ea247d02 -> 43941ead2


from 96edc72118a436ec26922c1c11f8702d9e3fdddd


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/43941ead
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/43941ead
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/43941ead

Branch: refs/heads/asf-site
Commit: 43941ead223c063810ba4e28a5635e7a4d280d3a
Parents: 3ea247d
Author: Andy Perlitch <an...@datatorrent.com>
Authored: Wed Sep 30 14:04:21 2015 -0700
Committer: Andy Perlitch <an...@datatorrent.com>
Committed: Wed Sep 30 14:04:21 2015 -0700

----------------------------------------------------------------------
 content/community.html                   |   3 ++-
 content/css/main.css                     |  10 +++++-----
 content/docs.html                        |   3 ++-
 content/github-mirror-pull-requests.html |   3 ++-
 content/images/incubator-egg.png         | Bin 0 -> 7593 bytes
 content/index.html                       |   3 ++-
 6 files changed, 13 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/43941ead/content/community.html
----------------------------------------------------------------------
diff --git a/content/community.html b/content/community.html
index a45993c..3dbac48 100644
--- a/content/community.html
+++ b/content/community.html
@@ -86,7 +86,8 @@
         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>
+        <a class="footer-link-img" href="http://apache.org"><img src="/images/asf-feather.png" alt="The Apache Software Foundation"></a>
+        <a class="footer-link-img" href="http://incubator.apache.org/"><img src="/images/incubator-egg.png" alt="Apache Incubator"></a>
       </p>
     </footer>
   </div> <!-- /container -->

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/43941ead/content/css/main.css
----------------------------------------------------------------------
diff --git a/content/css/main.css b/content/css/main.css
index 9f4c09a..cde77d6 100644
--- a/content/css/main.css
+++ b/content/css/main.css
@@ -6802,18 +6802,18 @@ button.close {
   text-align: center;
   color: #777777;
 }
-#main-footer #footer-feather {
-  width: 135px;
+#main-footer .footer-link-img {
+  height: 50px;
   opacity: 0.8;
   transition: opacity 0.25s;
   margin-top: 12px;
   display: inline-block;
 }
-#main-footer #footer-feather:hover {
+#main-footer .footer-link-img:hover {
   opacity: 1;
 }
-#main-footer #footer-feather img {
-  width: 100%;
+#main-footer .footer-link-img img {
+  height: 100%;
 }
 .jumbotron {
   margin-top: -10px;

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/43941ead/content/docs.html
----------------------------------------------------------------------
diff --git a/content/docs.html b/content/docs.html
index ee15c45..d7f86e1 100644
--- a/content/docs.html
+++ b/content/docs.html
@@ -76,7 +76,8 @@
         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>
+        <a class="footer-link-img" href="http://apache.org"><img src="/images/asf-feather.png" alt="The Apache Software Foundation"></a>
+        <a class="footer-link-img" href="http://incubator.apache.org/"><img src="/images/incubator-egg.png" alt="Apache Incubator"></a>
       </p>
     </footer>
   </div> <!-- /container -->

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/43941ead/content/github-mirror-pull-requests.html
----------------------------------------------------------------------
diff --git a/content/github-mirror-pull-requests.html b/content/github-mirror-pull-requests.html
index 5a122db..f13ba58 100644
--- a/content/github-mirror-pull-requests.html
+++ b/content/github-mirror-pull-requests.html
@@ -88,7 +88,8 @@
         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>
+        <a class="footer-link-img" href="http://apache.org"><img src="/images/asf-feather.png" alt="The Apache Software Foundation"></a>
+        <a class="footer-link-img" href="http://incubator.apache.org/"><img src="/images/incubator-egg.png" alt="Apache Incubator"></a>
       </p>
     </footer>
   </div> <!-- /container -->

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/43941ead/content/images/incubator-egg.png
----------------------------------------------------------------------
diff --git a/content/images/incubator-egg.png b/content/images/incubator-egg.png
new file mode 100644
index 0000000..e6d471b
Binary files /dev/null and b/content/images/incubator-egg.png differ

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/43941ead/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 8269940..82f1712 100644
--- a/content/index.html
+++ b/content/index.html
@@ -98,7 +98,8 @@
         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>
+        <a class="footer-link-img" href="http://apache.org"><img src="/images/asf-feather.png" alt="The Apache Software Foundation"></a>
+        <a class="footer-link-img" href="http://incubator.apache.org/"><img src="/images/incubator-egg.png" alt="Apache Incubator"></a>
       </p>
     </footer>
   </div> <!-- /container -->