From 4c6b9f8362aef86791d227b8beab5c841e62fd33 Mon Sep 17 00:00:00 2001 From: shubhusion Date: Wed, 31 Jul 2024 18:30:39 +0530 Subject: [PATCH 1/4] Added Search Filter Signed-off-by: shubhusion --- _includes/partials/homePage-integrations.html | 251 +++++++++++++----- 1 file changed, 184 insertions(+), 67 deletions(-) diff --git a/_includes/partials/homePage-integrations.html b/_includes/partials/homePage-integrations.html index ac882df3f2..2699ed782b 100644 --- a/_includes/partials/homePage-integrations.html +++ b/_includes/partials/homePage-integrations.html @@ -1,83 +1,200 @@ -
+ + +

-

- for your Cloud Native Infrastructure and Apps -

-

+

for your Cloud Native Infrastructure and Apps

+

Meshery seamlessly integrates with every CNCF project, your existing tools, multiple Clouds and Kubernetes clusters.

-
-
-
- From 1ca5a55020f4f19dd5d66c233e554d564592d067 Mon Sep 17 00:00:00 2001 From: shubhusion Date: Mon, 5 Aug 2024 21:34:34 +0530 Subject: [PATCH 2/4] Updated Search Bar Signed-off-by: shubhusion --- _includes/partials/homePage-integrations.html | 163 ++++++------------ 1 file changed, 57 insertions(+), 106 deletions(-) diff --git a/_includes/partials/homePage-integrations.html b/_includes/partials/homePage-integrations.html index 2699ed782b..958d51f875 100644 --- a/_includes/partials/homePage-integrations.html +++ b/_includes/partials/homePage-integrations.html @@ -1,92 +1,63 @@ +
@@ -96,18 +67,11 @@

for your Cloud Native Infrastructure and Apps

Meshery seamlessly integrates with every CNCF project, your existing tools, multiple Clouds and Kubernetes clusters.

-
- - +
+
- -
@@ -175,19 +139,6 @@

for your Cloud Native Infrastructure and Apps

} }); - document.getElementById("sort").addEventListener("change", function () { - var sortValue = this.value; - var sortedData = [...data]; - - if (sortValue === "asc") { - sortedData.sort((a, b) => a.name.localeCompare(b.name)); - } else if (sortValue === "desc") { - sortedData.sort((a, b) => b.name.localeCompare(a.name)); - } - - integContainer.innerHTML = renderIntegrationCards(sortedData, allDataShown); - }); - document.getElementById("search").addEventListener("input", function () { var searchValue = this.value.toLowerCase(); var filteredData = data.filter((item) => From 87de2b10a87d84219109a469abad4a57c43dcf23 Mon Sep 17 00:00:00 2001 From: shubhusion Date: Mon, 12 Aug 2024 11:21:28 +0530 Subject: [PATCH 3/4] Rectified style issues Signed-off-by: shubhusion --- _includes/partials/homePage-integrations.html | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/_includes/partials/homePage-integrations.html b/_includes/partials/homePage-integrations.html index 958d51f875..37a7d6c846 100644 --- a/_includes/partials/homePage-integrations.html +++ b/_includes/partials/homePage-integrations.html @@ -55,15 +55,20 @@ flex-wrap: wrap; padding-bottom: 3.5rem; } + +.button-wrapper { + padding: 5px; /* Adjust as needed */ +} + -
+

for your Cloud Native Infrastructure and Apps

-

+

Meshery seamlessly integrates with every CNCF project, your existing tools, multiple Clouds and Kubernetes clusters.

@@ -77,11 +82,16 @@

for your Cloud Native Infrastructure and Apps

+ +
\ No newline at end of file