Skip to content

Commit

Permalink
Merge branch 'master' into form
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalvivekm authored Jan 20, 2025
2 parents aa0a8d0 + 0c315dd commit 5051ae6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/collections/integrations/linkerd/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ subtitle: Collaborative and visual infrastructure as design for Linkerd
integrationIcon: icons/color/linkerd-color.svg
darkModeIntegrationIcon: icons/white/linkerd-white.svg
docURL: https://docs.meshery.io/extensibility/adapters/linkerd
description:
description: git://github.com/meshery/meshery-linkerd/master/templates/meshmodel/components/stable-2.9.5
category: Cloud Native Network
subcategory: Service Mesh
registrant: meshery
registrant: GitHub
components: []
featureList: [
"Visually configure and operate Linkerd with real-time topology",
Expand Down
2 changes: 1 addition & 1 deletion src/collections/members/vivek-vishal/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ linkedin: vishalvivekm
location: Punjab, India
layer5: 878488d5-c394-4b04-91b4-fd2f9e67ffaf
bio: Vivek Vishal is a passionate CS undergrad from India who loves to explore new technologies and contribute to Open-Source projects. With proficiency in various programming languages, including Java, C++, C, Bash, and JavaScript, he possesses a profound understanding of SQL, Git, and Command-line tools. Vivek has a strong inclination towards Maths and a keen interest in Machine Learning, constantly expanding his knowledge and skillset. As an active member of the Layer5 community, he eagerly participates in community events and discussions, both to learn and to assist others in getting started with Layer5 projects or other Open-Source endeavors. Don't hesitate to connect with him on his socials below
status: Inactive
status: Active
badges:
- community
- docs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ p{
}
.opportunity-col {
flex: 0 0 25%;
flex: 0 0 33.333333%;
max-width: 100%;
margin: 1rem 0;
padding: 0 1rem;
}
@media only screen and (max-width: 1200px) {
.opportunity-col {
Expand Down Expand Up @@ -116,7 +117,7 @@ p{
.full_time {
.opportunity-card {
height: 12rem;
height: 15rem;
}
}
Expand Down Expand Up @@ -179,7 +180,10 @@ p{
}
.oppurtunities_row {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
margin: 0 -1rem;
}
`;

Expand Down
2 changes: 1 addition & 1 deletion src/sections/Community/Web-based-from/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const WebBasedForm = () => {

useEffect(() => {
if (submit) {
axios.post("https://hook.us1.make.com/v66ana9yf3w11k4a1rf3epwquur1s9rd", {
axios.post("https://hook.us1.make.com/nd4srs976am5a4h5i17g3qmd4gq8defu", {
memberFormOne,
MemberFormThirdValue,
MemberFormFourValue,
Expand Down

0 comments on commit 5051ae6

Please sign in to comment.