Skip to content

Commit

Permalink
removed extra css and added suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DarikshaAnsari committed Jul 30, 2024
1 parent 08c7598 commit 4f048dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 41 deletions.
41 changes: 3 additions & 38 deletions assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
@@ -1,47 +1,12 @@
/* Updated color scheme to match the background image */

$in-toto-colors: (
'orange': #f5a800, // Keep existing
'orange-light': #fff0ce, // Keep existing
'orange': #ed4b27, // Keep existing
'orange-light': #f47a39, // Keep existing
'blue': #1b2838, // Darker blue for better contrast
'blue-light': #a3b5c8, // Lighter blue for accents
'purple': #3a4d6c, // Darker purple for better contrast
'light-green': #c0f587, // Keep existing
'java': #b07219, // Keep existing
);

$in-toto-component-colors: (
'collector': #1c1f23, // Darker shade
'core': #2c3ed3, // Keep existing
'cpp': #f34b7d, // Keep existing
'dotnet': #178600, // Keep existing
'erlang': #b83998, // Keep existing
'exporter': #3ed32c, // Keep existing
'extension': #d3532c, // Keep existing
'go': #00add8, // Keep existing
'instrumentation': #d32c3e,// Keep existing
'java': #b07219, // Keep existing
'js': #f1e05a, // Keep existing
'lua': #03037b, // Keep existing
'php': #4f5d95, // Keep existing
'processor': #d32c42, // Keep existing
'python': #3572a5, // Keep existing
'receiver': #742cd3, // Keep existing
'resource-detector': green,// Keep existing
'ruby': #701516, // Keep existing
'rust': #dea584, // Keep existing
'swift': #de5d43, // Keep existing
'utilities': #2cd3b4, // Keep existing
);

$in-toto-registry-license-colors: (
'apache-20': #e83e8c, // Keep existing
'bsd-2-clause': #8ce83e, // Keep existing
'mit': #3e8ce8, // Keep existing
'artistic-10-perl': #e8c83e, // Keep existing
'blue-light': #a3b5c8, // Lighter blue for accentss
);

$primary: map-get($in-toto-colors, 'blue'); // Darker blue for primary elements
$secondary: map-get($in-toto-colors, 'orange'); // Bright orange for secondary elements
$secondary_1: map-get($in-toto-colors, 'java'); // Keep existing
$td-enable-google-fonts: false;
5 changes: 2 additions & 3 deletions content/en/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ weight: 10

in-toto is Latin for "as a whole." We chose the name because our objective with in-toto is to build a system to protect the whole software supply chain.

### What is the difference between in-toto and [The Update Framework](https://theupdateframework.github.io/) (TUF)?

TUF provides a framework that can be used to secure update systems, i.e. the "last mile," whereas in-toto lets you verify the whole software supply chain. TUF and in-toto can play together very well, as you can use TUF to deliver updates and their corresponding in-toto metadata.
### What is the difference between in-toto and The Update Framework?
[The Update Framework](https://theupdateframework.io) (TUF) provides a framework that can be used to secure update systems, i.e. the "last mile," whereas in-toto lets you verify the whole software supply chain. TUF and in-toto can play together very well, as you can use TUF to deliver updates and their corresponding in-toto metadata.

### Is Python 3 supported?

Expand Down

0 comments on commit 4f048dc

Please sign in to comment.