This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new eb87ed157 MINOR: Use the ASF new logo (#724)
eb87ed157 is described below
commit eb87ed15706374aa2a1585ba0ace7190484e13c5
Author: Mickael Maison <[email protected]>
AuthorDate: Thu Sep 11 18:52:05 2025 +0200
MINOR: Use the ASF new logo (#724)
Reviewers: Josep Prat <[email protected]>, Jhen-Yung Hsu
<[email protected]>
---
css/styles.css | 6 +++---
images/apache.png | Bin 0 -> 3477 bytes
images/apache_feather.gif | Bin 4128 -> 0 bytes
images/feather-small.png | Bin 31327 -> 0 bytes
includes/_footer.htm | 6 +++---
includes/_header.htm | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/css/styles.css b/css/styles.css
index 34cf8a9d4..0818f4424 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -1031,12 +1031,12 @@ nav .btn {
min-height: 60rem;
overflow: hidden;
}
-.apache-feather {
+.apache-logo {
position: absolute;
bottom: 2rem;
right: 2rem;
}
-.apache-feather:hover {
+.apache-logo:hover {
-webkit-animation-name: spin;
-webkit-animation-duration: 200ms;
-webkit-animation-iteration-count: infinite;
@@ -1503,7 +1503,7 @@ nav .btn {
}
}
@media only screen and (max-width: 1035px) {
- .apache-feather {
+ .apache-logo {
bottom: 2.8rem;
}
}
diff --git a/images/apache.png b/images/apache.png
new file mode 100644
index 000000000..01f9cdb80
Binary files /dev/null and b/images/apache.png differ
diff --git a/images/apache_feather.gif b/images/apache_feather.gif
deleted file mode 100644
index 1a0c3e6b6..000000000
Binary files a/images/apache_feather.gif and /dev/null differ
diff --git a/images/feather-small.png b/images/feather-small.png
deleted file mode 100644
index b944a35e6..000000000
Binary files a/images/feather-small.png and /dev/null differ
diff --git a/includes/_footer.htm b/includes/_footer.htm
index e365cc837..036f2d216 100644
--- a/includes/_footer.htm
+++ b/includes/_footer.htm
@@ -4,7 +4,7 @@
<div class="footer">
<div class="footer__inner">
<div class="footer__legal">
- <span class="footer__legal__one">The
contents of this website are © 2024 <a href="https://www.apache.org/"
target="_blank">Apache Software Foundation</a> under the terms of the <a
href="https://www.apache.org/licenses/LICENSE-2.0.html" target="_blank">Apache
License v2</a>.</span>
+ <span class="footer__legal__one">The
contents of this website are © 2025 <a href="https://www.apache.org/"
target="_blank">Apache Software Foundation</a> under the terms of the <a
href="https://www.apache.org/licenses/LICENSE-2.0.html" target="_blank">Apache
License v2</a>.</span>
<span class="footer__legal__two">Apache
Kafka, Kafka, and the Kafka logo are either registered trademarks or trademarks
of The Apache Software Foundation</span>
<span class="footer__legal__three">in
the United States and other countries.</span>
<div>
@@ -16,8 +16,8 @@
<a
href="https://privacy.apache.org/policies/privacy-policy-public.html"
target="_blank" rel="noreferrer">Privacy</a>
</div>
</div>
- <a class="apache-feather" target="_blank"
href="https://www.apache.org">
- <img width="40"
src="/images/feather-small.png" alt="Apache Feather">
+ <a class="apache-logo" target="_blank"
href="https://www.apache.org">
+ <img width="40"
src="/images/apache.png" alt="Apache Logo">
</a>
</div>
</div>
diff --git a/includes/_header.htm b/includes/_header.htm
index a49ad3fa3..dcc749deb 100644
--- a/includes/_header.htm
+++ b/includes/_header.htm
@@ -3,7 +3,7 @@
<head>
<title>Apache Kafka</title>
<link rel='stylesheet' href='/css/styles.css?2' type='text/css'>
- <link rel="icon" type="image/gif"
href="/images/apache_feather.gif">
+ <link rel="icon" type="image/png" href="/images/apache.png">
<meta name="robots" content="index,follow" />
<meta name="language" content="en" />
<meta name="keywords" content="apache kafka messaging queuing
distributed stream processing">