Skip to content

Commit b99fa74

Browse files
Merge branch 'master' into remove-hf-banner
Signed-off-by: Ritesh Karankal <71586008+ritesh-karankal@users.noreply.github.com>
2 parents 7756b35 + ddf04dd commit b99fa74

14 files changed

Lines changed: 1560 additions & 260 deletions

File tree

src/collections/events/2025/hacktoberfest-2025/index.mdx

Lines changed: 109 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -12,46 +12,123 @@ upcoming: true
1212
register: true
1313
---
1414

15-
import { Link } from "gatsby" ;
16-
import hacktoberfestBadge from "./layer5-hacktoberfest2025-badge.png";
15+
import { Link } from "gatsby";
16+
import { Grid2 } from "@sistent/sistent";
17+
import hacktoberfest2025 from "./layer5-hacktoberfest2025-badge.png";
1718
import hacktoberfestFirstPR from "./hacktoberfest-layer5-first-pr.webp";
1819
import hacktoberfestOpenArms from "./hacktoberfest-layer5-open-arms.webp";
1920

2021
<p>
21-
<Link to="/programs/hacktoberfest">Hacktoberfest</Link> is just around the corner, and it’s an exciting opportunity to get involved in Layer5 projects. You might be surprised to learn how even small contributions can make a meaningful impact on a project. As projects grow, issues can easily go unnoticed, and your efforts in resolving them can truly make a difference while also helping you grow as a contributor.
22+
<Link to="/programs/hacktoberfest">Hacktoberfest</Link> is just around the
23+
corner, and it's an exciting opportunity to get involved in Layer5 projects.
24+
You might be surprised to learn how even small contributions can make a
25+
meaningful impact on a project. As projects grow, issues can easily go
26+
unnoticed, and your efforts in resolving them can truly make a difference
27+
while also helping you grow as a contributor.
2228
</p>
2329

24-
<p>As in years past, Layer5 has a number of different projects and a variety of technologies for participants to choose from. For Hacktoberfest 2025, our theme will center on Designing with Meshery. <Link to="/cloud-native-management/meshery">Meshery</Link> is an extensible, self-service platform for collaborative infrastructure management. Be sure to understand the <Link to="/blog/meshery/comparing-meshery-models-and-meshery-designs">difference between Meshery Models and Meshery Designs</Link>. The Meshery project is looking for contributors to extend these models to support new cloud native infrastructure and their features.</p>
25-
26-
<img src={hacktoberfestOpenArms} style="width: 750px; margin-right: 20px; float: left;"/>
27-
2830
<p>
29-
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>.
31+
As in years past, Layer5 has a number of different projects and a variety of
32+
technologies for participants to choose from. For Hacktoberfest 2025, our
33+
theme will center on Designing with Meshery.{" "}
34+
<Link to="/cloud-native-management/meshery">Meshery</Link> is an extensible,
35+
self-service platform for collaborative infrastructure management. Be sure to
36+
understand the{" "}
37+
<Link to="/blog/meshery/comparing-meshery-models-and-meshery-designs">
38+
difference between Meshery Models and Meshery Designs
39+
</Link>
40+
. The Meshery project is looking for contributors to extend these models to
41+
support new cloud native infrastructure and their features.
3042
</p>
3143

32-
<div style={{ display: 'flex', alignItems: 'flex-start', marginBottom: '-200px' }}>
33-
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'flex-start' , marginBottom: '-20px' }}>
34-
<h3 style={{ margin: '0', marginBottom: '10px', whiteSpace: 'nowrap' }}>Earn a Badge</h3>
35-
<p style={{ margin: '0', width: '900px' }}>
36-
Earn a Hacktoberfest Contributor badge by contributing to Layer5 projects during this Hacktoberfest.
37-
</p>
38-
</div>
39-
<img src={hacktoberfestBadge} style={{ width: '250px', flexShrink: '0', marginLeft: '80px' , marginTop: '-50px' }} />
40-
</div>
41-
42-
<h3 style={{marginBottom: '10px'}}>Event Details</h3>
43-
44+
<img
45+
src={hacktoberfestOpenArms}
46+
style={{
47+
width: "100%",
48+
maxWidth: "750px",
49+
height: "auto",
50+
display: "block",
51+
margin: "20px 0"
52+
}}
53+
alt="Hacktoberfest Open Arms"
54+
/>
4455

45-
<ul>
46-
<li><strong>DATE: </strong>October 3rd, 2025</li>
47-
<li><strong>TIME: </strong> 14:00 UTC (9AM CDT | 4PM CEST | 3PM WAT | 7:30PM IST)</li>
48-
<li><strong>LIVESTREAM:</strong> <a href="https://youtube.com/live/1-oaEy0Pm5I?feature=share">Livestream</a></li>
49-
</ul>
50-
51-
<p>Resources:</p>
52-
53-
<ul>
54-
<li><Link to="/blog/open-source/ways-to-contribute-at-layer5">Code and Non-Code Contributing at Layer5</Link></li>
55-
<li><a href="https://github.com/issues?q=is%3Aopen%20is%3Aissue%20archived%3Afalse%20(org%3Alayer5io%20OR%20org%3Ameshery%20OR%20org%3Aservice-mesh-performance%20OR%20org%3Aservice-mesh-patterns%20OR%20org%3Alayer5labs%20OR%20org%3Ameshery-extensions)%20label%3Ahacktoberfest">Issues for Hacktoberfest</a></li>
56-
</ul>
56+
<p>
57+
Prepare for Hacktoberfest and ready yourself for contributing to CNCF projects
58+
the easy way with Layer5 <Link to="/community/meshmates">MeshMates</Link> and
59+
Maintainers. Spend an hour with seasoned, open source maintainers and hack
60+
your way through. To get a head start, see our{" "}
61+
<Link to="/community/newcomers">Newcomers Resources</Link>. Get familiar with
62+
the Layer5 community through our{" "}
63+
<Link to="/community/handbook">Community Handbook</Link>.
64+
</p>
5765

66+
<Grid2 container spacing={2} style={{ margin: "30px 0" }}>
67+
<Grid2 size={{ xs: 12, md: 6 }}>
68+
<div style={{ maxWidth: "fit-content" }}>
69+
<h3 style={{ marginBottom: "10px" }}>Event Details</h3>
70+
<ul style={{ margin: "0", paddingBottom: "0" }}>
71+
<li>
72+
<strong>DATE: </strong>October 3rd, 2025
73+
</li>
74+
<li>
75+
<strong>TIME: </strong> 14:00 UTC (9AM CDT | 4PM CEST | 3PM WAT | 7:30PM IST)
76+
</li>
77+
<li>
78+
<strong>LIVESTREAM:</strong>{" "}
79+
<a href="https://youtube.com/live/1-oaEy0Pm5I?feature=share">Livestream</a>
80+
</li>
81+
</ul>
82+
<p style={{marginTop:"25px"}}>Resources:</p>
83+
<ul>
84+
<li>
85+
<Link to="/blog/open-source/ways-to-contribute-at-layer5">
86+
Code and Non-Code Contributing at Layer5
87+
</Link>
88+
</li>
89+
<li>
90+
<a href="https://github.com/issues?q=is%3Aopen%20is%3Aissue%20archived%3Afalse%20(org%3Alayer5io%20OR%20org%3Ameshery%20OR%20org%3Aservice-mesh-performance%20OR%20org%3Aservice-mesh-patterns%20OR%20org%3Alayer5labs%20OR%20org%3Ameshery-extensions)%20label%3Ahacktoberfest">
91+
Issues for Hacktoberfest
92+
</a>
93+
</li>
94+
</ul>
95+
<p style={{marginTop:"25px"}}>Speakers:</p>
96+
<ul>
97+
<li>
98+
<Link to="/community/members/ritesh-karankal">
99+
Ritesh Karankal
100+
</Link>
101+
</li>
102+
<li>
103+
<Link to="/community/members/aabid-sofi">
104+
Aabid Sofi
105+
</Link>
106+
</li>
107+
<li>
108+
<Link to="/community/members/yash-sharma">
109+
Yash Sharma
110+
</Link>
111+
</li>
112+
<li>
113+
<Link to="/community/members/eti-ijeoma">
114+
Eti Ijeoma
115+
</Link>
116+
</li>
117+
</ul>
118+
</div>
119+
</Grid2>
120+
<Grid2 size={{ xs: 12, md: 6 }}>
121+
<div style={{ display: "flex", flexDirection: "column", alignItems: "center" }}>
122+
<h3 style={{ marginTop: "0", marginBottom: "10px" }}>Earn a Badge</h3>
123+
<p style={{ margin: "0 0 16px 0", textAlign: "center" }}>
124+
Earn a Hacktoberfest Contributor badge by contributing to Layer5 projects
125+
during this Hacktoberfest.
126+
</p>
127+
<img
128+
src={hacktoberfest2025}
129+
style={{ width: "200px", maxWidth: "100%", height: "auto", display: "block", margin: "0 auto" }}
130+
alt="Hacktoberfest Badge"
131+
/>
132+
</div>
133+
</Grid2>
134+
</Grid2>

src/collections/members/ritesh-karankal/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ linkedin: riteshkarankal
88
layer5: bf6a3e39-503c-4f58-b244-e5243cfb7cd5
99
location: Chhattisgarh, India
1010
bio: Hi, I’m Ritesh Karankal I’m a CSE graduate, always curious and always learning with a focus on DevOps and related technologies.I’m passionate about contributing to open source, building distributed systems, exploring cloud-native tech, and diving into all things automation. Always excited to learn, share, and build cool stuff with the community.
11+
badges:
12+
- community
1113
status: Active
12-
maintainer: no
1314
meshmate: yes
15+
maintainer: no
1416
published: true
1517
---

0 commit comments

Comments
 (0)