Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/assets/images/partners/exoscale_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/partners/exoscale_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/sections/Home/Partners-home/partners-home-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
12 changes: 10 additions & 2 deletions src/sections/Partners/partners.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -86,7 +86,15 @@ export const partners = [
imageLink: <Partner8 alt="Microsoft" />,
//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: <PartnerExo alt="Exoscale" />,
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,
Expand Down