Skip to content

Creting Solutions page described in #6466 #6516

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
26 changes: 25 additions & 1 deletion fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,28 @@
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
Loading