Skip to content

Commit 5442009

Browse files
added in partners
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent 4c7d238 commit 5442009

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

src/sections/Home/Partners-home/partners-home-data.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ export const partners = [
99
imageHeight: 90,
1010
imageWidth: 382,
1111
},
12+
{
13+
name: "Exoscale",
14+
imageLink: () => import("../../../assets/images/partners/exoscale_black.svg"),
15+
imageRoute: "/partners#exoscale",
16+
innerDivStyle: "partner__block__inner",
17+
imageHeight: 130,
18+
imageWidth: 120,
19+
},
1220
{
1321
name: "Intel",
1422
imageLink: () => import("../../../assets/images/partners/intel-grey.svg"),

src/sections/Partners/partners.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { ReactComponent as Partner12 } from "../../assets/images/partners/vmware
1515
import { ReactComponent as Partner14 } from "../../assets/images/partners/metabit-trading-logo-colorMode.svg";
1616
import { ReactComponent as Partner15 } from "../../assets/images/partners/docker.svg";
1717
import { ReactComponent as Partner16 } from "../../assets/images/partners/digitalocean.svg";
18-
18+
import { ReactComponent as PartnerExo } from "../../assets/images/partners/exoscale_color.svg";
1919
export const partners = [
2020
{
2121
name: "The University of Texas at Austin",
@@ -86,7 +86,15 @@ export const partners = [
8686
imageLink: <Partner8 alt="Microsoft" />,
8787
//imageRoute: "https://www.microsoft.com/",
8888
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.",
89-
}, {
89+
},
90+
{
91+
name: "Exoscale",
92+
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.",
93+
type: "technology",
94+
imageLink: <PartnerExo alt="Exoscale" />,
95+
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.",
96+
},
97+
{
9098
name: "Red Hat",
9199
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.",
92100
//link: null,

0 commit comments

Comments
 (0)