Skip to content
Open
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
26 changes: 0 additions & 26 deletions components/events-list/EventsList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,32 +48,6 @@ const EventsList = ({ events }) => {
<p className="events-list__subtitle">
{getLiteral('schedule:description')}
</p>
Comment on lines 48 to 50
<div className="events-list__header-actions">
<ButtonLink
href="https://github.com/github/maintainermonth/issues/new?template=add-to-calendar.yml"
isExternal={true}
className="events-list__add-button"
>
{getLiteral('schedule:add-event')}
</ButtonLink>
<a
href="/maintainer-month-2026.ics"
download
className="events-list__ics-button"
aria-label={getLiteral('schedule:ics-label')}
>
<svg
width="16"
height="16"
viewBox="0 0 16 16"
fill="currentColor"
aria-hidden="true"
>
<path d="M4.75 0a.75.75 0 0 1 .75.75V2h5V.75a.75.75 0 0 1 1.5 0V2H13a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h.75V.75A.75.75 0 0 1 4.75 0ZM3.5 7v6a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V7h-9Z" />
</svg>
{getLiteral('schedule:ics-download')}
</a>
</div>
<EventFilter
eventTypes={eventTypeOptions}
selectedType={selectedType}
Expand Down
14 changes: 0 additions & 14 deletions components/header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,20 +123,6 @@ const Header = () => {
</span>
</Link>
</li>
<li>
<Link
href={ROUTES.LOVE_LETTERS.path}
aria-label="Love Letters"
className={clsx('header__link', {
['is-active']: pathname === ROUTES.LOVE_LETTERS.path,
})}
>
<Heart />
<span className="header__link-text">
Love Letters
</span>
</Link>
</li>
</ul>
Comment on lines 125 to 126
</nav>
</div>
Expand Down
15 changes: 0 additions & 15 deletions components/home/events/Events.jsx
Original file line number Diff line number Diff line change
@@ -1,26 +1,11 @@
import EventDetail from '../../event-detail/EventDetail'
import SectionDivider from '../../section-divider/SectionDivider'
import Connection from '../connection/Connection'

import useIncomingEvents from './useIncomingEvents'

const Events = ({ title, list, connectionTitle, connectionButtonText }) => {
const events = useIncomingEvents(list)

return (
<section className="events">
<div className="events__content">
<SectionDivider title={title} />

<div className="events__list">
{events.map((event, index) => (
<EventDetail
key={event.slug}
event={event}
reverseColumns={index % 2 !== 0}
/>
))}
</div>
</div>
<Connection title={connectionTitle} buttonText={connectionButtonText} />
</section>
Comment on lines 4 to 11
Expand Down
2 changes: 0 additions & 2 deletions components/home/hero/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ const Hero = ({ date, title, buttonText, buttonLink }) => {

<div className="hero__buttons">
<ButtonLink href={buttonLink}>{buttonText}</ButtonLink>

<ButtonLink href={ROUTES.PARTNER_PACK.path}>Get the partner pack</ButtonLink>
</div>
</div>
</div>
Expand Down
8 changes: 1 addition & 7 deletions components/partner-pack/offers/Offers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,7 @@ const Offers = ({ partnerOffers, additionalSections }) => {
return (
<div>
<h2>Offers</h2>
<div className="offers-grid-container">
<div className="offers-grid">
{publicOffers.map((offer, index) => (
<OfferCard key={index} offer={offer} />
))}
</div>
</div>
<p>Thank you for your interest! Maintainer Month 2026 has concluded. Please check back next year for new partner offers and opportunities.</p>

<h2>{wantMoreTitle}</h2>
<p dangerouslySetInnerHTML={{ __html: wantMoreContent }}></p>
Expand Down
2 changes: 1 addition & 1 deletion content/commons.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"ships:filter-all": "All",

"schedule:title": "Schedule",
"schedule:description": "List of all events organized during this year's Maintainer Month",
"schedule:description": "Thank you all for your amazing activities! Make sure to check out the recordings if available. We look forward to seeing you again next year!",
"schedule:add-event": "Add your activity",
"schedule:ics-download": "Subscribe to calendar",
"schedule:ics-label": "Download .ics file with all Maintainer Month events",
Expand Down
4 changes: 2 additions & 2 deletions content/home/1-hero.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
anchorNavSection: 'Maintainer Month'
date: 'May 2026'
title: 'A month for open source maintainers to gather, share, and be celebrated.'
buttonText: 'See the schedule'
title: 'Maintainer Month 2026 is a wrap! Thank you for joining us.'
buttonText: 'See what happened'
---
2 changes: 1 addition & 1 deletion content/home/2-about.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
anchorNavSection: 'About'
title: 'Welcome to Maintainer Month!'
title: 'Thank you for Maintainer Month 2026!'
---

Open source runs the world, but who runs open source? Open source maintainers are behind the software we use everyday, but they don't always have the community or support they need. That's why we're celebrating open source maintainers during the month of May.
2 changes: 1 addition & 1 deletion content/home/5-events.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
anchorNavSection: 'Schedule'
title: 'Upcoming events 2026'
title: 'Maintainer Month 2026 has concluded'
---
2 changes: 1 addition & 1 deletion content/home/6-connection.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
anchorNavSection: 'Connection'
title: 'We have a full month of activities'
title: 'We had an incredible month of activities'
buttonText: 'Schedule'
---
Loading