feat: add onot logo, favicon, and desktop app icons#89
Merged
Conversation
Introduce a visual identity in the same badge family as the sibling projects: a rounded-square badge with a white notice-document symbol on an indigo-to-cyan gradient, plus an 'onot / OSS NOTICE GENERATOR' wordmark. Everything derives from one source SVG. - docs/images/logo.svg, logo-mark.svg: wordmark and standalone symbol - frontend/public/favicon.svg (+ logo.svg, logo-mark.svg); link favicon from index.html; show the mark next to the in-app title in App.tsx - electron/build/icon.png/.ico/.icns: desktop app icon, auto-detected by electron-builder via buildResources - electron/assets/logo.svg - README: lead with the wordmark, matching the sibling projects - .gitignore: keep electron/build resources tracked (they are source, not a Python build artifact)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
onot had no logo of its own. This adds a visual identity in the same badge family as the sibling projects (BomLens, TRUSCA): a rounded-square badge with a white notice-document symbol on an indigo-to-cyan gradient, plus an
onot/OSS NOTICE GENERATORwordmark. Everything derives from one source SVG.Changes
docs/images/logo.svg,logo-mark.svg— wordmark (with tagline) and standalone symbolfrontend/public/favicon.svg(+logo.svg,logo-mark.svg);<link rel="icon">inindex.html; the mark now sits next to the in-app title inApp.tsxelectron/build/icon.png/.ico/.icns— desktop app icon, auto-detected by electron-builder viabuildResourceselectron/assets/logo.svgREADME.md— leads with the wordmark, matching the sibling projects.gitignore— keepelectron/buildresources tracked (they are source, not a Python build artifact; the genericbuild/rule was catching them)Palette
Indigo
#4F46E5→ Cyan#06B6D4, chosen to sit in the sibling family while staying distinct from BomLens (red/orange) and TRUSCA (navy/teal).Verification