Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/layer5io/layer5 into anku…
Browse files Browse the repository at this point in the history
…shbhardwaj408-#3797
  • Loading branch information
ankushbhardwaj408 committed Oct 9, 2023
2 parents fb62435 + ed0c374 commit 63f485e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Image Hub supports Envoy-based data planes. It is compatible with and can be dep
<img src=".github/assets/images/meshery-operator/meshery-operator-dark.svg"
style="float:left;margin:10px;" width="125px" alt="Meshery operator" align="left" />
</a>
<a href="https://github.com/layer5io/meshery-operator">Meshery Operator</a> deploys and manages MeshSync.
<a href="https://github.com/layer5io/meshery-operator"> Meshery Operator</a> deploys and manages MeshSync.
<br /><br /><br /><br />
</p>
<br />
Expand Down Expand Up @@ -159,7 +159,7 @@ alt="Meshery Catalog" align="left" />

<p style="clear:both;">
<h1><a name="contributing"></a><a name="community"></a> <a href="https://layer5.io/community">Community</a> and <a href="https://layer5.io/community/handbook">Contributions</a></h1>
<p> We warmly welcome all contributors! Our projects are community-built and each welcomes open collaboration. As you get started, please review this project's <a href="https://github.com/layer5io/layer5/blob/master/CONTRIBUTING.md">contributing guidelines</a>. Whether you are a user or code contributor and whether your opening an <a href="/../../issues">issue</a> or a <a href="/../../pulls">pull requests</a>, know that any form of your engagement is considered contribution and is appreciated. Contributors are expected to adhere to the <a href="https://github.com/cncf/foundation/blob/master/code-of-conduct.md">CNCF Code of Conduct</a>.
<p> We warmly welcome all contributors! Our projects are community-built and each welcomes open collaboration. As you get started, please review this project's <a href="https://github.com/layer5io/layer5/blob/master/CONTRIBUTING.md">contributing guidelines</a>. Whether you are a user or code contributor and whether you're opening an <a href="/../../issues">issue</a> or a <a href="/../../pulls">pull request</a>, know that any form of your engagement is considered contribution and is appreciated. Contributors are expected to adhere to the <a href="https://github.com/cncf/foundation/blob/master/code-of-conduct.md">CNCF Code of Conduct</a>.
</p>
<p>
Join us in the <a href="https://discuss.layer5.io">discussion forum</a> and on <a href="https://slack.layer5.io"><img src=".github/assets/images/slack.webp" height="16px" align="bottom" /> Slack</a> to learn more about Layer5 and its community! Make sure you see the <a href="https://layer5.io/community/newcomers">newcomer's guide</a> for a tour of resources available to you.
Expand Down
2 changes: 1 addition & 1 deletion src/components/CommonForm/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const EventForm = ({ form, title, submit_title, submit_body }) => {

useEffect(() => {
if (submit) {
axios.post("https://hook.us1.make.com/r5qgpjel5tlhtyndcgjvkrdkoc65417y", {
axios.post("https://hook.us1.make.com/7c1op88rysnmeitovt35fxzcv2spspp0", {
memberFormOne,
});
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/CommonForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const CommonForm = ({ form, title, submit_title, submit_body }) => {
};
useEffect(() => {
if (submit) {
axios.post("https://hook.us1.make.com/r5qgpjel5tlhtyndcgjvkrdkoc65417y", {
axios.post("https://hook.us1.make.com/7c1op88rysnmeitovt35fxzcv2spspp0", {
memberFormOne,
});
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/ContactForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const ContactForm = () => {
useEffect(() => {
if (submit) {
// Webhook to handle all event forms and all signup forms, except for the community member form.
axios.post("https://hook.us1.make.com/r5qgpjel5tlhtyndcgjvkrdkoc65417y", {
axios.post("https://hook.us1.make.com/7c1op88rysnmeitovt35fxzcv2spspp0", {
memberFormOne,
});
window.scrollTo(0, 700);
Expand Down
4 changes: 2 additions & 2 deletions src/sections/Community/Handbook/repo-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const repo_data = [
image: five,
site: "https://layer5.io/",
language: "Gatsby",
maintainers_name: ["Gaurav Chadha", "Nikhil Ladha"],
maintainers_name: ["Nikhil Ladha"],
link: ["https://layer5.io/community/members/gaurav-chadha","https://layer5.io/community/members/nikhil-ladha"],
repository: "https://github.com/layer5io/layer5",
},
Expand Down Expand Up @@ -105,7 +105,7 @@ export const repo_data = [
image: patterns,
site: "https://service-mesh-patterns.github.io/service-mesh-patterns/",
language: "Gatsby",
maintainers_name: ["Gaurav Chadha", "Nikhil Ladha"],
maintainers_name: ["Nikhil Ladha"],
link: ["https://layer5.io/community/members/gaurav-chadha","https://layer5.io/community/members/nikhil-ladha"],
repository: "https://github.com/service-mesh-patterns/service-mesh-patterns",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ContentForm = () => {

useEffect(() => {
if (submit) {
axios.post("https://hook.us1.make.com/r5qgpjel5tlhtyndcgjvkrdkoc65417y", {
axios.post("https://hook.us1.make.com/7c1op88rysnmeitovt35fxzcv2spspp0", {
memberFormOne,
});
}
Expand Down
4 changes: 2 additions & 2 deletions src/sections/Community/Web-based-from/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@ const WebBasedForm = () => {
<span className="checkbox-label">No, thank you.</span>
</label>
<br />
<p className="para label">If you would like to pair with a MeshMate, please review each MeshMate profile to identify your ideal mentor. Once you have identified your ideal MeshMate or if you can’t decide on one, simple ask to be partnered in the <a href="https://layer5io.slack.com/archives/C019426UBNY">#newcomers channel</a> in the Layer5 Slack.</p>
<label htmlFor="interests" className="form-name">What has your recent focus been? Why have you joined the community? What are you passionate about? Is there a specific project or aspect a project that interests you?<span className="required-sign">*</span></label>
<p className="para label">If you would like to pair with a MeshMate, please review each MeshMate profile to identify your ideal mentor. Once you have identified your ideal MeshMate or if you can’t decide on one, simply ask to be partnered in the <a href="https://layer5io.slack.com/archives/C019426UBNY">#newcomers channel</a> in the Layer5 Slack.</p>
<label htmlFor="interests" className="form-name">What has your recent focus been? Why have you joined the community? What are you passionate about? Is there a specific project or aspect of project that interests you?<span className="required-sign">*</span></label>
<Field as="textarea" className="text-field" id="interests" name="interests" required onInvalid={e => e.target.setCustomValidity("Please fill-in this field")} onInput={e => e.target.setCustomValidity("")} />
<label htmlFor="profiency" className="form-name">If a contributor, what tools, technologies, or languages are you most proficient with?</label>
<Field as="textarea" className="text-field" id="profiency" name="profiency" />
Expand Down

0 comments on commit 63f485e

Please sign in to comment.