This directory contains the company-facing static website showcasing our commitment to open source security infrastructure.
index.html: Landing pageprojects.html: Open source projects for identity and authorizationabout.html: Company mission centered on open source commitmentsolutions.html: Adoption patterns for different team profilescontact.html: Contact channels for support and collaborationstyles.css: Shared visual system
From repository root:
python3 -m http.server 8787 --directory STELLARAEOpen http://127.0.0.1:8787.
A dedicated workflow publishes this directory to GitHub Pages:
.github/workflows/company-pages.yml
Note: If another Pages workflow is also active, the last deployed artifact becomes the active site.