Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions themes/hive/layouts/partials/why-choose.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ <h3 class="used-by-title-dark">Used by Industry Leaders</h3>
<a href="https://docs.treasure.ai/products/customer-data-platform/data-workbench/queries/hive/quickstart" target="_blank" class="company-logo-link">
<img src="{{.Site.BaseURL}}/images/treasure-ai-logo.jpg" alt="Treasure AI" class="company-logo">
</a>
<a href="https://engineering.fb.com/2009/06/10/web/hive-a-petabyte-scale-data-warehouse-using-hadoop/" target="_blank" class="company-logo-link">
<img src="{{.Site.BaseURL}}/images/facebook_img.jpg" alt="Facebook" class="company-logo">
</a>
</div>
</div>
</div>
Expand Down
5 changes: 3 additions & 2 deletions themes/hive/static/css/hive-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

/* Override global section margins for full-width sections */
section.white-background,

features.white-background,
features {
margin-left: 0 !important;
Expand Down Expand Up @@ -2333,7 +2333,7 @@ features.container {

/* Why Choose Section */
.why-choose-section {
background: #f8f9fa;
background: orange;
padding: 5rem 0;
margin-left: 0 !important;
margin-right: 0 !important;
Expand Down Expand Up @@ -2365,6 +2365,7 @@ features.container {
.why-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 35px rgba(0,0,0,0.15);
border: 2px solid #206cd6;
}

.why-icon {
Expand Down
Binary file added themes/hive/static/images/facebook_img.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.