Skip to content

Commit 42fd619

Browse files
committed
Fixing overlapping
Signed-off-by: Rishi Raj <rishiraj438gt@gmail.com>
1 parent e649292 commit 42fd619

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

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

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

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,29 @@ import hacktoberfestOpenArms from "./hacktoberfest-layer5-open-arms.webp";
1919
import hacktoberfestTheme from "./hacktoberfest-meshery-theme.webp";
2020

2121
<p>
22-
<Link to="/programs/hacktoberfest">Hacktoberfest</Link> is just around the corner, and its 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 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.
2323
</p>
2424

2525
<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>
2626

27-
<img src={hacktoberfestOpenArms} style="width: 750px; margin-right: 20px; float: left;"/>
28-
2927
<p>
3028
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>.
3129
</p>
3230

33-
<div style={{ display: 'flex', alignItems: 'flex-start', marginBottom: '-230px' }}>
34-
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'flex-start' , marginBottom: '-20px' }}>
35-
<h3 style={{ margin: '0', marginBottom: '10px', whiteSpace: 'nowrap' }}>Earn a Badge</h3>
36-
<p style={{ margin: '0', width: '900px' }}>
31+
<img src={hacktoberfestOpenArms} style={{ width: '100%', maxWidth: '750px', height: 'auto', display: 'block', margin: '20px 0' }} />
32+
33+
<div style={{ display: 'flex', alignItems: 'center', flexWrap: 'wrap', gap: '30px', margin: '30px 0' }}>
34+
<div style={{ flex: '1 1 300px', minWidth: '250px' }}>
35+
<h3 style={{ marginTop: '0', marginBottom: '10px' }}>Earn a Badge</h3>
36+
<p style={{ margin: '0' }}>
3737
Earn a Hacktoberfest Contributor badge by contributing to Layer5 projects during this Hacktoberfest.
3838
</p>
3939
</div>
40-
<img src={hacktoberfestBadge} style={{ width: '250px', flexShrink: '0', marginLeft: '-60px' ,marginRight: '100px', marginTop: '-50px' }} />
40+
<img src={hacktoberfestBadge} style={{ width: '200px', maxWidth: '100%', height: 'auto', flexShrink: '0' }} alt="Hacktoberfest Badge" />
4141
</div>
4242

4343
<h3 style={{marginBottom: '10px'}}>Event Details</h3>
4444

45-
4645
<ul>
4746
<li><strong>DATE: </strong>October 3rd, 2025</li>
4847
<li><strong>TIME: </strong> 14:00 UTC (9AM CDT | 4PM CEST | 3PM WAT | 7:30PM IST)</li>
@@ -56,4 +55,4 @@ Prepare for Hacktoberfest and ready yourself for contributing to CNCF projects t
5655
<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>
5756
</ul>
5857

59-
<img src={hacktoberfestTheme} style="width: fit-content;"/>
58+
<img src={hacktoberfestTheme} style="width: 100%; max-width: 100%; height: auto;"/>

0 commit comments

Comments
 (0)