A workspace for all thing DBCP, including the static website and issues.
Official static website hosted by OceanOPS and Ifremer
This is the official website of the **Data Buoy Cooperation Panel (DBCP)
The site is a static HTML website — primarily HTML (≈99%), with small supporting JavaScript and CSS files.
It provides information, documents, and resources related to DBCP operations, programs, and meetings.
📍 Live site: https://www.ocean-ops.org/dbcp
- HTML5 — main structure
- CSS3 — styling and layout
- JavaScript (vanilla) — light interactive features
- No backend or database — fully static
The site is hosted at OceanOPS servers under:
👉 https://www.ocean-ops.org/dbcp
To request redeployment after updates, please contact:
📧 [email protected]
Deployment is typically performed manually by the OceanOPS IT team after review.
You can safely edit .html, .css, or .js files directly.
All links should remain relative (e.g., ./pages/about.html) to ensure compatibility with the OceanOPS hosting environment.
For consistency:
- Keep filenames lowercase with no spaces.
- Avoid large or uncompressed images.
- Test locally by simply opening
index.htmlin your browser.