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
24 changes: 24 additions & 0 deletions public/images/press/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions public/images/press/github.svg.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
© 2025 GitHub
SPDX-License-Identifier: CC-BY-SA-4.0
7 changes: 7 additions & 0 deletions src/components/PressItemList.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ const { full } = Astro.props;
---

<div class="press-item-list" data-full={full}>
<PressItem
name="GitHub"
title="Maintainer Month 2025: Open Source Pledge in Times Square"
date="01 May 2025"
imageUrl="/images/press/github.svg"
sourceUrl="https://maintainermonth.github.com/schedule/2025-05-06-OS-Pledge"
/>
<PressItem
name="InfoQ"
title="Investing in Open Source: The Open Source Pledge and Why it Matters"
Expand Down