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

dkuzmenko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hive-site.git


The following commit(s) were added to refs/heads/main by this push:
     new d21801c  Added LLAP resource image
d21801c is described below

commit d21801c922c43961d625201b0a20150b4af9d619
Author: Denys Kuzmenko <[email protected]>
AuthorDate: Tue Apr 2 14:41:35 2024 +0200

    Added LLAP resource image
---
 themes/hive/layouts/partials/features.html |   2 +-
 themes/hive/static/images/llap.png         | Bin 0 -> 29312 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/hive/layouts/partials/features.html 
b/themes/hive/layouts/partials/features.html
index f99132c..a3ddc27 100644
--- a/themes/hive/layouts/partials/features.html
+++ b/themes/hive/layouts/partials/features.html
@@ -137,7 +137,7 @@
         </div>
         <div class="row divs">
             <div class="col-md">
-
+                <img src="{{.Site.BaseURL}}/images/llap.png" width="600" 
height="350"  alt="Apache Software Foundation"></a>
             </div>
             <div class="col-md feature-border">
                 <h2 class="topic-text-style">Hive LLAP</h2>
diff --git a/themes/hive/static/images/llap.png 
b/themes/hive/static/images/llap.png
new file mode 100644
index 0000000..f867445
Binary files /dev/null and b/themes/hive/static/images/llap.png differ

Reply via email to