From e32409384b02c1e6601a92241356abd8a22da809 Mon Sep 17 00:00:00 2001 From: Timon Wong Date: Wed, 15 Jan 2025 00:45:02 +0800 Subject: [PATCH] add alauda logo to trusted by secion (#6171) --- docs/images/corporate-logos/alauda.svg | 18 ++++++++++++++++++ overrides/home.html | 1 + 2 files changed, 19 insertions(+) create mode 100644 docs/images/corporate-logos/alauda.svg diff --git a/docs/images/corporate-logos/alauda.svg b/docs/images/corporate-logos/alauda.svg new file mode 100644 index 00000000000..fb337474f3a --- /dev/null +++ b/docs/images/corporate-logos/alauda.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/overrides/home.html b/overrides/home.html index 303a2753d02..08e2e1313a8 100644 --- a/overrides/home.html +++ b/overrides/home.html @@ -298,6 +298,7 @@

Knative is a Cloud Native Computing Foundatio document.addEventListener("DOMContentLoaded", function() { // Suggested size for the logo images = 320x96 const adopters = [ + { logoPath: "images/corporate-logos/alauda.svg", url: "https://www.alauda.io/" }, { logoPath: "images/corporate-logos/alibaba_cloud.svg", url: "https://cs.console.aliyun.com/" }, { logoPath: "images/corporate-logos/bloomberg.svg", url: "https://www.bloomberg.net/" }, { logoPath: "images/corporate-logos/blue_origin.svg", url: "https://www.blueorigin.com/" },