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

jnioche pushed a commit to branch 4
in repository 
https://gitbox.apache.org/repos/asf/incubator-stormcrawler-site.git

commit 0dd0525f344bbd1c407ed0053a67d5f46097819d
Author: Julien Nioche <[email protected]>
AuthorDate: Thu Apr 25 14:17:15 2024 +0100

    add custom incubator logo, fix #4
    
    Signed-off-by: Julien Nioche <[email protected]>
---
 _includes/header.html  |   2 +-
 img/incubator_logo.jpg | Bin 0 -> 375440 bytes
 img/incubator_logo.png | Bin 0 -> 550918 bytes
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/header.html b/_includes/header.html
index 5ad864b..1440c4b 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,7 +1,7 @@
 <header class="site-header">
   <div class="site-header__wrap">
     <div class="site-header__logo">
-      <a href="{{ site.baseurl }}/"><img src="{{ site.baseurl }}/img/logo.png" 
alt="Apache StormCrawler (Incubating)"></a>
+      <a href="{{ site.baseurl }}/"><img src="{{ site.baseurl 
}}/img/incubator_logo.png" alt="Apache StormCrawler (Incubating)"></a>
     </div>
   </div>
 </header>
diff --git a/img/incubator_logo.jpg b/img/incubator_logo.jpg
new file mode 100644
index 0000000..1f5027b
Binary files /dev/null and b/img/incubator_logo.jpg differ
diff --git a/img/incubator_logo.png b/img/incubator_logo.png
new file mode 100644
index 0000000..98fe794
Binary files /dev/null and b/img/incubator_logo.png differ

Reply via email to