Jade-Infra-test / CHANGELOG.md
rushiljain's picture
Upload 8 files
f38da19 verified

1.0.0 — Initial redesign

  • Implemented layout and interactions inspired by the Spaciaz theme:

    • Sticky transparent → solid header on scroll, mobile hamburger navigation.
    • Edge‑to‑edge hero with image overlay and primary/secondary CTAs.
    • Card‑based project grid with filters and subtle hover elevation.
    • Animated statistic counters using IntersectionObserver.
    • Responsive spacing and typography scale across breakpoints.
    • Smooth scroll to anchors and accessible landmarks/labels.
  • Omitted or replaced to avoid IP concerns or complexity:

    • Proprietary icons, images, and graphics from the theme (used inline SVGs/placeholders instead).
    • Any theme‑specific layouts or bundled plugins that are not essential.
    • WordPress‑specific functionality; implemented a React SPA with Vite.
  • Content placeholders:

    • Where jadeinfra.in content was not available here, added clear REPLACE_ME/<!-- TODO: replace --> markers for headings, project descriptions, images, and contact details.
  • SEO & accessibility:

    • Added meta tags, sitemap stub, robots file, and semantic headings.
    • Implemented skip link, keyboard focus, and ARIA where applicable.