Add GitHub Pages index listing org repositories with links and Contribute section#1
Conversation
Agent-Logs-Url: https://github.com/OpenOptimizationOrg/Overview/sessions/9a7aeb95-84ec-43b8-a8c1-9677fc8e1411 Co-authored-by: Dvermetten <44877568+Dvermetten@users.noreply.github.com>
…e text Agent-Logs-Url: https://github.com/OpenOptimizationOrg/Overview/sessions/9a7aeb95-84ec-43b8-a8c1-9677fc8e1411 Co-authored-by: Dvermetten <44877568+Dvermetten@users.noreply.github.com>
Dvermetten
left a comment
There was a problem hiding this comment.
Make sure to have for both OPL and OFL the link to the github-pages website as well as the github repository. Also add a 'contribute' section, where for both a link is placed to the relevant issues page, and for OPL a link to the google form (https://docs.google.com/forms/d/e/1FAIpQLSehQp24AuFAH2j9jizDhq8K_BYgNGMKXWTMu6s-2RwEJrK59Q/viewform?usp=sharing&ouid=107462254722022409950) is included as well
Agent-Logs-Url: https://github.com/OpenOptimizationOrg/Overview/sessions/3bd5ef87-8e74-46ac-808e-29360c0540a2 Co-authored-by: Dvermetten <44877568+Dvermetten@users.noreply.github.com>
Done in commit
|
The repo had no web presence — just a README. This adds a single
index.htmlat the repo root to serve as the GitHub Pages landing page for the OpenOptimizationOrg organization.Changes
index.html: Static page listing all public org repos (OPL, OFL, Overview) with name, description, and topic tags; styled with inline CSS using GitHub's design tokens (no external dependencies)Enabling GitHub Pages
Settings → Pages → source: Deploy from a branch →
main// (root)→ Save.Original prompt