Skip to content
Merged
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
6 changes: 1 addition & 5 deletions components/home/about/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,9 @@ const About = ({ title, content, theme1, theme2 }) => {
/>
<div className="about__themes">
<div>
<h4 className="get-involved__example-subtitle">Theme For Maintainers</h4>
<h4 className="get-involved__example-subtitle">2025 Theme: Securing Open Source</h4>
<p className="get-involved__text">{theme1}</p>
</div>
<div>
<h4 className="get-involved__example-subtitle">Theme For Companies</h4>
<p className="get-involved__text">{theme2}</p>
</div>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions components/home/news/News.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const News = ({ title, news }) => {

return (
<section className="news">
<div className="news__content">
{/* <div className="news__content">
<SectionDivider title={title} />
<div className="news__items">
<div className="news__item" key={news.title}>
Expand All @@ -32,7 +32,7 @@ const News = ({ title, news }) => {
</ButtonLink>
</div>
</div>
</div>
</div> */}
</section>
)
}
Expand Down
3 changes: 1 addition & 2 deletions content/home/2-about.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
anchorNavSection: 'About'
title: 'Welcome to Maintainer Month!'
theme1: 'Every open source project starts with a human spark of creativity, of curiosity, of problem-solving. Sharing software is an act of hope and generosity. As a maintainer, what sparks the fire of your joy for open source? If your fire is burning low, how do you find your way back to what sparked joy about open source?
Last year we focused on burnout, a serious issue maintainers frequently face. This year, we’re talking about the flip side: the energizing aspects of open source.'
theme1: "This year, we're focusing on the critical role maintainers play in securing the digital infrastructure we all depend on. Join us in recognizing their efforts and supporting a more secure open source ecosystem."
theme2: 'Maintainers keep the software ecosystem running, but they’re humans, not machines. Do you know who the maintainers you rely on are? Do you know what kind of support those individuals actually need? Ask what you can do for them, and be ready to listen.'
---

Expand Down