Skip to content
Open
23 changes: 23 additions & 0 deletions fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,27 @@
font-weight: 100;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("./static/fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 600;
font-display: swap;
src: url("./static/fonts/open-sans/OpenSans-SemiBold.ttf") format("truetype");
}

@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url("./static/fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
}
17 changes: 17 additions & 0 deletions src/pages/cloud-native-management/solutions/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import React from "react";

import SEO from "../../../components/seo";

import Solutions from "../../../sections/Solutions/index";

const SolutionsPage = () => {
return (
<>
<Solutions/>
</>
);
};
export default SolutionsPage;
export const Head = () => {
return <SEO title="Solutions" description="Collaboratively design and manage your Kubernetes workloads and Cloud services, infrastructure, and cloud native apps. Confidently configure your systems with Kanvas's visual topology and built-in design patterns." />;
};
2 changes: 1 addition & 1 deletion src/sections/General/Navigation/utility/menu-items.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Data = {
menuItems: [
{
name: "Solutions",
path: "/cloud-native-management/kanvas",
path: "/cloud-native-management/solutions",
subItems: [
{
name: "Developer-defined Infrastructure",
Expand Down
4 changes: 4 additions & 0 deletions src/sections/Solutions/images/chaos-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/sections/Solutions/images/deploy-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
194 changes: 194 additions & 0 deletions src/sections/Solutions/images/deploy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading