Skip to content

Commit

Permalink
eventwrapper for docker ext event
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed May 2, 2024
1 parent 1e18807 commit 9edd9d6
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,20 @@ register: false
---

import { Link } from "gatsby" ;
import { EventWrapper } from "../../Event.style.js";

import hacktoberfestprepslides from "./hacktoberfest-prep-easing-into-cncf-open-source-projects.pdf";
import hacktoberfestBadge from "./hacktoberfest-contributor.png";
import dockerExtension from "./docker-extension-meshery.svg";
import manageWithMeshery from "./docker-extension-meshery.svg";

<EventWrapper>
<p>
<Link to="/programs/hacktoberfest">Hacktoberfest</Link> is just around the corner. You'd be surprised to know how small changes can make a big impact on a project. The more a project scales, the easier it is for small errors to live within it. You can make a real difference by fixing these relatively easier issues and continue to grow from there.
</p>

<p>
Prepare for Hacktoberfest and ready yourself for contributing to <a to="https://www.docker.com/products/extensions/">Docker Extensions</a> the easy way with Layer5 <Link to="/community/meshmates">MeshMates</Link> and Maintainers. Using the <Link to="/docker-extension-meshery">Docker Meshery Extension</Link>, spend an hour with seasoned, open source maintainers and hack your way through. To get a head start, see our <Link to="/community/newcomers">Newcomers Resources</Link>. Get familiar with the Layer5 community through our <Link to="/community/handbook">Community Handbook</Link>.
Prepare for Hacktoberfest and ready yourself for contributing to <a to="https://www.docker.com/products/extensions/">Docker Extensions</a> the easy way with Layer5 <Link to="/community/meshmates">MeshMates</Link> and Maintainers. Using the <Link to="/docker-extension-meshery">Docker Meshery Extension</Link>, spend an hour with seasoned, open source maintainers and hack your way through. To get a headstart, see our <Link to="/community/newcomers">Newcomers Resources</Link>. Get familiar with the Layer5 community through our <Link to="/community/handbook">Community Handbook</Link>.
</p>

<img src={manageWithMeshery} className="image-right-no-shadow" />
Expand All @@ -44,4 +47,6 @@ Prepare for Hacktoberfest and ready yourself for contributing to <a to="https://

<p>Earn a Badge </p>
<p>Earn a Hacktoberfest Contributor badge by contributing to Layer5 projects during this Hacktoberfest.</p>
<img src={hacktoberfestBadge} style="width: 250px"/>
<img src={hacktoberfestBadge} style="width: 250px"/>

</EventWrapper>

0 comments on commit 9edd9d6

Please sign in to comment.