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

chrisdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4327e8637f docs: Updated the website to use the dark logo instead.
4327e8637f is described below

commit 4327e8637f409fbeecb03a6a75d773d7416c5cde
Author: Christofer Dutz <[email protected]>
AuthorDate: Fri May 8 10:07:51 2026 +0200

    docs: Updated the website to use the dark logo instead.
---
 website/patches/header-content.patch                   |   2 +-
 .../images/apache-plc4x-oakleaf-dark-small.png         | Bin 0 -> 15673 bytes
 website/resources/images/apache-plc4x-oakleaf-dark.png | Bin 0 -> 349777 bytes
 website/resources/index.html                           |   4 ++--
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/patches/header-content.patch 
b/website/patches/header-content.patch
index 528a25e71a..df79eac072 100644
--- a/website/patches/header-content.patch
+++ b/website/patches/header-content.patch
@@ -22,7 +22,7 @@
      <div class="navbar-brand">
 -      <a class="navbar-item" href="{{{or site.url 
siteRootPath}}}">{{site.title}}</a>
 +      <a class="navbar-item" href="{{{or site.url siteRootPath}}}">
-+          <img src="{{{or site.url 
siteRootPath}}}/plc4x/{{page.version}}/_images/apache_plc4x_logo_small.png" 
alt="Apache PLC4X">
++          <img src="{{{or site.url 
siteRootPath}}}/plc4x/{{page.version}}/_images/apache-plc4x-oakleaf-dark-small.png"
 alt="Apache PLC4X">
 +      </a>
        {{#if env.SITE_SEARCH_PROVIDER}}
        <div class="navbar-item search hide-for-print">
diff --git a/website/resources/images/apache-plc4x-oakleaf-dark-small.png 
b/website/resources/images/apache-plc4x-oakleaf-dark-small.png
new file mode 100644
index 0000000000..45d6ba1d2c
Binary files /dev/null and 
b/website/resources/images/apache-plc4x-oakleaf-dark-small.png differ
diff --git a/website/resources/images/apache-plc4x-oakleaf-dark.png 
b/website/resources/images/apache-plc4x-oakleaf-dark.png
new file mode 100644
index 0000000000..97062a1745
Binary files /dev/null and 
b/website/resources/images/apache-plc4x-oakleaf-dark.png differ
diff --git a/website/resources/index.html b/website/resources/index.html
index 038fcd74b1..3cefaeee3f 100644
--- a/website/resources/index.html
+++ b/website/resources/index.html
@@ -48,7 +48,7 @@
   <nav class="navbar">
     <div class="navbar-brand">
       <a class="navbar-item" href="./">
-          <img src="./plc4x/latest/_images/apache_plc4x_logo_small.png" 
alt="Apache PLC4X">
+          <img 
src="./plc4x/latest/_images/apache-plc4x-oakleaf-dark-small.png" alt="Apache 
PLC4X">
       </a>
       <div class="navbar-item search hide-for-print">
         <div id="search-field" class="field">
@@ -105,7 +105,7 @@
                             <div class="row margin-rl-0">
                                 <div class="col-md-12">
                                     <div class="margin-rl-auto">
-                                        <img 
src="images/apache_plc4x_logo.png" alt="Apache PLC4X"
+                                        <img 
src="images/apache-plc4x-oakleaf-dark.png" alt="Apache PLC4X"
                                              class="plc4x-logo center"/>
                                     </div>
                                     <h3 style="text-align:center;">

Reply via email to