diff --git a/data/customers.json b/data/customers.json index 6ca83cc400..c6b48c58ee 100644 --- a/data/customers.json +++ b/data/customers.json @@ -93,7 +93,7 @@ "name": "wiliot", "website": "#", "logo": "/assets/images/customers/2024/wiliot.png", - "show": true + "show": false }, "intersystems": { "name": "InterSystems", diff --git a/data/partners.json b/data/partners.json new file mode 100644 index 0000000000..c2a44532ef --- /dev/null +++ b/data/partners.json @@ -0,0 +1,42 @@ +{ + "showcase_partners": { + "aws": { + "name": "AWS", + "website": "https://aws.amazon.com/", + "logo": "/assets/images/partners/showcase/aws.svg", + "show": true + }, + "azure": { + "name": "Azure", + "website": "https://azure.microsoft.com/en-gb/", + "logo": "/assets/images/partners/showcase/azure.svg", + "show": true + }, + "gcp": { + "name": "Google Cloud", + "website": "https://cloud.google.com/", + "logo": "/assets/images/partners/showcase/gcp.svg", + "show": true + } + }, + "technology_partners": { + "astrokube": { + "name": "Astrokube", + "website": "https://www.astrokube.com/", + "logo": "/assets/images/partners/technology/astrokube.svg", + "show": true + }, + "cartman": { + "name": "Cartman", + "website": "https://www.cartman.fi/", + "logo": "/assets/images/partners/technology/cartman-digital.svg", + "show": true + }, + "dedicatted": { + "name": "Dedicatted", + "website": "https://dedicatted.com/", + "logo": "/assets/images/partners/technology/dedicatted.svg", + "show": true + } + } +} diff --git a/data/products/appscode.json b/data/products/appscode.json index ea508d5111..e673fbd26e 100644 --- a/data/products/appscode.json +++ b/data/products/appscode.json @@ -214,7 +214,7 @@ "social_cards": [ { "name": "Github", - "icon": "/assets/images/icon/count/octocat.svg", + "icon": "/assets/images/icon/count/octocat.webp", "users": "5,000+", "sub_title": "Github Stars", "summary": "5000+ Github Stars. Lorem ipsum is a dular site advantage of the", @@ -222,7 +222,7 @@ }, { "name": "Docker", - "icon": "/assets/images/icon/count/docker.svg", + "icon": "/assets/images/icon/count/docker.webp", "users": "4.5M+", "sub_title": "Docker Downloads", "summary": "5000+ Github Stars. Lorem ipsum is a dular site advantage of the", @@ -230,7 +230,7 @@ }, { "name": "Get Support", - "icon": "/assets/images/icon/count/support.svg", + "icon": "/assets/images/icon/count/support.webp", "users": "70,000+", "sub_title": "Operators Deployed", "summary": "5000+ Github Stars. Lorem ipsum is a dular site advantage of the", diff --git a/data/products/voyager.json b/data/products/voyager.json index 2370c5f6db..2e4b963d1b 100644 --- a/data/products/voyager.json +++ b/data/products/voyager.json @@ -458,7 +458,7 @@ }, "supportLinks": { "Support URL": "https://appscode.freshdesk.com", - "Website URL": "https://appscode.com/products/voyager" + "Website URL": "https://voyagermesh.com/" }, "stripeProductID": "prod_FARYkUPIIB0Ocx", "plans": { diff --git a/static/assets/images/icon/cloud-service-provider/aws.svg b/static/assets/images/icon/cloud-service-provider/aws.svg index d7bfbf96e4..60c4803ea3 100644 --- a/static/assets/images/icon/cloud-service-provider/aws.svg +++ b/static/assets/images/icon/cloud-service-provider/aws.svg @@ -1,9 +1,5 @@ - - - - - - - - + + + + diff --git a/static/assets/images/icon/count/docker.webp b/static/assets/images/icon/count/docker.webp new file mode 100644 index 0000000000..fc0573fa3b Binary files /dev/null and b/static/assets/images/icon/count/docker.webp differ diff --git a/static/assets/images/icon/count/octocat.webp b/static/assets/images/icon/count/octocat.webp new file mode 100644 index 0000000000..5df8af8ab6 Binary files /dev/null and b/static/assets/images/icon/count/octocat.webp differ diff --git a/static/assets/images/icon/count/support.webp b/static/assets/images/icon/count/support.webp new file mode 100644 index 0000000000..c9559e3440 Binary files /dev/null and b/static/assets/images/icon/count/support.webp differ diff --git a/static/assets/images/partners/showcase/aws.svg b/static/assets/images/partners/showcase/aws.svg new file mode 100644 index 0000000000..60c4803ea3 --- /dev/null +++ b/static/assets/images/partners/showcase/aws.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/static/assets/images/partners/showcase/azure.svg b/static/assets/images/partners/showcase/azure.svg new file mode 100644 index 0000000000..171a06501b --- /dev/null +++ b/static/assets/images/partners/showcase/azure.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/assets/images/partners/showcase/gcp.svg b/static/assets/images/partners/showcase/gcp.svg new file mode 100644 index 0000000000..bd9d08edf1 --- /dev/null +++ b/static/assets/images/partners/showcase/gcp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/assets/images/partners/technology/astrokube.svg b/static/assets/images/partners/technology/astrokube.svg new file mode 100644 index 0000000000..169edc4830 --- /dev/null +++ b/static/assets/images/partners/technology/astrokube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/assets/images/partners/technology/cartman-digital.svg b/static/assets/images/partners/technology/cartman-digital.svg new file mode 100644 index 0000000000..887175776b --- /dev/null +++ b/static/assets/images/partners/technology/cartman-digital.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/assets/images/partners/technology/dedicatted.svg b/static/assets/images/partners/technology/dedicatted.svg new file mode 100644 index 0000000000..53f0fa45ea --- /dev/null +++ b/static/assets/images/partners/technology/dedicatted.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/assets/images/products/kubevault/kubevault-hero.png b/static/assets/images/products/kubevault/kubevault-hero.png index 5cdda3c5b4..ba6b9dec70 100644 Binary files a/static/assets/images/products/kubevault/kubevault-hero.png and b/static/assets/images/products/kubevault/kubevault-hero.png differ diff --git a/static/assets/images/products/stash/stash-hero.png b/static/assets/images/products/stash/stash-hero.png index a4be33fe1c..37d5e2c23f 100644 Binary files a/static/assets/images/products/stash/stash-hero.png and b/static/assets/images/products/stash/stash-hero.png differ diff --git a/static/assets/images/products/voyager/voyager-hero.png b/static/assets/images/products/voyager/voyager-hero.png index 19bf7f0430..29ea2e9faa 100644 Binary files a/static/assets/images/products/voyager/voyager-hero.png and b/static/assets/images/products/voyager/voyager-hero.png differ