This repository contains the static HTML site for nfinnertyelectrical.com.
- Platform: static HTML/CSS/JS (no framework build step).
- Primary shared stylesheet:
assets/css/site-redesign.css. - User preference: work on static HTML in this repo; avoid WordPress/core/platform files unless explicitly requested.
If we are continuing previous work, point Copilot to this section first.
- Footer credit line is standardized to one row markup pattern:
<div class="container fine-print"><span class="fine-print-text">...</span><a class="fine-print-credit" ...><img ...></a><span class="fine-print-text">...</span></div>
- Footer social rule:
Quick LinkskeepsContact.Connect With UskeepsGitHub.
- Shared footer styling is controlled in
assets/css/site-redesign.css. - The credit logo size was intentionally increased (recent adjustment).
- Cache-busting is in use for shared CSS URLs (e.g.
site-redesign.css?v=...).
Use a prompt like:
- "Read README.md Copilot recap section and summarize current footer rules before editing."
- Exclude
.snapshotsfrom live site edits/searches. - Prefer targeted edits over broad search-replace when changing footer links.
- After edits, verify both:
- footer link placement (
Quick LinksvsConnect With Us) - final CSS version string used by live pages.
- footer link placement (
- Edit shared CSS/HTML pattern once where possible.
- Re-check representative pages:
/index.html/services/index.html/covered-areas/index.html- one
blog/*.htmlpage
- If CSS changed, bump the version query string on live HTML references.
- Re-verify no accidental link regressions in footer columns.
- 2026-05-19: Standardized footer credit markup across live HTML pages to use fine-print-text and fine-print-credit elements.
- 2026-05-19: Enforced footer link rule: Quick Links ends with Contact, Connect With Us ends with GitHub.
- 2026-05-19: Hardened shared footer CSS in assets/css/site-redesign.css to keep the credit row on one line and prevent image-size overrides.
- 2026-05-19: Increased footer credit logo size after live validation request.
- 2026-05-19: Bumped shared stylesheet cache version to site-redesign.css?v=20260519-2 on live pages.
- 2026-05-19: Restored footer 3-column alignment and kept centering only for the bottom fine-print credit row.
- 2026-05-19: Fixed Services CTA in "Need A Specific Service?" so the second button is Contact (not GitHub).
- 2026-05-19: Expanded all nine service card descriptions on services/index.html with longer copy.