From daf50446a43d95bbe7ab83f188f4ecab02258033 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 29 May 2025 12:00:17 -0600 Subject: [PATCH] clean up homepage state tags --- assets/styles/layouts/_homepage.scss | 16 ++++------------ layouts/index.html | 12 ++++++------ 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/assets/styles/layouts/_homepage.scss b/assets/styles/layouts/_homepage.scss index 5389f6b08..ca92588e9 100644 --- a/assets/styles/layouts/_homepage.scss +++ b/assets/styles/layouts/_homepage.scss @@ -118,10 +118,10 @@ line-height: 1.5rem; color: rgba($article-text, .7); } - } - &[state] { - .product-info h3::after { + h3[state] { + &::after { + content: attr(state); margin-left: .5rem; font-size: 1rem; padding: .25em .5em .25em .4em; @@ -131,16 +131,8 @@ font-style: italic; vertical-align: middle; } - } - &[state="new"] { - .product-info h3::after { content: "New"; } - } - &[state="beta"] { - .product-info h3::after { content: "beta";} - } - &[state="alpha"] { - .product-info h3::after { content: "alpha";} + } } ul.product-links { diff --git a/layouts/index.html b/layouts/index.html index 436019298..b04b66e5c 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -45,9 +45,9 @@

Self-managed

-
+
-

InfluxDB 3 Core

+

InfluxDB 3 Core

The open source recent data engine optimized for time series and event data.

-
+
-

InfluxDB 3 Enterprise

+

InfluxDB 3 Enterprise

The scalable data engine built for recent and historical time series and event data.

-
+
-

InfluxDB 3 Explorer

+

InfluxDB 3 Explorer

A standalone UI designed for visualizing, querying, and managing data in InfluxDB 3 Core and Enterprise.