Static landing page for the Margin / portfolio intelligence demos.
Production deploys are handled by the deployments repo (deploy-pages.yml). Pushes to main here trigger that pipeline via trigger-deploy.yml.
Open index.html directly in a browser, or run:
python3 -m http.server 8080Then visit http://localhost:8080.
- Create a repo for the landing page, for example
margin. - Put the contents of this folder at the repo root.
- In GitHub, go to Settings → Pages.
- Set source to
Deploy from a branch. - Choose
mainand/root. - Your site will be available at
https://<username>.github.io/<repo>/.
If you name the repo <username>.github.io, GitHub Pages will serve it at https://<username>.github.io/.