Skip to content

Commit

Permalink
Add sci to resource dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
osamajandali committed Jan 24, 2024
1 parent 3ac849a commit f24fce7
Show file tree
Hide file tree
Showing 3 changed files with 389 additions and 671 deletions.
4 changes: 4 additions & 0 deletions src/components/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ const menuData = [
title: "Principles of Green Software Engineering",
href: "https://learn.greensoftware.foundation/",
},
{
title: "Software Carbon Intensity (SCI) Specification",
href: "https://sci.greensoftware.foundation/",
},
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/styles/components/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ header {
font-size: 0.875rem;
font-weight: 700;
z-index: 99;
width: 200px;
width: 250px;
box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.1),
0px 4px 20px -2px rgba(0, 55, 53, 0.08);
border-radius: 0.5rem;
Expand Down
Loading

0 comments on commit f24fce7

Please sign in to comment.