TEAM ABSOLUTE.CA
EARTHWORKS · CONSTRUCTION · HORTICULTURE
★ Internal Hub
Team Absolute Bloom · Internal Hub

BLOOM+
EVERYTHING IN ONE PLACE.

The full Bloom go-to-market sits here — public marketing surfaces, the GTM strategy and competitive research, the CRM and prospect database, and the printable leave-behind. Use it as a single source of truth for the team. Public pages are linkable; internal pages should sit behind Cloudflare Access.

Phase 1 geoSE Edmonton · Beaumont · Leduc · Nisku
Goal$400k ARR booked by Aug 2026
StatusPre-launch · onboarding ops
OwnerJonathan Ellis
Public surfaces

WHAT PROSPECTS SEE.

The customer-facing site — calculator, plans, property-type sub-pages, and the printable postcard. All of these can be safely deployed without Access.

Internal — gate behind Cloudflare Access

THE STRATEGY + THE OPERATIONS.

Everything below should sit behind Cloudflare Access (allowlist *@teamabsolute.ca). The strategy site holds the GTM plan + competitive research + SWOT. The CRM is the live prospect tracker the team uses every day.

Strategy site quick-jump

JUMP STRAIGHT TO THE PART YOU NEED.

All thirteen sections of the GTM site, linked directly.

Deployment

SHIP IT.

This is the entire Bloom front-end. Drop the folder onto Cloudflare Pages and you're live. Apply Access policies to the internal paths.

Drag the bloom-deploy folder onto Cloudflare Pages. Done.
Then attach Access policies to /strategy/*, /crm/*, and /index.html — keep /site/* public.
● Files in this folder
bloom-deploy/
├── index.html                    # this hub (you are here)
├── site/
│   ├── index.html            # public landing + calculator
│   ├── office.html
│   ├── retail.html
│   ├── care.html
│   ├── brochure.html          # printable postcard
│   ├── shared.css
│   └── shared.js
├── strategy/
│   └── index.html            # GTM + competitive + SWOT
└── crm/
    ├── index.html            # Leaflet + localStorage CRM
    └── prospects.csv         # 250 seed prospects

No build step. No node_modules. Pure HTML, CSS, JS. Loads Google Fonts and Leaflet from CDN.