Strategic Growth Architect · Strategic Plan

Growth Plan — Example Co.

A quick demo cover page showing two review-tool features: interactive requests and the reviewer notice banner. Open this through the SGA Review Tool — the items below become an answerable checklist in the sidebar, and a heads-up banner appears at the top of the Comments panel (see “About that banner” below).

Before we move forward, we need a few things from you

About that banner in the sidebar ↖

This page declares a reviewer notice, so the review tool shows a sticky banner at the top of the Comments sidebar (with an “Open live page” link). Use it for scroll-driven animations and other things that only work on the live page — or any heads-up for the reviewer. It is not limited to animations.

Add one line to the page’s <head>:

<meta name="sga-review-notice"
      content="This page has scroll animations best viewed live.">

A bare data-sga-notice attribute or window.sgaReviewNotice = true uses default wording. See the review tool home page for full how-to and when-to-use notes.