From 4c7d2385cb7647e128bda4eaf8f4d34d219fbb01 Mon Sep 17 00:00:00 2001 From: Rajesh-Nagarajan-11 Date: Wed, 21 Jan 2026 20:27:00 +0530 Subject: [PATCH 1/6] svg Signed-off-by: Rajesh-Nagarajan-11 --- src/assets/images/partners/exoscale_black.svg | 1 + src/assets/images/partners/exoscale_color.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/assets/images/partners/exoscale_black.svg create mode 100644 src/assets/images/partners/exoscale_color.svg diff --git a/src/assets/images/partners/exoscale_black.svg b/src/assets/images/partners/exoscale_black.svg new file mode 100644 index 0000000000000..ca8386b009b53 --- /dev/null +++ b/src/assets/images/partners/exoscale_black.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/images/partners/exoscale_color.svg b/src/assets/images/partners/exoscale_color.svg new file mode 100644 index 0000000000000..5063e71635831 --- /dev/null +++ b/src/assets/images/partners/exoscale_color.svg @@ -0,0 +1 @@ + \ No newline at end of file From 5442009d5977442c498d46520dd6dfd6442d21be Mon Sep 17 00:00:00 2001 From: Rajesh-Nagarajan-11 Date: Wed, 21 Jan 2026 20:28:02 +0530 Subject: [PATCH 2/6] added in partners Signed-off-by: Rajesh-Nagarajan-11 --- .../Home/Partners-home/partners-home-data.js | 8 ++++++++ src/sections/Partners/partners.js | 12 ++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/sections/Home/Partners-home/partners-home-data.js b/src/sections/Home/Partners-home/partners-home-data.js index aa1ccd84426f2..b92e3702edd89 100644 --- a/src/sections/Home/Partners-home/partners-home-data.js +++ b/src/sections/Home/Partners-home/partners-home-data.js @@ -9,6 +9,14 @@ export const partners = [ imageHeight: 90, imageWidth: 382, }, + { + name: "Exoscale", + imageLink: () => import("../../../assets/images/partners/exoscale_black.svg"), + imageRoute: "/partners#exoscale", + innerDivStyle: "partner__block__inner", + imageHeight: 130, + imageWidth: 120, + }, { name: "Intel", imageLink: () => import("../../../assets/images/partners/intel-grey.svg"), diff --git a/src/sections/Partners/partners.js b/src/sections/Partners/partners.js index 0cf246b3506a0..42983712ec982 100644 --- a/src/sections/Partners/partners.js +++ b/src/sections/Partners/partners.js @@ -15,7 +15,7 @@ import { ReactComponent as Partner12 } from "../../assets/images/partners/vmware import { ReactComponent as Partner14 } from "../../assets/images/partners/metabit-trading-logo-colorMode.svg"; import { ReactComponent as Partner15 } from "../../assets/images/partners/docker.svg"; import { ReactComponent as Partner16 } from "../../assets/images/partners/digitalocean.svg"; - +import { ReactComponent as PartnerExo } from "../../assets/images/partners/exoscale_color.svg"; export const partners = [ { name: "The University of Texas at Austin", @@ -86,7 +86,15 @@ export const partners = [ imageLink: , //imageRoute: "https://www.microsoft.com/", moreInfo: "Microsoft Azure is an ever-expanding set of cloud services to help your organization meet your business challenges. It’s the freedom to build, manage, and deploy applications on a massive, global network using your favorite tools and frameworks.", - }, { + }, + { + name: "Exoscale", + desc: "Exoscale is a leading European cloud service provider that offers scalable and secure cloud infrastructure solutions tailored for businesses of all sizes. With a focus on simplicity, reliability, and performance, Exoscale provides a range of services including virtual machines, managed Kubernetes, object storage, and more. Their data centers are strategically located across Europe to ensure low latency and compliance with regional data protection regulations. Exoscale's user-friendly platform and robust API empower developers and IT professionals to easily deploy, manage, and scale their applications in the cloud.", + type: "technology", + imageLink: , + moreInfo: "Exoscale is a leading European cloud service provider that offers scalable and secure cloud infrastructure solutions tailored for businesses of all sizes. With a focus on simplicity, reliability, and performance, Exoscale provides a range of services including virtual machines, managed Kubernetes, object storage, and more. Their data centers are strategically located across Europe to ensure low latency and compliance with regional data protection regulations. Exoscale's user-friendly platform and robust API empower developers and IT professionals to easily deploy, manage, and scale their applications in the cloud.", + }, + { name: "Red Hat", desc: "The world’s leading provider of enterprise open source solutions, using a community-powered approach to deliver high-performing Linux, cloud, container, and Kubernetes technologies.", //link: null, From a76005be703b08033e9daa010bf9cb5c89bf1a71 Mon Sep 17 00:00:00 2001 From: Rajesh-Nagarajan-11 Date: Thu, 22 Jan 2026 15:47:07 +0530 Subject: [PATCH 3/6] removed from partners Signed-off-by: Rajesh-Nagarajan-11 --- src/assets/images/partners/exoscale_color.svg | 1 - src/sections/Partners/partners.js | 7 ------- 2 files changed, 8 deletions(-) delete mode 100644 src/assets/images/partners/exoscale_color.svg diff --git a/src/assets/images/partners/exoscale_color.svg b/src/assets/images/partners/exoscale_color.svg deleted file mode 100644 index 5063e71635831..0000000000000 --- a/src/assets/images/partners/exoscale_color.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/sections/Partners/partners.js b/src/sections/Partners/partners.js index 42983712ec982..5390922a8c2bf 100644 --- a/src/sections/Partners/partners.js +++ b/src/sections/Partners/partners.js @@ -87,13 +87,6 @@ export const partners = [ //imageRoute: "https://www.microsoft.com/", moreInfo: "Microsoft Azure is an ever-expanding set of cloud services to help your organization meet your business challenges. It’s the freedom to build, manage, and deploy applications on a massive, global network using your favorite tools and frameworks.", }, - { - name: "Exoscale", - desc: "Exoscale is a leading European cloud service provider that offers scalable and secure cloud infrastructure solutions tailored for businesses of all sizes. With a focus on simplicity, reliability, and performance, Exoscale provides a range of services including virtual machines, managed Kubernetes, object storage, and more. Their data centers are strategically located across Europe to ensure low latency and compliance with regional data protection regulations. Exoscale's user-friendly platform and robust API empower developers and IT professionals to easily deploy, manage, and scale their applications in the cloud.", - type: "technology", - imageLink: , - moreInfo: "Exoscale is a leading European cloud service provider that offers scalable and secure cloud infrastructure solutions tailored for businesses of all sizes. With a focus on simplicity, reliability, and performance, Exoscale provides a range of services including virtual machines, managed Kubernetes, object storage, and more. Their data centers are strategically located across Europe to ensure low latency and compliance with regional data protection regulations. Exoscale's user-friendly platform and robust API empower developers and IT professionals to easily deploy, manage, and scale their applications in the cloud.", - }, { name: "Red Hat", desc: "The world’s leading provider of enterprise open source solutions, using a community-powered approach to deliver high-performing Linux, cloud, container, and Kubernetes technologies.", From c555c7d04319eaea6550add34461124365ec9418 Mon Sep 17 00:00:00 2001 From: Rajesh-Nagarajan-11 Date: Thu, 22 Jan 2026 15:48:53 +0530 Subject: [PATCH 4/6] remove Signed-off-by: Rajesh-Nagarajan-11 --- src/sections/Partners/partners.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sections/Partners/partners.js b/src/sections/Partners/partners.js index 5390922a8c2bf..7b1ec8d0c54d5 100644 --- a/src/sections/Partners/partners.js +++ b/src/sections/Partners/partners.js @@ -86,8 +86,7 @@ export const partners = [ imageLink: , //imageRoute: "https://www.microsoft.com/", moreInfo: "Microsoft Azure is an ever-expanding set of cloud services to help your organization meet your business challenges. It’s the freedom to build, manage, and deploy applications on a massive, global network using your favorite tools and frameworks.", - }, - { + },{ name: "Red Hat", desc: "The world’s leading provider of enterprise open source solutions, using a community-powered approach to deliver high-performing Linux, cloud, container, and Kubernetes technologies.", //link: null, From dc572884a97f48cb238ddbcb9fa02aa17b44cf99 Mon Sep 17 00:00:00 2001 From: Rajesh-Nagarajan-11 Date: Thu, 22 Jan 2026 15:50:10 +0530 Subject: [PATCH 5/6] revert Signed-off-by: Rajesh-Nagarajan-11 --- src/sections/Partners/partners.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sections/Partners/partners.js b/src/sections/Partners/partners.js index 7b1ec8d0c54d5..583a867530a3c 100644 --- a/src/sections/Partners/partners.js +++ b/src/sections/Partners/partners.js @@ -15,7 +15,6 @@ import { ReactComponent as Partner12 } from "../../assets/images/partners/vmware import { ReactComponent as Partner14 } from "../../assets/images/partners/metabit-trading-logo-colorMode.svg"; import { ReactComponent as Partner15 } from "../../assets/images/partners/docker.svg"; import { ReactComponent as Partner16 } from "../../assets/images/partners/digitalocean.svg"; -import { ReactComponent as PartnerExo } from "../../assets/images/partners/exoscale_color.svg"; export const partners = [ { name: "The University of Texas at Austin", @@ -86,7 +85,7 @@ export const partners = [ imageLink: , //imageRoute: "https://www.microsoft.com/", moreInfo: "Microsoft Azure is an ever-expanding set of cloud services to help your organization meet your business challenges. It’s the freedom to build, manage, and deploy applications on a massive, global network using your favorite tools and frameworks.", - },{ + }, { name: "Red Hat", desc: "The world’s leading provider of enterprise open source solutions, using a community-powered approach to deliver high-performing Linux, cloud, container, and Kubernetes technologies.", //link: null, From 6724c065d27741dd6e8f15ff43a3bcce19334577 Mon Sep 17 00:00:00 2001 From: Rajesh-Nagarajan-11 Date: Thu, 22 Jan 2026 15:51:11 +0530 Subject: [PATCH 6/6] fix Signed-off-by: Rajesh-Nagarajan-11 --- src/sections/Partners/partners.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sections/Partners/partners.js b/src/sections/Partners/partners.js index 583a867530a3c..0cf246b3506a0 100644 --- a/src/sections/Partners/partners.js +++ b/src/sections/Partners/partners.js @@ -15,6 +15,7 @@ import { ReactComponent as Partner12 } from "../../assets/images/partners/vmware import { ReactComponent as Partner14 } from "../../assets/images/partners/metabit-trading-logo-colorMode.svg"; import { ReactComponent as Partner15 } from "../../assets/images/partners/docker.svg"; import { ReactComponent as Partner16 } from "../../assets/images/partners/digitalocean.svg"; + export const partners = [ { name: "The University of Texas at Austin",