Static, dependency-free landing pages for the JustyBase product hub:
/— brand homepage with four flagship products and an open-source catalog/legacy/— JustyBase.Legacy Windows SQL client for Netezza/vscode/— JustyBase Netezza SQL Tools for VS Code/csharp-tool/— redirect to/#products(legacy placeholder removed)
Flagship products (featured cards):
- JustyBase.Legacy →
/legacy/ - justybase-vscode →
/vscode/ - nzpy_extended
- justybase_netezza_node_driver
Open source catalog (compact list): JustyBase.NetezzaSql, JustyBase.NetezzaDriver, dbeaver-netezza-tools-plugin, SpreadSheetTasks, justybase_spreadsheet_tasks, xlspy.
- Copy an existing product directory (for example
vscode/orlegacy/) and rename it. - Update its
index.htmlcontent. - Add a matching product card to the
Productsgrid in the rootindex.html, or a row in the open-source catalog. - Keep using
../assets/css/style.cssand the existing relative-link pattern so the page works both on GitHub Pages and when opened locally.
Product pages link to README content, documentation, screenshots, and release assets in their source repositories. Those files are the product source of truth and are intentionally not duplicated here. Screenshot URLs are served directly from those repositories; if paths change, update the matching product page manually.
This repository is designed for GitHub Pages without a build step or GitHub Actions workflow. Enable Pages for the main (or master) branch using the repository root as the publishing source.
The published site is available at https://justybase.github.io/.