Skip to content

Commit afb0864

Browse files
authored
Merge pull request #6500 from layer5io/do-adopter
add do
2 parents a227b62 + 6a9bd4b commit afb0864

4 files changed

Lines changed: 188 additions & 0 deletions

File tree

Lines changed: 82 additions & 0 deletions
Loading
Lines changed: 86 additions & 0 deletions
Loading

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import intel from "../../../assets/images/partners/intel-grey.svg";
1010
import vmware from "../../../assets/images/partners/vmware.svg";
1111
import cncf from "../../../assets/images/partners/cncf/horizontal/black/cncf-black.svg";
1212
import metabittrading from "../../../assets/images/partners/metabit-trading-logo-gray.svg";
13+
import digitalocean from "../../../assets/images/partners/digitalocean-black.svg";
1314
import citibank from "../../../assets/images/partners/citibank_black.svg";
1415
import ayapay from "../../../assets/images/partners/aya_pay_black.svg";
1516

@@ -111,6 +112,14 @@ export const partners = [
111112
imageHeight: 130,
112113
imageWidth: 120,
113114
},
115+
{
116+
name: "DigitalOcean",
117+
imageLink: digitalocean,
118+
imageRoute: "/partners#digitalocean",
119+
innerDivStyle: "partner__block__inner ",
120+
imageHeight: 533,
121+
imageWidth: 809,
122+
},
114123
{
115124
name: "Citibank",
116125
imageLink: citibank,

src/sections/Partners/partners.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import { ReactComponent as Partner12 } from "../../assets/images/partners/vmware
1515

1616
import { ReactComponent as Partner14 } from "../../assets/images/partners/metabit-trading-logo-colorMode.svg";
1717
import { ReactComponent as Partner15 } from "../../assets/images/partners/docker.svg";
18+
import { ReactComponent as Partner16 } from "../../assets/images/partners/digitalocean.svg";
1819

1920
export const partners = [
2021
{
@@ -140,5 +141,15 @@ export const partners = [
140141
partnerId: "docker",
141142
desc: "Layer5 and Docker have partnered together to bring Kubernetes and cloud native management capabilities to the Docker platform through Meshery. As part of the partnership, Layer5 has joined the Docker Extension Program, enabling users to easily deploy and manage cloud native infrastructure within their Docker environments. With this collaboration, developers can leverage the power of both Docker and Layer5's expertise in service mesh technologies to enhance their containerized applications' performance, security, and observability. By integrating Meshery with Docker, users gain seamless access to advanced features for managing complex microservices architectures effectively.",
142143
moreInfo: "Layer5 and Docker have partnered together to bring Kubernetes and cloud native management capabilities to the Docker platform through Meshery. As part of the partnership, Layer5 has joined the Docker Extension Program, enabling users to easily deploy and manage cloud native infrastructure within their Docker environments. With this collaboration, developers can leverage the power of both Docker and Layer5's expertise in cloud native technologies to enhance their containerized applications' performance, security, and observability. By integrating Meshery with Docker, users gain seamless access to advanced features for managing complex microservices architectures effectively."
144+
},{
145+
name: "DigitalOcean",
146+
desc: "DigitalOcean is a cloud infrastructure provider that simplifies cloud computing for developers by offering scalable and easy-to-use cloud services.",
147+
//link: null,
148+
type: "technology",
149+
imageLink: <Partner16 alt="DigitalOcean" />,
150+
partnerId: "digitalocean",
151+
//imageRoute: "https://www.digitalocean.com/",
152+
moreInfo:
153+
"DigitalOcean provides cloud computing solutions designed for developers, startups, and businesses. Their platform includes virtual machines, databases, scalable storage, and networking features with a focus on simplicity, performance, and predictable pricing.",
143154
}
144155
];

0 commit comments

Comments
 (0)