Skip to content

Commit 236b369

Browse files
committed
partner pack updates
1 parent c587289 commit 236b369

File tree

7 files changed

+33
-24
lines changed

7 files changed

+33
-24
lines changed

components/home/hero/Hero.jsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ const Hero = ({ date, title, buttonText, buttonLink }) => {
4343
<p className="hero__chip">{date}</p>
4444
<h1 className="hero__title">{title}</h1>
4545

46-
<ButtonLink href={buttonLink}>{buttonText}</ButtonLink>
46+
<div className="hero__buttons">
47+
<ButtonLink href={buttonLink}>{buttonText}</ButtonLink>
48+
49+
<ButtonLink href={ROUTES.PARTNER_PACK.path}>Get the partner pack</ButtonLink>
50+
</div>
4751
</div>
4852
</div>
4953
</section>

components/home/hero/hero.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,14 @@
144144
line-height: 1.5;
145145
}
146146
}
147+
148+
&__buttons {
149+
display: flex;
150+
flex-direction: column;
151+
gap: spacing(2);
152+
153+
@media (min-width: $md) {
154+
flex-direction: row;
155+
}
156+
}
147157
}
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1+
#### Share and Connect
2+
Tell your story with **#MaintainerMonth** and [add it to our library](https://github.com/github/maintainermonth/issues/new?assignees=&labels=&template=add-to-library.yaml&title=TITLE).
3+
Meet other maintainers at [events](/schedule) happening all month long.
14

2-
#### Share your story
5+
#### Join the Community
6+
[Request access](https://maintainers.github.com) to our private Maintainer Community to connect, get support, and preview GitHub features.
37

4-
Let others know what it’s like to be a maintainer with the hashtag #MaintainerMonth & [add it to our library](https://github.com/github/maintainermonth/issues/new?assignees=&labels=&template=add-to-library.yaml&title=TITLE)! Interested in sharing your story on a podcast or post with one of our partners? [Sign-up here](https://forms.gle/d66jrRJYCW4eD4KM7) and we'll introduce you to a partner if there's a good fit.
8+
#### Get Perks
9+
Enjoy exclusive tools, discounts, and giveaways from our partners. [Explore the Partner Pack](/partner-pack).
510

6-
#### Connect with other maintainers
7-
8-
Take a look at the [Maintainer Month activities on the calendar](/schedule) and attend an event where you can meet other maintainers. We’re always adding more activities to the calendar, check back often!
9-
10-
#### Join the Maintainer Community
11-
12-
[Request an invitation to the Maintainer Community](https://maintainers.github.com), a private space for maintainers to connect with peers, preview GitHub features, and learn from each other.
Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11

2-
#### Highlight maintainers
2+
#### Celebrate maintainers
3+
Feature maintainers in your content — stream, blog, or tweet using **#MaintainerMonth**. Want help finding folks to spotlight? [Let us know](https://forms.gle/ZGH4dpdqD9Jyut2P8).
34

4-
Feature open source maintainers on your podcast / stream / social media with #MaintainerMonth during the month of May. If you would like us share potential maintainers you can feature, [let us know](https://forms.gle/ZGH4dpdqD9Jyut2P8). [Add your event to our calendar](https://github.com/github/maintainermonth/issues/new?assignees=&labels=&template=add-to-calendar.yml&title=EVENT_NAME) or [share stories in the library](https://github.com/github/maintainermonth/issues/new?assignees=&labels=&template=add-to-library.yaml&title=TITLE)!
5+
#### Host or share events
6+
Host an event or add your existing one to our calendar: [Submit here](https://github.com/github/maintainermonth/issues/new?assignees=&labels=&template=add-to-calendar.yml&title=EVENT_NAME)
57

6-
#### Host events to convene maintainers
7-
8-
Host an event that brings maintainers together! Give them space to connect and learn from each other. [Submit an issue to get your event listed on our website](https://github.com/github/maintainermonth/issues/new?assignees=&labels=&template=add-to-calendar.yml&title=EVENT_NAME).
9-
10-
#### Pay maintainers
11-
12-
Launch a FOSS Fund or sponsorship program to pay the maintainers of the software you depend on, or contribute resources to our Partner Pack. We’d love to help, [please reach out](mailto:maintainermonth@github.com).
8+
#### Support with resources
9+
Support maintainers financially through a FOSS Fund or sponsorship — or contribute perks to our [Partner Pack](/partner-pack). We’d love to feature you. [Reach out](mailto:maintainermonth@github.com).

content/partner-pack/offers/cncf.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name: "CNCF"
33
logo: "cncf.png"
44
headline: "Deepen your cloud native expertise."
5-
description: "Access discounts on select CNCF training courses, including Kubernetes-related offerings."
6-
secondaryCta: "(Details and redemption info coming soon)"
5+
description: "Get 25% off the Linux Foundation course catalog — including CNCF-backed training on Kubernetes, DevOps, containers, and more."
6+
secondaryCta: "Use code: CNCF-GHMAINTAINERSMAY25-25"
77
ctaText: "Learn more"
8-
ctaLink: "#"
8+
ctaLink: "https://training.linuxfoundation.org/full-catalog/"
99
---

pages/partner-pack.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function PartnerPack({ content, frontmatter, partnerOffers, addit
2727
<meta property="og:description" content={frontmatter.metaDesc} />
2828
<meta
2929
property="og:image"
30-
content="https://maintainermonth.github.com/images/og/generic.png"
30+
content="https://maintainermonth.github.com/images/og/partner-pack.png"
3131
/>
3232

3333
{/* <!-- Twitter Meta Tags --> */}
@@ -36,7 +36,7 @@ export default function PartnerPack({ content, frontmatter, partnerOffers, addit
3636
<meta name="twitter:description" content={frontmatter.metaDesc} />
3737
<meta
3838
name="twitter:image"
39-
content="https://maintainermonth.github.com/images/og/generic.png"
39+
content="https://maintainermonth.github.com/images/og/partner-pack.png"
4040
/>
4141
</Head>
4242

public/images/og/partner-pack.png

1.53 MB
Loading

0 commit comments

Comments
 (0)