Skip to content

Releases: CuWilliams/TrendFitApp.github.io

Web page minor fixes

23 Sep 20:42

Choose a tag to compare

This release fixes the sticky header so that it works in mobile device view. In addition, the signup page now loads top down (as opposed to bottom up), consistent with all other pages.

Patch level updates

22 Sep 16:59

Choose a tag to compare

Canonical/meta tag updates → SEO polish, no user-facing feature.
.DS_Store cleanup → repo hygiene only.

Site Revamp 1.1.0

19 Sep 21:24

Choose a tag to compare

🚀 Highlights

  • Members Forum (formerly Beta Feedback): new two-up layout with Suggestions & Ideas form + Join the Beta on TestFlight card
  • Public Beta flow: new Beta Testers page with clear steps and CTA to public TestFlight
  • Navbar improvements: added “Beta Testers”; renamed “Beta Feedback” → “Members Forum”
  • Announcements badge: subtle red dot on nav when there are unseen updates
  • Signup page visual parity: restored gradient background + logo sizing
  • Social links cleanup: icons only, with label placed separately and links centered/wrapped
  • Copy/UX updates: expanded TestFlight instructions; new Founding Member FAQ explaining priority feedback
  • General polish: centered forum headers, centered TestFlight button, consistent card layout

📋 Changelog

Added

  • beta-testers.html: hero, instructions card, public TestFlight CTA, privacy FAQ
  • Announcements “new” badge logic in js/includes.js + dot styles in css/style.css

Changed

  • beta-feedback.html → Members Forum (filename retained, content overhauled)
  • partials/header.html: insert Beta Testers link; rename Members Forum
  • index.html: CTA row “Join the Public Beta” → beta-testers.html
  • signup.html: body gradient fixed; logo sizing restored

Fixed / Polished

  • Forum card header centering (icon + text) and button centering
  • Socials structure: .socials-label left-aligned + .social-links centered
  • Minor layout consistency (cards, containers)

📣 Release Summary

Public TestFlight is now live! Founding Members gain access to the new Members Forum for prioritized feedback, while the general public can join via the new Beta Testers page. A subtle badge now highlights new announcements so you never miss an update.

👉 Visit:

Full Changelog: v1.0.0...v1.1.0

Site Revamp 1.0.0

08 Sep 13:22
2d5ae5a

Choose a tag to compare

Summary

First full-site release. We’ve evolved from a single landing page to a structured, content-driven website with SEO, shared styling, JSON-backed pages, and a clear path to beta.

Highlights
• New information architecture (Home, Sign Up, Features, Announcements, Beta Feedback, Privacy, Terms).
• JSON-driven policies and announcements with lightweight JS renderers.
• Unified styling and header include; responsive, accessible nav.
• SEO pass (canonical/meta/OG/Twitter/JSON-LD), sitemap, robots, custom 404.
• Time-based founding-member signup logic and Safari-safe layouts.

New pages & IA
• Home: split layout (left content panels, right portrait video preview).
• Sign Up: Zoho form embed inside a two-column card.
• Features: option-A cards; refined CTAs (Beta Tester Feedback & Become a Beta Tester).
• Announcements: option-B list view, populated from JSON.
• Beta Feedback: approval/pending notice now; Zoho form slot ready for go-live.
• Privacy / Terms: dedicated pages with clean URLs.

Data-driven content
• Policies: data/privacy.json, data/terms.json rendered via js/policy.js (per-page shells: privacy.html, terms.html).
• Announcements: data/announcements.json + js/announcements.js.
Authoring guide: Docs/Announcements-Update-Guide.md.
• i18n hook: ?lang= param supported for future locales (graceful fallback to en).

Shared layout & includes
• Central stylesheet: css/style.css with scoped page modes (body.home, body.signup, etc.).
• Header partial: partials/header.html injected via js/includes.js (consistent nav/logo across pages).

SEO & plumbing
• Per-page canonical + meta description.
• Open Graph / Twitter images & text.
• JSON-LD (Organization) with social sameAs.
• sitemap.xml, robots.txt (allow all; block /Design/), and 404.html.
• Google site verification file preserved.

Visual / UX improvements
• SVG logo for crisp scaling in header and panels.
• Pill-style nav with responsive wrapping on smaller screens.
• Tinted panels (hero/copy/CTAs) and equal-width primary buttons.
• Portrait video treatment (poster image, contain fit, rounded container; brand-color frame).
• Home uses blue gradient background; sign-up retains warm gradient.

Behavior & logic
• Founding sign-up cutoff: hides CTA and shows a “closed” panel after Oct 11, 2025 (local time).
• Safari-safe layout: Sign Up uses CSS Grid for a reliable 480px | flexible split; Zoho iframe fills the right rail.

Dev workflow & deployment
• Local dev with VS Code + Live Server; cache-busting/DevTools guidance.
• Branch: full-site-upgrade → PR into main; GitHub Pages branch switch plan documented.
• Commit hygiene and suggested release process included.

Content ops (quick)
• Announcements: edit data/announcements.json (follow Docs/Announcements-Update-Guide.md).
• Policies: update data/privacy.json or data/terms.json; pages render automatically.
• Beta Feedback: when approved, replace the notice with your Zoho iframe in beta-feedback.html.

Known / next
• Nav pill wrapping differs slightly at certain breakpoints vs. Sign Up; acceptable for now (queued for a later polish).
• Future: finalize Zoho Beta Feedback embed, expand i18n, and consider CI preview builds.