Skip to content

Commit

Permalink
Merge pull request #270 from opensourcepledge/vladh/add-ieee
Browse files Browse the repository at this point in the history
Press: add IEEE
  • Loading branch information
vladh authored Nov 14, 2024
2 parents 9993089 + a76ac8a commit b8528c5
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 0 deletions.
109 changes: 109 additions & 0 deletions public/images/press/ieee.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/ieee.svg.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
© 2024 IEEE
SPDX-License-Identifier: LicenseRef-Restricted
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="IEEE Spectrum"
title=" Open-Source Software Is in Crisis; Here are three ways to help it flourish into the future"
date="13 Nov 2024"
imageUrl="/images/press/ieee.svg"
sourceUrl="https://spectrum.ieee.org/open-source-crisis"
/>
<PressItem
name="TechCrunch"
title="Open source projects draw equity-free funding from corporates, startups, and even VCs"
Expand Down

0 comments on commit b8528c5

Please sign in to comment.