Skip to content

Commit 991663e

Browse files
CopilotDvermetten
andauthored
Add GitHub Pages links and Contribute section for OPL and OFL
Agent-Logs-Url: https://github.com/OpenOptimizationOrg/Overview/sessions/3bd5ef87-8e74-46ac-808e-29360c0540a2 Co-authored-by: Dvermetten <44877568+Dvermetten@users.noreply.github.com>
1 parent fcfa369 commit 991663e

1 file changed

Lines changed: 91 additions & 0 deletions

File tree

index.html

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,72 @@
7676
footer a:hover {
7777
text-decoration: underline;
7878
}
79+
.links {
80+
margin-top: 12px;
81+
display: flex;
82+
flex-wrap: wrap;
83+
gap: 8px;
84+
}
85+
.links a {
86+
font-size: 0.85rem;
87+
font-weight: 500;
88+
color: #0969da;
89+
text-decoration: none;
90+
border: 1px solid #0969da;
91+
border-radius: 6px;
92+
padding: 3px 10px;
93+
}
94+
.links a:hover {
95+
background: #ddf4ff;
96+
text-decoration: none;
97+
}
98+
h2 {
99+
font-size: 1.4rem;
100+
border-bottom: 1px solid #d0d7de;
101+
padding-bottom: 0.3em;
102+
margin-top: 2.5rem;
103+
margin-bottom: 1rem;
104+
}
105+
.contribute-grid {
106+
display: grid;
107+
grid-template-columns: 1fr 1fr;
108+
gap: 16px;
109+
}
110+
@media (max-width: 560px) {
111+
.contribute-grid { grid-template-columns: 1fr; }
112+
}
113+
.contribute-card {
114+
background: #ffffff;
115+
border: 1px solid #d0d7de;
116+
border-radius: 6px;
117+
padding: 16px 20px;
118+
}
119+
.contribute-card h3 {
120+
margin: 0 0 10px;
121+
font-size: 1rem;
122+
}
123+
.contribute-card ul {
124+
margin: 0;
125+
padding-left: 18px;
126+
list-style: disc;
127+
}
128+
.contribute-card ul li {
129+
background: none;
130+
border: none;
131+
border-radius: 0;
132+
padding: 0;
133+
margin-bottom: 6px;
134+
font-size: 0.9rem;
135+
}
136+
.contribute-card ul li a {
137+
font-size: 0.9rem;
138+
font-weight: 400;
139+
color: #0969da;
140+
text-decoration: none;
141+
}
142+
.contribute-card ul li a:hover {
143+
text-decoration: underline;
144+
}
79145
</style>
80146
</head>
81147
<body>
@@ -91,6 +157,10 @@ <h1>OpenOptimization Organization</h1>
91157
<span class="topic">optimization-problems</span>
92158
<span class="topic">black-box-optimization</span>
93159
</div>
160+
<div class="links">
161+
<a href="https://github.com/OpenOptimizationOrg/OPL">GitHub Repository</a>
162+
<a href="https://openoptimizationorg.github.io/OPL/">GitHub Pages</a>
163+
</div>
94164
</li>
95165
<li>
96166
<a href="https://github.com/OpenOptimizationOrg/OFL">OFL – Optimisation Feature Library</a>
@@ -100,13 +170,34 @@ <h1>OpenOptimization Organization</h1>
100170
<span class="topic">black-box-optimization</span>
101171
<span class="topic">optimization</span>
102172
</div>
173+
<div class="links">
174+
<a href="https://github.com/OpenOptimizationOrg/OFL">GitHub Repository</a>
175+
<a href="https://openoptimizationorg.github.io/OFL/">GitHub Pages</a>
176+
</div>
103177
</li>
104178
<li>
105179
<a href="https://github.com/OpenOptimizationOrg/Overview">Overview</a>
106180
<p>Overview page of the OpenOptimization Organization (this page).</p>
107181
</li>
108182
</ul>
109183

184+
<h2>Contribute</h2>
185+
<div class="contribute-grid">
186+
<div class="contribute-card">
187+
<h3>OPL – Optimisation Problem Library</h3>
188+
<ul>
189+
<li><a href="https://github.com/OpenOptimizationOrg/OPL/issues">Issues &amp; Feature Requests</a></li>
190+
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSehQp24AuFAH2j9jizDhq8K_BYgNGMKXWTMu6s-2RwEJrK59Q/viewform?usp=sharing">Submit a New Problem (Google Form)</a></li>
191+
</ul>
192+
</div>
193+
<div class="contribute-card">
194+
<h3>OFL – Optimisation Feature Library</h3>
195+
<ul>
196+
<li><a href="https://github.com/OpenOptimizationOrg/OFL/issues">Issues &amp; Feature Requests</a></li>
197+
</ul>
198+
</div>
199+
</div>
200+
110201
<footer>
111202
<a href="https://github.com/OpenOptimizationOrg">OpenOptimizationOrg on GitHub</a>
112203
</footer>

0 commit comments

Comments
 (0)