You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2014/08/30 01:28:08 UTC

[3/9] git commit: Minor changes to page footers

Minor changes to page footers

Adds 'Edit This Page' to the homepage. Uses CSStables rather than
floats. No change to actual content.


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

Branch: refs/heads/master
Commit: df94aad11c2e2bab79e22e91450d2b5a29c78b54
Parents: f04d70e
Author: Richard Downer <ri...@apache.org>
Authored: Wed Aug 20 12:14:05 2014 +0100
Committer: Richard Downer <ri...@apache.org>
Committed: Wed Aug 20 12:19:32 2014 +0100

----------------------------------------------------------------------
 _layouts/homepage.html | 30 +++++++++++++++++++-----------
 _layouts/normal.html   | 18 +++++++++++++-----
 2 files changed, 32 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn-site/blob/df94aad1/_layouts/homepage.html
----------------------------------------------------------------------
diff --git a/_layouts/homepage.html b/_layouts/homepage.html
index 0e7f4a6..829142c 100644
--- a/_layouts/homepage.html
+++ b/_layouts/homepage.html
@@ -6,16 +6,24 @@ layout: base
 </div>
 
 <div id="footer">
-    <div class="container" class="text-muted">
-        <div style="float:right"><img src="https://incubator.apache.org/images/egg-logo.png" alt="Apache Incubator"></div>
-        <p>
-            Apache Brooklyn 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.
-            Apache Brooklyn is distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>.
-        </p>
-        <div class="clearfix"></div>
+    <div class="container">
+        <div class="row">
+            <div class="col-md-9 text-muted">
+                Apache Brooklyn 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.
+                Apache Brooklyn is distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>.
+            </div>
+            <div class="col-md-3">
+                <p><img src="https://incubator.apache.org/images/egg-logo.png" alt="Apache Incubator" /></p>
+                <p>
+                    <a class="btn btn-sm btn-default" href="https://github.com/apache/incubator-brooklyn-site/edit/master/{{ page.path }}">Edit This Page</a>
+                    <br />
+                    <a href="https://brooklyn.incubator.apache.org/community/how-to-contribute-docs.html">help with editing</a>
+                </p>
+            </div>
+        </div>
     </div>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn-site/blob/df94aad1/_layouts/normal.html
----------------------------------------------------------------------
diff --git a/_layouts/normal.html b/_layouts/normal.html
index e4177de..5c8773d 100644
--- a/_layouts/normal.html
+++ b/_layouts/normal.html
@@ -8,11 +8,19 @@ layout: base
 
 <div id="footer">
     <div class="container">
-        <div style="float:right; text-align:center">
-            <a class="btn btn-sm btn-default" href="https://github.com/apache/incubator-brooklyn-site/edit/master/{{ page.path }}">Edit This Page</a>
-            <br />
-            <a href="https://brooklyn.incubator.apache.org/community/how-to-contribute-docs.html">help with editing</a>
+        <div class="row">
+            <div class="col-md-10 text-muted">
+                Apache Brooklyn is distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+                License v2.0</a>.
+                <br />
+                Apache Brooklyn is currently undergoing Incubation at The Apache Software
+                Foundation.
+            </div>
+            <div class="col-md-2">
+                <a class="btn btn-sm btn-default" href="https://github.com/apache/incubator-brooklyn-site/edit/master/{{ page.path }}">Edit This Page</a>
+                <br />
+                <a href="https://brooklyn.incubator.apache.org/community/how-to-contribute-docs.html">help with editing</a>
+            </div>
         </div>
-        <p class="text-muted">Apache Brooklyn is distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>. Apache Brooklyn is currently undergoing Incubation at the Apache Software Foundation.</p>
     </div>
 </div>