Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Hacktoberfest 2024 event #5896

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/collections/events/2023/hacktoberfest-2023/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ eurl: /community/calendar
type: Event
speakers: ["Gaurav Chadha", "Pranav Singh", "Uzair Shaikh", "Yash Sharma", "Anita Ihuman", "Saurabh Soni", "Ritik Saxena", "Senali Dilumika", "Sudhanshu Dasgupta", "Rex Joshua Ibegbu"]
published: true
upcoming: true
register: true
upcoming: false
register: false
---

import { Link } from "gatsby" ;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions src/collections/events/2024/hacktoberfest-2024/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: "Hacktoberfest Prep 2024: Extending Meshery Models"
description: "Prepare for Hacktoberfest with Layer5 MeshMates and Maintainers. Join seasoned open source maintainers, hack through easy issues, and grow your skills. Discover Newcomers Resources and explore the Layer5 Community Handbook."
thumbnail: ./hacktoberfest2024.jpg
darkthumbnail: ./hacktoberfest2024.jpg
date: 2024-09-27
eurl: /community/calendar
type: Event
speakers: ["Vivek Vishal", "Sudhanshu Dasgupta", "Uzair Shaikh", "Shlok Mishra", "Hargun Kaur", "Aabid Sofi", "Awani Alero"]
published: true
upcoming: true
register: true
---

import { Link } from "gatsby" ;

import hacktoberfestBadge from "./hacktoberfest-contributor.png";

<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 CNCF projects the easy way with Layer5 <Link to="/community/meshmates">MeshMates</Link> and Maintainers. 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>.
</p>

<ul>
<li><strong>DATE:</strong> September 27, 2024</li>
<li><strong>TIME:</strong> 10:00 AM CT | 8:30 PM IST</li>
<li><strong>MEET:</strong> <a href="https://meet.layer5.io/community"> Zoom</a></li>
</ul>

<p> Resources:
<ul>
<li><Link to="https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3Alayer5io+org%3Ameshery+org%3Aservice-mesh-performance+org%3Aservice-mesh-patterns+label%3A%22hacktoberfest%22+">Issues for Hacktoberfest</Link></li>
<li><a href="https://www.youtube.com/watch?v=T7xLUqrnxtI">Recorded Livestream</a></li>
</ul>
</p>

<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"/>
Loading