This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-stormcrawler-site.git
The following commit(s) were added to refs/heads/main by this push:
new 05a6fdd add custom incubator logo, fix #4
05a6fdd is described below
commit 05a6fddeac443f61c141a36f73b36579fde01609
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