Skip to content

Commit 27fa05e

Browse files
author
Vivek Vishal
authored
Merge branch 'master' into feat_add-member
2 parents eab068b + d4d62f8 commit 27fa05e

7 files changed

Lines changed: 1193 additions & 19 deletions

File tree

src/components/ContactCard-unsubscribe/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const ContactCard = () => {
1212
return (
1313
<ContactWrapper id="contact">
1414
<div className="parentcard">
15-
<form name="contactform" method="post" action="https://hook.us1.make.com/vdgxvbnugbgiwrb8j9uiukrg1yto8rii">
15+
<form name="contactform" method="post" action="https://hook.us2.make.com/go8dd3ud3uacebgb73te0ghp6qyh1q0j">
1616
<SectionTitle className="section-title" $UniWidth="100%">
1717
<h3><span>Unsubscribe from Layer5 Newsletters</span></h3>
1818
</SectionTitle>

src/sections/Community/Handbook/repository.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import TOC from "../../../components/handbook-navigation/index";
55
import { repo_data } from "./repo-data";
66
import github from "../../../assets/images/socialIcons/github.svg";
77
import layer5icon from "../../../assets/images/layer5/5 icon/svg/light/5-light-bg.svg";
8+
import mesheryExtensionsIcon from "../../../assets/images/meshery-extensions/icon-only/meshery-extensions-color.svg";
89
import MesheryOperator from "../../../assets/images/meshery-operator/meshery-operator-dark.svg";
910
import MeshSync from "../../../assets/images/meshsync/meshsync.svg";
1011
import servicemeshperformance from "../../../assets/images/service-mesh-performance/icon/smp-dark.svg";
@@ -121,6 +122,16 @@ const Repository = () => {
121122
style={{ height: "1.5rem" }}
122123
/> Kanvas.
123124
</li>
125+
<li>
126+
<a href="https://github.com/meshery-extensions">
127+
<img
128+
src={mesheryExtensionsIcon}
129+
alt="meshery extension icon"
130+
/>
131+
&nbsp; Meshery Extensions
132+
</a>
133+
- a collection of extensions and plugins that enhance Meshery's functionality.
134+
</li>
124135
</ul>
125136

126137
<details className="invite-only">

src/sections/Company/Contact/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import Partner_Icon from "../../../assets/images/contact/partner.svg";
77
import Contact_Icon from "../../../assets/images/contact/contact.svg";
88
import CardOutline from "../../../components/Card-Outline";
99
import ContactPageWrapper from "./contactpage.style";
10-
import ContactForm from "../../../components/ContactForm";
1110
import CommonForm from "../../../components/CommonForm";
1211

1312
const ContactPage = () => {
@@ -65,7 +64,6 @@ const ContactPage = () => {
6564
</Row>
6665
<div className="contact-form" ref={expandForm}>
6766
<Container>
68-
{/* <ContactForm /> */}
6967
<Col $lg={5} $md={6} $sm={12} style={{ padding: "0", marginLeft: "auto", marginRight: "auto" }}>
7068
<CommonForm
7169
title="Contact us"
@@ -84,4 +82,4 @@ const ContactPage = () => {
8482
);
8583
};
8684

87-
export default ContactPage;
85+
export default ContactPage;

src/sections/Devrel-platform/content.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React from "react";
22
import styled from "styled-components";
33
import { Container, Row, Col } from "../../reusecore/Layout";
44
import IntegrationDesigner from "./images/layer5-kanvas-designer.webp";
5-
import CatalogImage from "./images/catalog_mac.png";
65
import DashboardImg from "./images/cncf_hub_dashboard_mac.png";
76
import PictureSlider from "./picture-slider";
87
// import Button from "../../../reusecore/Button";

src/sections/Devrel-platform/header.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from "react";
22
import styled from "styled-components";
33
import { Row, Col, Container } from "../../reusecore/Layout";
4-
import Button from "../../reusecore/Button";
54
import IntegrationsImage from "./images/integration-image-colorMode.svg";
65
const DevrelHeaderWrapper = styled.div`
76
.devrel-platform.header {
@@ -62,10 +61,6 @@ const DevrelHeaderWrapper = styled.div`
6261
text-align: center;
6362
margin-bottom: 20px;
6463
}
65-
.header__button_section {
66-
display: flex;
67-
justify-content: center;
68-
}
6964
}
7065
}
7166
`;
@@ -84,14 +79,6 @@ const Header = () => {
8479
{/* Meshery provides a comprehensive platform that transforms how you create and share technical content: */}
8580

8681
</p>
87-
{/* <div className="header__button_section">
88-
<Button
89-
$primary
90-
title="Browse"
91-
$external={true}
92-
$url=""
93-
/>
94-
</div> */}
9582
</Col>
9683
<Col className="col devrel" $lg={5} $md={4} $xs={10}>
9784
<img src={IntegrationsImage} alt="devrel" />

src/sections/General/Faq/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import { IoIosArrowUp } from "@react-icons/all-files/io/IoIosArrowUp";
2020
import data from "../../../assets/data/faq";
2121

2222
import FaqSectionWrapper from "./faqSection.style";
23-
import ContactFormModal from "../../../components/Contact-Modal";
2423

2524
const Faq = (props) => {
2625

0 commit comments

Comments
 (0)