Improve portfolio presentation on docs site#164
Conversation
Reshape the portfolio page into a web-first gallery and add a custom navy-and-gold site theme. Also surface the portfolio more clearly from the docs landing page.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a0aa761356
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| </p> | ||
| <p> | ||
| <a class="md-button md-button--primary" href="../python/">Python package guide</a> | ||
| <a class="md-button" href="https://github.com/astomodynamics/cddp-cpp/tree/master/examples">Browse examples</a> |
There was a problem hiding this comment.
Link examples button to active default branch
The new “Browse examples” CTA hard-codes tree/master, but this repository is on main (no master ref), so the button leads users to a 404 instead of the examples directory. This breaks the primary outbound action in the new hero section; use tree/main (or a branch-agnostic URL strategy) so the docs link stays valid.
Useful? React with 👍 / 👎.
Summary
Improve the GitHub Pages presentation of the Python portfolio and add a
customized docs theme with a navy-and-gold visual direction.
Changes
docs/python_portfolio.mdinto a web-first gallery with a herosection and responsive portfolio cards
portfolio-specific styling
Test Plan
source .venv/bin/activate && uvx --from mkdocs --with mkdocs-material mkdocs build --strictgit diff --checkHow to Test
source .venv/bin/activate && uvx --from mkdocs --with mkdocs-material mkdocs build --strict.uses the new navy-and-gold direction.