Skip to content

Commit

Permalink
Merge pull request #5228 from layer5io/leecalcote/relocate-rename-aws…
Browse files Browse the repository at this point in the history
…-gcp

[Home] Relocate and rename aws gcp pages
  • Loading branch information
leecalcote authored Dec 22, 2023
2 parents b12cbfc + 4eaa0da commit c640ffd
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 26 deletions.
24 changes: 12 additions & 12 deletions src/components/CommonForm/commonForm.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ margin: 1rem;
color: #8b0000;
}
select {
/* for Firefox */
-moz-appearance: none;
/* for Chrome */
-webkit-appearance: none;
}
/* For IE10 */
select::-ms-expand {
display: none;
}
// select {
// /* for Firefox */
// -moz-appearance: none;
// /* for Chrome */
// -webkit-appearance: none;
// }
// /* For IE10 */
// select::-ms-expand {
// display: none;
// }
.accounts{
Expand All @@ -95,7 +95,7 @@ margin: 1rem;
display: block;
}
.formRight select {
background: linear-gradient(90deg, rgba(0,179,159,0.15) 0%, rgba(208,208,208,.4) 80%);
background: linear-gradient(90deg, rgba(0,179,159,0.15) 0%, rgba(208,228,228,.7) 40%);
border: 1px solid black;
border-radius: 10px;
height: 50px;
Expand Down Expand Up @@ -136,7 +136,7 @@ margin: 1rem;
border-radius: 10px;
padding: .5rem .5rem;
font-size: .85rem;
background: linear-gradient(90deg, rgba(0,179,159,0.15) 0%, rgba(208,208,208,.4) 80%);
background: linear-gradient(90deg, rgba(0,179,159,0.15) 0%, rgba(208,228,228,.7) 40%);
color: ${props => props.theme.primaryColor};
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/CommonForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ const CommonForm = ({ form, title, submit_title, submit_body }) => {
<label htmlFor="role" className="form-name">What role best identifies you? <span className="required-sign">*</span></label>
{validateRole && <p style={{ margin: "0px", color: "red", fontSize: "16px" }}>{errorRole}</p>}
<div role="group" className="formRight" aria-labelledby="select">
<Field as="select" name="role">
<option defaultValue hidden>Select your role</option>
<Field as="select" name="role" >
<option defaultValue hidden className="custom-arrow">Select your role</option>
<option value="Frontend Engineer">Frontend Engineer</option>
<option value="Backend Engineer">Backend Engineer</option>
<option value="Fullstack Engineer">Fullstack Engineer</option>
Expand Down
3 changes: 0 additions & 3 deletions src/pages/whiteboard/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import React from "react";
import loadable from "@loadable/component";

import Whiteboard from "../../sections/Whiteboard";
// const ServiceMeshFocussed = loadable(() => import("../sections/Home/Service-mesh-focussed"));
import ServiceMeshFocused from "../../sections/Home/Service-mesh-focussed";

const WhiteboardPage = () => {
Expand Down
4 changes: 2 additions & 2 deletions src/sections/Cloud-Native-Catalog/catalog.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import React from "react";
import styled from "styled-components";
import Wasm from "../../assets/images/webassembly/webssembly_icon.svg";
import Patterns from "../../assets/images/service-mesh-patterns/service-mesh-pattern.svg";
import Ebpf from "../../assets/images/meshmap/ebpf.svg";
import EbpfDark from "../../assets/images/meshmap/ebpf-dark.webp";
// import Ebpf from "../../assets/images/meshmap/ebpf.svg";
// import EbpfDark from "../../assets/images/meshmap/ebpf-dark.webp";
import Opa from "../../assets/images/meshmap/opa.svg";
import CatalogsLight from "../../assets/images/catalog/catalog-light.svg";
import CatalogsDark from "../../assets/images/catalog/catalog-dark.svg";
Expand Down
6 changes: 3 additions & 3 deletions src/sections/Home/FeaturesContainer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ const FeaturesContainer = () => {
show_custom_cursor: false,
animationOne: true,
redirectLink: "",
desc: "Meshery natively supports multi-cloud credentials natively with AWS and GCP. This integration allow users to incorporate AWS and GCP icons into their diagrams for comprehensive and intuitive system mapping and documentation.",
desc: "Incorporate AWS and GCP components into Meshery designs for comprehensive and intuitive system mapping, documentation, <i>and</i> orchestration.",
imgLink: isDark ? AWSImage : AWSImageLight,
cursor: true,
redirectLinkWithImage: [
{
text: "Amazon Web Services",
image: isDark ? AWSLogoDark : AWSLogoLight,
redirect: "/cloud-native-management/aws-diagram"
redirect: "/cloud-native-management/generate-aws-architecture-diagram"
},
{
text: "Google Cloud Platform",
image: GCPLogo,
redirect: "/cloud-native-management/gcp-diagram"
redirect: "/cloud-native-management/generate-gcp-architecture-diagram"
}
]
},
Expand Down
2 changes: 0 additions & 2 deletions src/sections/Pricing/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import React from "react";
import { Container, Row, Col } from "../../reusecore/Layout";
import PricingWrapper from "./pricing.style";
import Comparison from "./comparison";
import FAQ from "../General/Faq";
import Reviews from "./review-slider";
import Button from "../../reusecore/Button";
import { options } from "./data";
import PlanCard from "../../components/PlanCard";

Expand Down
1 change: 0 additions & 1 deletion src/sections/gitops/PerformanceManagementPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import SMPTestconfig from "../../assets/images/gitops/SMPTestConfig.png";
import Button from "../../reusecore/Button";
import SquarePoint from "./SquarePoint";
import Reviews from "../Pricing/review-slider";
import ServicePerformanceProfileTest from "../../assets/images/gitops/service-mesh-performance-profile.png";
import { ColumnContainer, ContentRow, TextColumn } from "./common";
import { ReactComponent as SmpLogo } from "../../assets/images/service-mesh-performance/stacked/smp-light-text.svg";
import { ReactComponent as GithubLogo } from "../../collections/integrations/github/icon/color/github-color.svg";
Expand Down
1 change: 0 additions & 1 deletion src/sections/gitops/SnapshotPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import GithubActionComment from "../../assets/images/gitops/GithubActionComment.
import Button from "../../reusecore/Button";
import SquarePoint from "./SquarePoint";
import Reviews from "../Pricing/review-slider";
import ServicePerformanceProfileTest from "../../assets/images/gitops/service-mesh-performance-profile.png";
import { ColumnContainer, ContentRow, TextColumn } from "./common";


Expand Down

0 comments on commit c640ffd

Please sign in to comment.