NutsNews Home Button + Contact Text Update
Section titled “NutsNews Home Button + Contact Text Update”This bundle updates:
-
Footer home button behavior:
- On the home page, it scrolls smoothly back to the top with a custom eased animation.
- From another page, it routes to
/and fades the home page in. - Reduced-motion users get instant/no animation behavior.
-
Contact page email helper text:
- Removes the privacy helper text from the bottom row beside the Send button.
- Adds the same translated helper text directly under the “Your email” label in smaller text.
- Adds
aria-describedbyso the email input is connected to the helper text.
Copy into your project
Section titled “Copy into your project”From your Mac, after downloading and unzipping this bundle:
cd /Users/ramideltoro/WebstormProjects/nutsnews3rsync -av /path/to/nutsnews-home-contact-update/ ./npm --prefix web run lintnpm --prefix web run buildgit statusIf you downloaded the zip to Downloads, this is a copy-paste version:
cd /Users/ramideltoro/WebstormProjects/nutsnews3rm -rf /tmp/nutsnews-home-contact-updateunzip -o ~/Downloads/nutsnews-home-contact-update.zip -d /tmp/nutsnews-home-contact-updatersync -av /tmp/nutsnews-home-contact-update/nutsnews-home-contact-update/ ./npm --prefix web run lintnpm --prefix web run buildgit status