Skip to content

Commit 0285ba3

Browse files
authored
Merge pull request #205 from github/2025-updates
more 2025 updates
2 parents 6fbcb36 + fe7db6d commit 0285ba3

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

components/home/about/About.jsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,9 @@ const About = ({ title, content, theme1, theme2 }) => {
4444
/>
4545
<div className="about__themes">
4646
<div>
47-
<h4 className="get-involved__example-subtitle">Theme For Maintainers</h4>
47+
<h4 className="get-involved__example-subtitle">2025 Theme: Securing Open Source</h4>
4848
<p className="get-involved__text">{theme1}</p>
4949
</div>
50-
<div>
51-
<h4 className="get-involved__example-subtitle">Theme For Companies</h4>
52-
<p className="get-involved__text">{theme2}</p>
53-
</div>
5450
</div>
5551
</div>
5652
</div>

components/home/news/News.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const News = ({ title, news }) => {
1212

1313
return (
1414
<section className="news">
15-
<div className="news__content">
15+
{/* <div className="news__content">
1616
<SectionDivider title={title} />
1717
<div className="news__items">
1818
<div className="news__item" key={news.title}>
@@ -32,7 +32,7 @@ const News = ({ title, news }) => {
3232
</ButtonLink>
3333
</div>
3434
</div>
35-
</div>
35+
</div> */}
3636
</section>
3737
)
3838
}

content/home/2-about.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
anchorNavSection: 'About'
33
title: 'Welcome to Maintainer Month!'
4-
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?
5-
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.'
4+
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."
65
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.'
76
---
87

0 commit comments

Comments
 (0)