Skip to content

Commit

Permalink
style: fixed some margin for some handbook pages
Browse files Browse the repository at this point in the history
Signed-off-by: Karthik Ayangar <[email protected]>
  • Loading branch information
kituuu committed Aug 18, 2023
1 parent d24dc6c commit 3bfb8a5
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/sections/Community/Handbook/community-roles.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const CommunityGuide = () => {
<TOC />
<div className="page-section">
<Container>
<div className="content">
<div>
<a id="top">
{" "}
<h2>What are the roles held by individuals in the Layer5 community?</h2>{" "}
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Community/Handbook/community.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const CommunityGuide = () => {
<TOC />
<div className="page-section">
<Container>
<div className="content">
<div>
{" "}
<a id="Community Guidelines">
<h2 id="communityGuidelines">Community Guidelines</h2>
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Community/Handbook/connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Connect = () => {
<TOC />
<div className="page-section">
<Container>
<div className="content">
<div>
<a id="Newsletter">
{" "}
<h2>Subscribe to Newsletter</h2>{" "}
Expand Down
27 changes: 17 additions & 10 deletions src/sections/Community/Handbook/contributor-journey.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ import TocPagination from "../../../components/handbook-navigation/TocPagination
const contents = [
{ id: 0, link: "#About Layer5", text: "About Layer5" },
{ id: 1, link: "#Goals", text: "Goals" },
{ id: 2, link: "#Newcomer’s Path", text: "Newcomer’s Path", },
{ id: 2, link: "#Newcomer’s Path", text: "Newcomer’s Path" },
{ id: 3, link: "#Working on your issue", text: "Working on your issue" },
{ id: 4, link: "#While your issue is under review", text: "While your issue is under review", },
{
id: 4,
link: "#While your issue is under review",
text: "While your issue is under review",
},
];

const Intro = () => {
Expand All @@ -27,19 +31,18 @@ const Intro = () => {
<TOC />
<div className="page-section">
<Container>
<div className="content">
<div>
<a id="About Layer5">
<h2>About Layer5</h2>
</a>
<p>
Layer5 is an open source-first company and community of cloud native engineers. We are the creator and
maintainer of
Layer5 is an open source-first company and community of cloud
native engineers. We are the creator and maintainer of
<Link to="/blog/announcements/a-standard-interface-for-service-meshes">
{" "}
service mesh standards{" "}
</Link>
and also the maker of <Link to="/meshery">Meshery </Link>,
the
and also the maker of <Link to="/meshery">Meshery </Link>, the
<Link to="/cloud-native-management/meshery">
{" "}
Cloud Native Management Plane{" "}
Expand All @@ -49,8 +52,8 @@ const Intro = () => {
</p>
<h4>Community First</h4>
<p>
The Layer5 community builds projects to provide
learning environments, deployment, and operational best practices,
The Layer5 community builds projects to provide learning
environments, deployment, and operational best practices,
performance benchmarks, create documentation, share networking
opportunities, and more. Our shared commitment to the open-source
spirit pushes Layer5 projects forward. New members are always
Expand Down Expand Up @@ -106,7 +109,11 @@ const Intro = () => {
<h2>Contributor's Journey</h2>
<div className="heading-start">
<h5>Start Here</h5>
<img className="heading-start__arrow" src={longArrow} alt="longArrow" />
<img
className="heading-start__arrow"
src={longArrow}
alt="longArrow"
/>
</div>
</Col>
<Col sm={12} lg={6}>
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Community/Handbook/learn5.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const LearnLayer = () => {

<div className="page-section">
<Container>
<div className="content">
<div>

<a id="Learning">
<h2>Learning together</h2>
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Community/Handbook/recognition.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const RecognitionPage = () => {
<TOC />
<div className="page-section">
<Container>
<div className="content">
<div>
<a id="Community Guidelines">
<h2 id="communityGuidelines">Your Efforts Do Not Go Unnoticed or Unappreciated</h2>
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Community/Handbook/repository.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Repository = () => {
<TOC />
<div className="page-section">
<Container>
<div className="content">
<div>
<a id="top">
<h2>GitHub Organizations and Repositories</h2>
</a>
Expand Down

0 comments on commit 3bfb8a5

Please sign in to comment.