This is an automated email from the ASF dual-hosted git repository.

abti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-gobblin-site.git


The following commit(s) were added to refs/heads/master by this push:
     new aa14485  Fix Apache logo image url issue
aa14485 is described below

commit aa14485e79c8dd7406bbd716ffe084d987697783
Author: Abhishek Tiwari <[email protected]>
AuthorDate: Sun Dec 6 01:09:59 2020 -0800

    Fix Apache logo image url issue
---
 contributor/index.html   | 2 +-
 download/index.html      | 4 +---
 get-involved/index.html  | 2 +-
 mailing-lists/index.html | 2 +-
 people/index.html        | 4 +---
 5 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/contributor/index.html b/contributor/index.html
index 72de5c9..91b31bb 100644
--- a/contributor/index.html
+++ b/contributor/index.html
@@ -103,7 +103,7 @@
               <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">
+                          <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>
diff --git a/download/index.html b/download/index.html
index d15b21f..818aa1d 100644
--- a/download/index.html
+++ b/download/index.html
@@ -144,12 +144,11 @@
         </div>
         <hr>
         <footer style="margin-bottom: 0em; margin-top: 0em;">
-          <footer style="margin-bottom: 0em; margin-top: 0em;">
           <div id="footer">
               <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">
+                          <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>
@@ -183,7 +182,6 @@
             </div>
           </div>
         </footer>
-        </footer>
       </div>
     <!--===============================================
       Gobblin Center Space <end>
diff --git a/get-involved/index.html b/get-involved/index.html
index 0185a8f..30d3324 100644
--- a/get-involved/index.html
+++ b/get-involved/index.html
@@ -155,7 +155,7 @@
               <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">
+                          <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>
diff --git a/mailing-lists/index.html b/mailing-lists/index.html
index c56a0f4..11316b9 100644
--- a/mailing-lists/index.html
+++ b/mailing-lists/index.html
@@ -115,7 +115,7 @@
               <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">
+                          <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>
diff --git a/people/index.html b/people/index.html
index b40e2a9..1e195f4 100644
--- a/people/index.html
+++ b/people/index.html
@@ -219,12 +219,11 @@
           
         <hr>
         <footer style="margin-bottom: 0em; margin-top: 0em;">
-          <footer style="margin-bottom: 0em; margin-top: 0em;">
           <div id="footer">
               <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">
+                          <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>
@@ -258,7 +257,6 @@
             </div>
           </div>
         </footer>
-        </footer>
       </div>
     <!--===============================================
       Gobblin Center Space <end>

Reply via email to