Skip to content

Commit

Permalink
Update navbar.js
Browse files Browse the repository at this point in the history
Updates Resources list

Signed-off-by: Russell Trow <[email protected]>
  • Loading branch information
russelltrow authored Nov 19, 2024
1 parent 7dc0dcb commit 31fe833
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/components/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,21 @@ const menuData = [
href: "https://github.com/Green-Software-Foundation/awesome-green-software",
},
{
title: "Principles of Green Software Engineering",
title: "Green Software Practitioner course",
href: "https://learn.greensoftware.foundation/",
},
{
title: "Green Software Patterns",
href: "https://patterns.greensoftware.foundation/",
},
{
title: "Impact Framework",
href: "https://if.greensoftware.foundation/",
},
{
title: "Software Carbon Intensity (SCI) Specification",
href: "https://sci.greensoftware.foundation/",
},
}
],
},
{
Expand Down

0 comments on commit 31fe833

Please sign in to comment.