Skip to content

Commit

Permalink
Merge pull request #1 from layer5io/master
Browse files Browse the repository at this point in the history
update
  • Loading branch information
Debaditya-Som authored Aug 11, 2023
2 parents 212d245 + 058dd75 commit 5d114e9
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 23 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ import { BlogWrapper } from "../../Blog.style.js";

<BlogWrapper>

{" "}

<div className="intro">
<p>
Layer5 participates in many
<Link className="blog" to="/careers/programs">
{" "}
open source internship programs
</Link>. We seek out existing contributors who actively reflect the culture and
principles of Layer5 to participate in these programs. Here are the Fall of 2021's
Expand Down Expand Up @@ -102,7 +100,6 @@ So, I started working on myself. After I got the fundamentals clear, I wanted to

Some of my seniors, who had the best interest in me, encouraged me to get into open source, but I did not take it seriously because I felt intimidated by the idea. I instead thought I would look for some open source internships that way I would have someone mentoring me and that would help me in starting my open source journey. I went through many programs but most of them were closed at that time, except, Meshery in LFX. I thought, this is the only choice I have, let's do it, I had nothing to lose. I applied for that program and as a prerequisite, I had to engage with the community. I looked at the community calendar and I saw that there was a newcomer's call that day and I attended it. I have never had such a warm welcome in any other communities.

{" "}

</p>
<p>
Expand Down
4 changes: 2 additions & 2 deletions src/collections/members/harkirat/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ He is Open to collaborate on Projects and Believes in Learning By Doing."
badges:
- meshery
- meshmap
status: Active
status: Inactive
published: true
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This updated edition discusses several service meshes available and the tools yo
<span
dangerouslySetInnerHTML={{
__html:
'While waiting for your copy to arrive, take a free <a href="https://layer5.io/learn/learning-path">learning path</a>.',
'While waiting for your copy to arrive, take a free <a href="https://layer5.io/learn/learning-paths">learning path</a>.',
}}
/>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Three most important things readers will learn from this book:
<span
dangerouslySetInnerHTML={{
__html:
'While waiting for your copy to arrive, take a free <a href="https://layer5.io/learn/learning-path">learning path</a>.',
'While waiting for your copy to arrive, take a free <a href="https://layer5.io/learn/learning-paths">learning path</a>.',
}}
/>
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Contact-Modal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const ContactFormModal = (props) => {

return (
<ContactFormModalWrapper>
<Button primary className="open-modal-btn" onClick={openModal} title={props.callout_text} />
<Button secondary className="open-modal-btn" onClick={openModal} title={props.callout_text} />
<Modal
isOpen={modalIsOpen}
onRequestClose={closeModal}
Expand Down
10 changes: 10 additions & 0 deletions src/sections/Community/Handbook/repo-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import smiLogo from "../../../assets/images/service-mesh-icons/service-mesh-inte
import appmeshLogo from "../../../assets/images/service-mesh-icons/aws-app-mesh.svg";
import ciliumLogo from "../../../assets/images/service-mesh-icons/cilium.svg";
import wasm from "../../../assets/images/webassembly/webssembly_icon.svg";
import recognitionLogo from "../../../assets/images/recognition-program/recognition-program.png";

export const repo_data = [
{
Expand Down Expand Up @@ -126,6 +127,15 @@ export const repo_data = [
link: ["https://layer5.io/community/members/pranav-singh"],
repository: "https://github.com/layer5io/meshery-cloud",
accessRequired: "*program participation required"
},
{
project: "Recognition Program",
image: recognitionLogo,
site: "https://badges.layer5.io/",
language: "Gatsby",
maintainers_name: ["Vacant"],
link: ["https://badges.layer5.io"],
repository: "https://github.com/layer5labs/meshery-extensions-packages/"
}
],
},
Expand Down
8 changes: 4 additions & 4 deletions src/sections/Company/Brand/Brand-components/stickfigures.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const StickFigures = () => {
<Row className="brand-section">
<Col xs={12} sm={6}>
<h1 className="layerH3">
<strong> Stick Figures </strong>
<strong> Five, our mascot </strong>
</h1>
</Col>
<Col xs={12} sm={6} className="download-button">
Expand All @@ -22,8 +22,8 @@ const StickFigures = () => {
</Col>
<Col>
<p>
Introducing stick figures, a playful and dynamic visual language
that captures the essence of Layer5.io. These charming and
Introducing Five, a playful and dynamic visual language
that captures the essence of Layer5. These charming and
minimalist illustrations serve as the perfect embodiment of
our brand's values and offerings.
</p>
Expand All @@ -36,7 +36,7 @@ const StickFigures = () => {
</Col>
<Row Vcenter className="ImgDiv">
<Col xs={12} className="stick-figure">
<img src={SFL} alt="Stick figures" />
<img src={SFL} alt="Layer5 Mascot, Five" />
</Col>
</Row>
</Row>
Expand Down
6 changes: 3 additions & 3 deletions src/sections/Company/Brand/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const Brand = () => {
{ section: "MeshMate", ref: meshmateRef },
{ section: "MeshMaster", ref: meshMasterRef },
{ section: "MeshMap", ref: meshmapRef },
{ section: "StickFigures", ref: stickfiguresRef }
{ section: "Five", ref: stickfiguresRef }
];

useEffect(() => {
Expand Down Expand Up @@ -334,13 +334,13 @@ const Brand = () => {
</p>
<p
className={`header_link ${
visibleSection === "StickFigures" ? "selected" : ""
visibleSection === "Five" ? "selected" : ""
}`}
onClick={() => {
scrollTo(stickfiguresRef.current);
}}
>
<span> Stick Figures </span>
<span> Five, our mascot </span>
</p>
</nav>
</Col>
Expand Down
14 changes: 7 additions & 7 deletions src/sections/Meshery/Meshery-integrations/Integration.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,13 @@ export const IntegrationCard = styled.div`
}
}
.open-modal-btn {
background-color: #00b39f;
color: white;
:hover {
color: black;
}
}
// . {
// background-color: #00b39f;
// color: white;
// :hover {
// color: black;
// }
// }
`;

export const IntegrationSlider = styled(Slider)`
Expand Down
2 changes: 1 addition & 1 deletion src/sections/app.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ section{
.Overlay {
position: fixed;
inset: 0px;
background-color: rgba(255, 255, 255, 0.75);
background-color: rgba(0, 0, 0, 0.75);
z-index: 9999;
overflowY: auto;
}
Expand Down

0 comments on commit 5d114e9

Please sign in to comment.