Static local landing pages for HydroSeal-owned domains focused on St. Johns, Nocatee, and Ponte Vedra. These pages are HydroSeal-connected local entry points (not separate brand sites) designed to capture local intent and route visitors back to the main HydroSeal service-area pages.
/shared
styles.css
/stjohnspaversealing
index.html
/assets
/nocateepaversealing
index.html
/assets
/pontevedrapaversealing
index.html
/assets
README.md
shared/styles.csscontains all shared styles.- Each local folder has a standalone
index.htmland localassets/directory. - No build tools, frameworks, or JavaScript dependencies are required.
stjohnspaversealing/index.html- HydroSeal service-area link:
https://hydrosealpavers.com/service-areas/st-johns-county
- HydroSeal service-area link:
nocateepaversealing/index.html- HydroSeal service-area link:
https://hydrosealpavers.com/service-areas/st-johns-county/nocatee
- HydroSeal service-area link:
pontevedrapaversealing/index.html- HydroSeal service-area link:
https://hydrosealpavers.com/service-areas/st-johns-county/ponte-vedra
- HydroSeal service-area link:
Each folder can be deployed as its own static site by setting that folder as the publish root and ensuring ../shared/styles.css remains accessible in your deployment layout.
If your platform supports root deployment with rewrites/routes per domain:
- Keep repository structure as-is.
- Point each domain to its folder path:
/stjohnspaversealing//nocateepaversealing//pontevedrapaversealing/
If deploying each site as a separate project:
- Create a project per local folder.
- Include that folder and
/sharedin the deployed output. - Keep stylesheet path as
../shared/styles.cssor adjust as needed for your hosting layout.
Each page references local assets via relative paths such as:
./assets/hero.webp./assets/local-driveway.webp
Current pages include comments showing where final HydroSeal imagery should be inserted. Replace image files inside each local assets/ folder while keeping names/paths consistent.
Current placeholder across pages:
- Display:
(904) 555-1234 - Tel link:
tel:+19045551234
Update both the display number and tel: value in each local index.html when final call routing is ready.
Update CTA links in each local index.html if service-area URLs change.
These pages are intentionally written as HydroSeal-connected local landing pages:
- Not separate or independent company brands.
- No fake addresses or fabricated testimonials.
- Clear messaging that pages are operated by or connected to HydroSeal Pavers.
Open any page directly in a browser (for example stjohnspaversealing/index.html) or serve with a simple static server from the repository root.