Refine founder heritage section and owner branding - #9
Open
sanskarmk wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR refines the homepage “founder/owner” section to feel more heritage/brand-credential oriented, while preserving the longer personal founder narrative on the About page via new brand data wiring.
Changes:
- Updated homepage founder heading/CTA and replaced the owner mark with a seal-style label.
- Reworked
.owner-markstyling to a certificate/seal treatment (texture, borders, monogram framing, typography). - Extended
data/brand.jsonwithowner.personalStoryand rendered it onabout.htmlviaassets/js/main.js.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| index.html | Updates founder section heading/CTA and replaces the owner mark with a seal-style label. |
| assets/css/styles.css | Replaces .owner-strip / .owner-mark styles with a seal/certificate visual treatment. |
| data/brand.json | Updates owner.shortBio, reformats JSON, and adds owner.personalStory. |
| assets/js/main.js | Renders the new owner.personalStory field on the About page. |
| about.html | Adds a new render target (#ownerPersonalStory) for the personal story paragraph. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| <section class="section owner-strip"> | ||
| <div class="owner-mark"><span>S</span></div> | ||
| <div class="owner-mark" aria-label="Memorialize heritage seal"><span>M</span><small>Est. 2026 · Founder led</small></div> |
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.
Motivation
about.htmlpage so the narrative remains available without dominating the homepage.Description
index.htmltoFounder-led standards, service-led execution.andRead the Founder Story.index.htmlwith a heritage label/seal:aria-label="Memorialize heritage seal"and a small provenance line.assets/css/styles.cssby replacing.owner-strip/.owner-markrules with a certificate/seal-style treatment including layered borders, subtle texture, circular monogram framing, and refined typography.data/brand.jsonto updateowner.shortBioto emphasize process and reliability and addedowner.personalStoryto retain the origin story, and wired a new render target by addingownerPersonalStorytoabout.htmlandassets/js/main.js.Testing
python3 -m json.tool data/brand.jsonto validate JSON and it completed successfully.node --check assets/js/main.jsto validate the JS syntax and it completed successfully.git diff --checkto verify no whitespace/file issues and it completed successfully.Codex Task