Skip to content

Commit c4bdbad

Browse files
Merge pull request #6962 from Rajesh-Nagarajan-11/hacktoberfest2025-page
Enhanced Hacktoberfest 2025 event page
2 parents aff648d + 651d16f commit c4bdbad

1 file changed

Lines changed: 77 additions & 55 deletions

File tree

  • src/collections/events/2025/hacktoberfest-2025

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

Lines changed: 77 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ darkthumbnail: ./hacktoberfest-layer5-first-pr.webp
66
date: 2025-10-03
77
eurl: https://youtube.com/live/1-oaEy0Pm5I?feature=share
88
type: Event
9-
speakers: [Ritesh Karankal, Aabid Sofi, Yash Sharma, Eti Ijeoma, Darshan Narasimha]
109
published: true
1110
upcoming: true
1211
register: true
1312
---
1413

1514
import { Link } from "gatsby";
16-
import hacktoberfestBadge from "./layer5-hacktoberfest2025-badge.png";
15+
import { Grid2 } from "@sistent/sistent";
16+
import hacktoberfest2025 from "./layer5-hacktoberfest2025-badge.png";
1717
import hacktoberfestFirstPR from "./hacktoberfest-layer5-first-pr.webp";
1818
import hacktoberfestOpenArms from "./hacktoberfest-layer5-open-arms.webp";
1919
import hacktoberfestTheme from "./hacktoberfest-meshery-theme.webp";
@@ -63,61 +63,83 @@ import hacktoberfestTheme from "./hacktoberfest-meshery-theme.webp";
6363
<Link to="/community/handbook">Community Handbook</Link>.
6464
</p>
6565

66-
<div
67-
style={{
68-
display: "flex",
69-
alignItems: "center",
70-
flexWrap: "wrap",
71-
gap: "30px",
72-
margin: "30px 0"
73-
}}
74-
>
75-
<div style={{ flex: "1 1 300px", minWidth: "250px" }}>
76-
<h3 style={{ marginTop: "0", marginBottom: "10px" }}>Earn a Badge</h3>
77-
<p style={{ margin: "0" }}>
78-
Earn a Hacktoberfest Contributor badge by contributing to Layer5 projects
79-
during this Hacktoberfest.
80-
</p>
81-
</div>
82-
<img
83-
src={hacktoberfestBadge}
84-
style={{ width: "200px", maxWidth: "100%", height: "auto", flexShrink: "0" }}
85-
alt="Hacktoberfest Badge"
86-
/>
87-
</div>
88-
89-
<h3 style={{ marginBottom: "10px" }}>Event Details</h3>
90-
91-
<ul>
92-
<li>
93-
<strong>DATE: </strong>October 3rd, 2025
94-
</li>
95-
<li>
96-
<strong>TIME: </strong> 14:00 UTC (9AM CDT | 4PM CEST | 3PM WAT | 7:30PM IST)
97-
</li>
98-
<li>
99-
<strong>LIVESTREAM:</strong>{" "}
100-
<a href="https://youtube.com/live/1-oaEy0Pm5I?feature=share">Livestream</a>
101-
</li>
102-
</ul>
103-
104-
<p>Resources:</p>
105-
106-
<ul>
107-
<li>
108-
<Link to="/blog/open-source/ways-to-contribute-at-layer5">
109-
Code and Non-Code Contributing at Layer5
110-
</Link>
111-
</li>
112-
<li>
113-
<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%3Alayer5labs%20OR%3Ameshery-extensions)%20label%3Ahacktoberfest">
114-
Issues for Hacktoberfest
115-
</a>
116-
</li>
117-
</ul>
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+
<li>
118+
<Link to="/community/members/darshan-narasimha">
119+
Darshan Narasimha
120+
</Link>
121+
</li>
122+
</ul>
123+
</div>
124+
</Grid2>
125+
<Grid2 size={{ xs: 12, md: 6 }}>
126+
<div style={{ display: "flex", flexDirection: "column", alignItems: "center" }}>
127+
<h3 style={{ marginTop: "0", marginBottom: "10px" }}>Earn a Badge</h3>
128+
<p style={{ margin: "0 0 16px 0", textAlign: "center" }}>
129+
Earn a Hacktoberfest Contributor badge by contributing to Layer5 projects
130+
during this Hacktoberfest.
131+
</p>
132+
<img
133+
src={hacktoberfest2025}
134+
style={{ width: "200px", maxWidth: "100%", height: "auto", display: "block", margin: "0 auto" }}
135+
alt="Hacktoberfest Badge"
136+
/>
137+
</div>
138+
</Grid2>
139+
</Grid2>
118140

119141
<img
120142
src={hacktoberfestTheme}
121-
style={{ width: "100%", maxWidth: "100%", height: "auto" }}
143+
style={{ width: "775px", maxWidth: "100%", height: "auto", display: "block", margin: "0 auto 30px auto" }}
122144
alt="Hacktoberfest Meshery Theme"
123145
/>

0 commit comments

Comments
 (0)