Every Strata digital resource — compliance books, client guides, presentations, the homepage, and marketing materials — was built using two tools working together:
Claude is the AI assistant that writes, builds, and generates all of Strata's HTML files. Every compliance book, client guide, presentation, homepage, email signature, and marketing document was created by Claude in response to instructions from the Broker. Claude produces the finished HTML file which is then downloaded and deployed.
Netlify is the free hosting platform that makes Claude's HTML files available online as live websites. Each Strata resource lives on its own Netlify site with its own unique URL. No coding knowledge is required — files are deployed by dragging and dropping.
Ctrl+S → change Save As Type to Webpage, HTML Only → name it index.html → save it.strata-buyer-guide.netlify.app) can be shared with clients, agents, or anyone who needs access.When saving in Edge, always choose Webpage, HTML Only — not "Webpage Complete" and not "Webpage Single File." The other options add extra files or embed resources differently and will break the layout on Netlify.
Most Strata resources — compliance books, guides, presentations, the homepage — are single HTML files. Here is the exact process to deploy them.
Strata_Buyer_Guide.html.Ctrl+S → Save As Type: Webpage, HTML Only → filename: index.html → choose a location you can find easily (Desktop works well).strata-buyer-guide. Put index.html inside that folder.strata-buyer-guide) → save. Your site is now live at strata-buyer-guide.netlify.app.index.html (Webpage HTML Only).index.html in a folder. The folder name doesn't matter for updates — only for new sites.Ctrl+Shift+R on the live site to bypass browser cache and see the updated version.The 6 client guides each include a "Download PDF" button. For this button to work, the PDF must be deployed to Netlify alongside the HTML file. We use a zip file to deploy both files together.
index.html and the PDF (e.g. Strata_Buyer_Success_Guide.pdf) already packaged together. Download the zip.If you only upload the HTML file, the PDF button looks for Strata_Buyer_Success_Guide.pdf in the same location — and can't find it. Both files must live on the same Netlify site for the button to work. Always deploy as a zip when a PDF is involved.
Every Strata Netlify site follows the same naming pattern: strata-[resource-name]. This keeps all sites organized under the Strata brand and makes URLs predictable and professional.
strata-[name].netlify.app| Book | Topic | Netlify URL |
|---|---|---|
| Book 1 | Broker Office Management & Compliance | strata-book1-broker-compliance.netlify.app |
| Book 2 | Nevada Trust Accounts & Financial Controls | strata-book2-trust-accounts.netlify.app |
| Book 3 | Property Management Operations & Procedures | strata-book3-pm-operations.netlify.app |
| Book 4 | Nevada Leasing & PM Compliance | strata-book4-nv-pm-compliance.netlify.app |
| Book 5 | Leasing Operations & Forms | strata-book5-leasing-operations.netlify.app |
| Book 6 | Ethics, Professional Standards & Risk Management | strata-book6-ethics.netlify.app |
| Book 7 | Sales Operations & Transaction Management | strata-book7-sales-operations.netlify.app |
| Book 8 | Marketing, Brand Development & Lead Generation | strata-book8-marketing.netlify.app |
| Guide | Netlify URL |
|---|---|
| Buyer Guide | strata-buyer-guide.netlify.app |
| Seller Guide | strata-seller-guide.netlify.app |
| Investor Guide | strata-investor-guide.netlify.app |
| Leasing Guide | strata-leasing-guide.netlify.app |
| New Construction Guide | strata-new-construction-guide.netlify.app |
| Relocation Guide | strata-relocation-guide.netlify.app |
| Presentation | Online Reader URL | Printable URL |
|---|---|---|
| Listing Presentation | strata-listing-reader.netlify.app | strata-listing-presentation.netlify.app |
| Buyer Consultation | strata-buyer-reader.netlify.app | strata-buyer-consultation.netlify.app |
| PM Proposal | strata-pm-reader.netlify.app | strata-pm-proposal.netlify.app |
| Resource | Netlify URL |
|---|---|
| Strata Resource Hub (Homepage) | strata-hub.netlify.app |
| Brand Profile & Logo Guide | strata-brand-profile.netlify.app |
| Marketing Plan 2026 | strata-marketing-plan.netlify.app |
| Social Media Playbook | strata-social-playbook.netlify.app |
| Email Signature Templates | strata-email-signature.netlify.app |
Every Strata document built in Claude includes a link back to www.stratareal.com — the official brokerage website. Here is how these connections work and how to maintain them.
In every compliance book, guide, and presentation, the STRATA text or logo in the top navigation bar is a clickable link that takes users to https://www.stratareal.com. This is built into every file Claude creates so that clients and agents always have a path back to the main website.
Every Claude-built Strata document contains this in the navigation bar:
<a href="https://www.stratareal.com" class="top-nav-brand">STRATA</a>
This means clicking STRATA in any book or guide always opens stratareal.com in the browser.
The Strata Resource Hub (strata-hub.netlify.app) is the central page that connects every resource. It contains links to all 8 compliance books, all 6 client guides, all 3 presentations, and all marketing resources. The hub itself links back to stratareal.com in the footer.
index.html in Edge (Webpage HTML Only), and redeploy to the Netlify site.strata-hub as well so the homepage stays current. Ask Claude to update the homepage link and redeploy the hub.If stratareal.com ever moves to a new domain, you will need to update the STRATA nav link in all 8 compliance books, all 6 client guides, all 3 presentations, and the homepage. Tell Claude "Update the stratareal.com link to [new domain] in all documents" and Claude will update each file. Redeploy each one to Netlify.
Primary Navy: #283B62 · Logo Navy: #1D437F · Logo Gold: #C39A6B
Steel Blue: #616E89 · Periwinkle: #B8C2D8 · Warm Tan: #D1B995
Fonts: Georgia serif for headings · Arial sans-serif for labels and UI
License: NVRE Lic: B.1002625 · PM Permit: PM.0168016.BKR
Broker: Joanne Singson Olimpo, Broker
Contact: (702) 722-8833 · info@stratareal.com · joanne@stratareal.com
Address: 8704 West Charleston Blvd. #105-A, Las Vegas, NV 89117
| What You Need | What to Say to Claude |
|---|---|
| New compliance book | "Build a new Strata compliance library book about [topic] matching the style of Book 7" |
| Update colors | "Update the CSS colors in this file to the official Strata brand colors" + upload file |
| Fix sidebar links | "The sidebar links don't work — rebuild this file with the proven scroll fix" + upload file |
| Add a section | "Add a new section about [topic] to Book 1" + upload the book file |
| Generate a PDF | "Generate a PDF of this HTML guide" + upload the file |
| Update a link | "Change [old URL] to [new URL] in this file" + upload the file |
| New client guide | "Build a new Strata client guide for [audience] matching the style of the Buyer Guide" |
| Problem | Cause | Fix |
|---|---|---|
| Sidebar links don't work | Old scroll fix or inline onclick handlers | Upload file to Claude — ask to "rebuild with the proven scroll fix from Book 7" |
| Layout looks broken on Netlify | Saved as wrong file type | Re-save in Edge as Webpage, HTML Only — not Complete or Single File |
| PDF download button doesn't work | PDF not deployed alongside HTML | Ask Claude to zip HTML + PDF together — deploy the zip to Netlify |
| Site shows old version after update | Browser cache | Press Ctrl+Shift+R to hard refresh the page |
| Netlify says "Please upload a folder, zip, or HTML file" | Tried to upload a raw PDF or wrong file type | Wrap in HTML page — ask Claude to create a zip with an index.html wrapper |
| Wrong colors on deployed site | Old color palette still in CSS | Upload file to Claude — ask to "update to official Strata brand colors" |
| Link on homepage goes nowhere | Netlify site name doesn't match the link | Check exact Netlify site name — tell Claude the correct name to update the homepage link |
| Changes lost after session | Claude starts fresh each conversation | Always save and deploy files after each Claude session — Claude cannot recover unsaved work |
Always save and deploy after every Claude session. Claude's memory resets between conversations — once a session ends, only the deployed Netlify version and your saved Google Drive files are permanent. If something goes wrong, upload the last deployed version back to Claude and continue from there.