Reskin WebCrypt app to OnlyAgent brand (visual only)#38
Open
0c-coder wants to merge 1 commit into
Open
Conversation
Restyles the app to match the onlyagent.us design language: sleek sticky nav with OnlyAgent logo, gradient hero + tool-card home page, card-wrapped tool forms, gradient CTAs, themed inputs/modals/console. No changes to crypto/FIDO2 logic or any JS hooks. - NEW src/assets/css/onlyagent-theme.css (design system / theme) - NEW src/assets/onlyagent-logo.svg (brand mark) - src/index-src.html restructured home (hero + tool grid), theme + logo wired - src/app-src.html restructured tool shell (nav + form card), theme + logo wired BUILD.sh already copies src/assets/* into build/app, so no build-config change.
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.
Reskin WebCrypt app to OnlyAgent brand (visual only)
Base:
onlykey/onlykey.github.io:heroku-deploy← Head:0c-coder:onlyagent-reskinWhat this does
Restyles the WebCrypt app so it matches the OnlyAgent design language (onlyagent.us): a sleek sticky nav with the OnlyAgent logo, a gradient hero + tool-card home page, card-wrapped tool forms, gradient CTAs, and themed inputs, modals, and console output.
Visual only — no changes to crypto/FIDO2 logic or any JS hooks (
#container,#onlykey_start,#setTime,data-page, the dynamicapp_pagesnav loop are all preserved).Changes
src/assets/css/onlyagent-theme.css— OnlyAgent design system (tokens, nav, hero, cards, forms, buttons, modals, footer). Linked last in both shells.src/assets/onlyagent-logo.svg— brand mark.src/index-src.html— restructured home (gradient hero + 2-col tool-card grid), theme + logo wired in, rebranded title/footer.src/app-src.html— restructured tool shell (custom nav + single form card), theme + logo wired in, rebranded title/footer.BUILD.shalready copiessrc/assets/*intobuild/app, so no build-config change is needed.Test plan
npm install && npm run dev, then load each page (encrypt, encrypt-file, decrypt, decrypt-file, search, password-generator) — confirm each renders and the OnlyKey hardware flow still works.Out of scope
apps.crp.to). Tracked separately.favicon.icoretained).