A completely redesigned, modern, and professional version of the Financial Data Management, Inc. (fdmmd.com) medical billing website.
- Rebuilt from scratch with a clean, trustworthy, contemporary design suitable for a professional healthcare services company.
- Preserved all original functionality and messaging:
- Provider Enrollment & Credentialing
- Medical Billing & Coding
- Collections & Appeals (including "road trips")
- Compliance & Audits
- State-of-the-art technology (Medinformatix)
- Electronic billing & EFT
- Customized financial reporting
- Patient engagement / appointment reminders
- Team approach, HBMA certification, established 1988
- Two offices (Santa Ana, CA + Coeur d’Alene, ID)
- Major improvements:
- Fully responsive / mobile-first design (excellent on phones and tablets)
- Sticky professional navigation with smooth scrolling
- Modern typography, color palette, and visual hierarchy
- Beautiful service cards with hover states
- Prominent, easy-to-use contact form
- Strong calls-to-action and trust signals
- Accessibility and keyboard friendly
- Self-contained single HTML file (easy to host anywhere)
- Double-click
index.htmlin this folder, or - Right-click
index.html→ "Open with" → your browser (Chrome, Edge, Firefox recommended), or - Use a local server for the best experience:
# In this directory
npx serve .
# or
python -m http.server 8000Then open http://localhost:8000
-
Real form submissions (to info@fdmmd.com): The contact form at the bottom is now wired to support real email delivery via Formspree.
How to activate real emails:
- Go to https://formspree.io and sign up for a free account.
- Create a new form (it will give you an endpoint like
https://formspree.io/f/abc123xyz). - Open
index.htmland replaceYOUR_FORM_ID_HEREin the form'sactionattribute with your actual ID. - In the Formspree dashboard for that form:
- Set the primary email recipient to
info@fdmmd.com - (Optional) Add any other recipients
- Set the primary email recipient to
- Save and commit/push the change.
Once configured, when someone submits the "Submit Request" form, the data will be emailed to
info@fdmmd.com(with a nice subject line). The form uses AJAX so visitors stay on the page and see a success message.The form already includes proper field names, a subject line, and a honeypot for basic spam protection.
If you prefer another service (Netlify Forms, Getform, etc.), the structure is standard HTML form POST and easy to adapt.
-
Images / Branding: Add your actual logo and professional photography (hero image, team, office).
-
Additional pages: The current site is a polished single-page experience. If you prefer separate pages (/services, /about, etc.), we can split it easily.
-
Analytics / Tracking: Add Google Analytics, Hotjar, etc.
-
SEO: Meta tags are already strong. Add a sitemap.xml and robots.txt when deploying.
-
Domain: Point fdmmd.com (or www.fdmmd.com) at the new hosting.
- Netlify (drag & drop
index.htmlor connect Git) - Vercel
- GitHub Pages
- Cloudflare Pages
All of these support single-file static sites perfectly and give you free custom domains + HTTPS.
- Tailwind CSS (via CDN for zero build step)
- Font Awesome icons
- Vanilla JavaScript (no frameworks)
- Fully responsive with modern CSS
This is a production-ready starting point. Let me know if you'd like any refinements (different color scheme, added testimonials, multi-page version, logo integration, etc.).