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

commit 62d1a2aa27ccaf64b75751b98fcd265c0769ff02
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/css/hive-theme.css      |   1 +
 themes/hive/static/images/llap.png         | Bin 0 -> 29312 bytes
 3 files changed, 2 insertions(+), 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/css/hive-theme.css 
b/themes/hive/static/css/hive-theme.css
index 32fdd54..4e1d25a 100644
--- a/themes/hive/static/css/hive-theme.css
+++ b/themes/hive/static/css/hive-theme.css
@@ -214,6 +214,7 @@
      font-family: "Open Sans", sans-serif;
      font-size: 30px;
      font-weight: 300;
+     text-align: left;
 }
 .section-header-text{
     font-family: "Open Sans", sans-serif;
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