This is an automated email from the ASF dual-hosted git repository.
abti pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-gobblin-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 5ca602d Make footer consistent across website
5ca602d is described below
commit 5ca602d9c25f736271c2e99451a1a4da59abdef4
Author: Abhishek Tiwari <[email protected]>
AuthorDate: Sun Dec 6 01:06:38 2020 -0800
Make footer consistent across website
---
contributor/index.html | 46 +++++++++++++++++++++++++++++++++++-----------
download/index.html | 48 +++++++++++++++++++++++++++++++++++++-----------
get-involved/index.html | 46 +++++++++++++++++++++++++++++++++++-----------
index.html | 2 +-
mailing-lists/index.html | 46 +++++++++++++++++++++++++++++++++++-----------
people/index.html | 48 +++++++++++++++++++++++++++++++++++++-----------
6 files changed, 180 insertions(+), 56 deletions(-)
diff --git a/contributor/index.html b/contributor/index.html
index f7e4d35..72de5c9 100644
--- a/contributor/index.html
+++ b/contributor/index.html
@@ -100,17 +100,41 @@
<hr>
<footer style="margin-bottom: 0em; margin-top: 0em;">
<div id="footer">
- <img src="../assets/images/incubator_feather_egg_logo.png"
height="60">
- <br>
- <br>
- <p style="font-size: 12px; line-height: 1.5em;">
- Apache Gobblin is an effort undergoing incubation at The Apache
Software Foundation (ASF), sponsored by the 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 pr [...]
- </p>
- <p style="font-size: 12px; line-height: 1.5em; margin-top: 2em;
margin-bottom: 2em;">
- Copyright © 2017 <a href="http://www.apache.org/"
target="_blank">The Apache Software Foundation</a>
- <br>
- Apache, Apache Gobblin (incubating), the Apache feather and the
Gobblin logo are trademarks of The Apache Software Foundation
- </p>
+ <div class="row">
+ <div class="col-sm-6">
+ <div class="footer-section__policies-section--policies">
+ <img
src="assets/images/incubator_feather_egg_logo.png" height="60">
+ <p style="font-size: 12px; line-height: 1.5em;
margin-top: 2em; margin-bottom: 2em;">
+ Copyright © 2020 <a href="http://www.apache.org/"
target="_blank">The Apache Software Foundation</a>
+ <br>
+ Apache, Apache Gobblin (incubating), the Apache
feather and the Gobblin logo are trademarks of The Apache Software Foundation
+ <br>
+ </p>
+ </div>
+ </div>
+ <div class="col-sm-6">
+ <br>
+ <p style="font-size: 12px; line-height: 1.5em;">
+ Apache Gobblin is an effort undergoing incubation at
The Apache Software Foundation (ASF), sponsored by the 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 [...]
+ <br>
+ <!-- REQUIRED BY APACHE [START] -->
+ <a href="https://www.apache.org/licenses/" >
+ <span>License | </span>
+ </a>
+ <a
href="https://www.apache.org/foundation/sponsorship.html">
+ <span>Donate | </span>
+ </a>
+ <a
href="https://www.apache.org/foundation/thanks.html">
+ <span>Thanks | </span>
+ </a>
+ <a href="https://www.apache.org/security/">
+ <span>Security</span>
+ </a>
+ <!-- REQUIRED BY APACHE [END] -->
+ </p>
+ </div>
+
+ </div>
</div>
</footer>
</div>
diff --git a/download/index.html b/download/index.html
index c3a71d5..d15b21f 100644
--- a/download/index.html
+++ b/download/index.html
@@ -144,20 +144,46 @@
</div>
<hr>
<footer style="margin-bottom: 0em; margin-top: 0em;">
+ <footer style="margin-bottom: 0em; margin-top: 0em;">
<div id="footer">
- <img src="../assets/images/incubator_feather_egg_logo.png"
height="60">
- <br>
- <br>
- <p style="font-size: 12px; line-height: 1.5em;">
- Apache Gobblin is an effort undergoing incubation at The Apache
Software Foundation (ASF), sponsored by the 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 pr [...]
- </p>
- <p style="font-size: 12px; line-height: 1.5em; margin-top: 2em;
margin-bottom: 2em;">
- Copyright © 2017 <a href="http://www.apache.org/"
target="_blank">The Apache Software Foundation</a>
- <br>
- Apache, Apache Gobblin (incubating), the Apache feather and the
Gobblin logo are trademarks of The Apache Software Foundation
- </p>
+ <div class="row">
+ <div class="col-sm-6">
+ <div class="footer-section__policies-section--policies">
+ <img
src="assets/images/incubator_feather_egg_logo.png" height="60">
+ <p style="font-size: 12px; line-height: 1.5em;
margin-top: 2em; margin-bottom: 2em;">
+ Copyright © 2020 <a href="http://www.apache.org/"
target="_blank">The Apache Software Foundation</a>
+ <br>
+ Apache, Apache Gobblin (incubating), the Apache
feather and the Gobblin logo are trademarks of The Apache Software Foundation
+ <br>
+ </p>
+ </div>
+ </div>
+ <div class="col-sm-6">
+ <br>
+ <p style="font-size: 12px; line-height: 1.5em;">
+ Apache Gobblin is an effort undergoing incubation at
The Apache Software Foundation (ASF), sponsored by the 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 [...]
+ <br>
+ <!-- REQUIRED BY APACHE [START] -->
+ <a href="https://www.apache.org/licenses/" >
+ <span>License | </span>
+ </a>
+ <a
href="https://www.apache.org/foundation/sponsorship.html">
+ <span>Donate | </span>
+ </a>
+ <a
href="https://www.apache.org/foundation/thanks.html">
+ <span>Thanks | </span>
+ </a>
+ <a href="https://www.apache.org/security/">
+ <span>Security</span>
+ </a>
+ <!-- REQUIRED BY APACHE [END] -->
+ </p>
+ </div>
+
+ </div>
</div>
</footer>
+ </footer>
</div>
<!--===============================================
Gobblin Center Space <end>
diff --git a/get-involved/index.html b/get-involved/index.html
index 1752792..0185a8f 100644
--- a/get-involved/index.html
+++ b/get-involved/index.html
@@ -152,17 +152,41 @@
<hr>
<footer style="margin-bottom: 0em; margin-top: 0em;">
<div id="footer">
- <img src="../assets/images/incubator_feather_egg_logo.png"
height="60">
- <br>
- <br>
- <p style="font-size: 12px; line-height: 1.5em;">
- Apache Gobblin is an effort undergoing incubation at The Apache
Software Foundation (ASF), sponsored by the 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 pr [...]
- </p>
- <p style="font-size: 12px; line-height: 1.5em; margin-top: 2em;
margin-bottom: 2em;">
- Copyright © 2017 <a href="http://www.apache.org/"
target="_blank">The Apache Software Foundation</a>
- <br>
- Apache, Apache Gobblin (incubating), the Apache feather and the
Gobblin logo are trademarks of The Apache Software Foundation
- </p>
+ <div class="row">
+ <div class="col-sm-6">
+ <div class="footer-section__policies-section--policies">
+ <img
src="assets/images/incubator_feather_egg_logo.png" height="60">
+ <p style="font-size: 12px; line-height: 1.5em;
margin-top: 2em; margin-bottom: 2em;">
+ Copyright © 2020 <a href="http://www.apache.org/"
target="_blank">The Apache Software Foundation</a>
+ <br>
+ Apache, Apache Gobblin (incubating), the Apache
feather and the Gobblin logo are trademarks of The Apache Software Foundation
+ <br>
+ </p>
+ </div>
+ </div>
+ <div class="col-sm-6">
+ <br>
+ <p style="font-size: 12px; line-height: 1.5em;">
+ Apache Gobblin is an effort undergoing incubation at
The Apache Software Foundation (ASF), sponsored by the 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 [...]
+ <br>
+ <!-- REQUIRED BY APACHE [START] -->
+ <a href="https://www.apache.org/licenses/" >
+ <span>License | </span>
+ </a>
+ <a
href="https://www.apache.org/foundation/sponsorship.html">
+ <span>Donate | </span>
+ </a>
+ <a
href="https://www.apache.org/foundation/thanks.html">
+ <span>Thanks | </span>
+ </a>
+ <a href="https://www.apache.org/security/">
+ <span>Security</span>
+ </a>
+ <!-- REQUIRED BY APACHE [END] -->
+ </p>
+ </div>
+
+ </div>
</div>
</footer>
</div>
diff --git a/index.html b/index.html
index ecce8f0..a04d756 100644
--- a/index.html
+++ b/index.html
@@ -240,7 +240,7 @@
<hr>
<footer style="margin-bottom: 0em; margin-top: 0em;">
<div id="footer">
- <div class="row" style="background-color: #f0eeee;
padding-bottom: 10px; margin-top: 15px;">
+ <div class="row">
<div class="col-sm-6">
<div class="footer-section__policies-section--policies">
<img
src="assets/images/incubator_feather_egg_logo.png" height="60">
diff --git a/mailing-lists/index.html b/mailing-lists/index.html
index fab89d7..c56a0f4 100644
--- a/mailing-lists/index.html
+++ b/mailing-lists/index.html
@@ -112,17 +112,41 @@
<hr>
<footer style="margin-bottom: 0em; margin-top: 0em;">
<div id="footer">
- <img src="../assets/images/incubator_feather_egg_logo.png"
height="60">
- <br>
- <br>
- <p style="font-size: 12px; line-height: 1.5em;">
- Apache Gobblin is an effort undergoing incubation at The Apache
Software Foundation (ASF), sponsored by the 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 pr [...]
- </p>
- <p style="font-size: 12px; line-height: 1.5em; margin-top: 2em;
margin-bottom: 2em;">
- Copyright © 2017 <a href="http://www.apache.org/"
target="_blank">The Apache Software Foundation</a>
- <br>
- Apache, Apache Gobblin (incubating), the Apache feather and the
Gobblin logo are trademarks of The Apache Software Foundation
- </p>
+ <div class="row">
+ <div class="col-sm-6">
+ <div class="footer-section__policies-section--policies">
+ <img
src="assets/images/incubator_feather_egg_logo.png" height="60">
+ <p style="font-size: 12px; line-height: 1.5em;
margin-top: 2em; margin-bottom: 2em;">
+ Copyright © 2020 <a href="http://www.apache.org/"
target="_blank">The Apache Software Foundation</a>
+ <br>
+ Apache, Apache Gobblin (incubating), the Apache
feather and the Gobblin logo are trademarks of The Apache Software Foundation
+ <br>
+ </p>
+ </div>
+ </div>
+ <div class="col-sm-6">
+ <br>
+ <p style="font-size: 12px; line-height: 1.5em;">
+ Apache Gobblin is an effort undergoing incubation at
The Apache Software Foundation (ASF), sponsored by the 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 [...]
+ <br>
+ <!-- REQUIRED BY APACHE [START] -->
+ <a href="https://www.apache.org/licenses/" >
+ <span>License | </span>
+ </a>
+ <a
href="https://www.apache.org/foundation/sponsorship.html">
+ <span>Donate | </span>
+ </a>
+ <a
href="https://www.apache.org/foundation/thanks.html">
+ <span>Thanks | </span>
+ </a>
+ <a href="https://www.apache.org/security/">
+ <span>Security</span>
+ </a>
+ <!-- REQUIRED BY APACHE [END] -->
+ </p>
+ </div>
+
+ </div>
</div>
</footer>
</div>
diff --git a/people/index.html b/people/index.html
index 5b94c53..b40e2a9 100644
--- a/people/index.html
+++ b/people/index.html
@@ -219,20 +219,46 @@
<hr>
<footer style="margin-bottom: 0em; margin-top: 0em;">
+ <footer style="margin-bottom: 0em; margin-top: 0em;">
<div id="footer">
- <img src="../assets/images/incubator_feather_egg_logo.png"
height="60">
- <br>
- <br>
- <p style="font-size: 12px; line-height: 1.5em;">
- Apache Gobblin is an effort undergoing incubation at The Apache
Software Foundation (ASF), sponsored by the 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 pr [...]
- </p>
- <p style="font-size: 12px; line-height: 1.5em; margin-top: 2em;
margin-bottom: 2em;">
- Copyright © 2017 <a href="http://www.apache.org/"
target="_blank">The Apache Software Foundation</a>
- <br>
- Apache, Apache Gobblin (incubating), the Apache feather and the
Gobblin logo are trademarks of The Apache Software Foundation
- </p>
+ <div class="row">
+ <div class="col-sm-6">
+ <div class="footer-section__policies-section--policies">
+ <img
src="assets/images/incubator_feather_egg_logo.png" height="60">
+ <p style="font-size: 12px; line-height: 1.5em;
margin-top: 2em; margin-bottom: 2em;">
+ Copyright © 2020 <a href="http://www.apache.org/"
target="_blank">The Apache Software Foundation</a>
+ <br>
+ Apache, Apache Gobblin (incubating), the Apache
feather and the Gobblin logo are trademarks of The Apache Software Foundation
+ <br>
+ </p>
+ </div>
+ </div>
+ <div class="col-sm-6">
+ <br>
+ <p style="font-size: 12px; line-height: 1.5em;">
+ Apache Gobblin is an effort undergoing incubation at
The Apache Software Foundation (ASF), sponsored by the 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 [...]
+ <br>
+ <!-- REQUIRED BY APACHE [START] -->
+ <a href="https://www.apache.org/licenses/" >
+ <span>License | </span>
+ </a>
+ <a
href="https://www.apache.org/foundation/sponsorship.html">
+ <span>Donate | </span>
+ </a>
+ <a
href="https://www.apache.org/foundation/thanks.html">
+ <span>Thanks | </span>
+ </a>
+ <a href="https://www.apache.org/security/">
+ <span>Security</span>
+ </a>
+ <!-- REQUIRED BY APACHE [END] -->
+ </p>
+ </div>
+
+ </div>
</div>
</footer>
+ </footer>
</div>
<!--===============================================
Gobblin Center Space <end>