Skip to content

Commit 5e7ece8

Browse files
committed
update landing page + styling
1 parent 85a2a88 commit 5e7ece8

File tree

2 files changed

+21
-25
lines changed

2 files changed

+21
-25
lines changed

docs/source/_static/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ html[data-theme="dark"] {
202202
.hero-tagline {
203203
font-size: 1.25rem;
204204
font-weight: 400;
205-
color: rgba(255, 255, 255, 0.9);
205+
color: rgba(210, 215, 225, 0.95);
206206
margin: 0 0 0.5rem 0;
207207
letter-spacing: 0.05em;
208208
font-style: italic;

docs/source/index.rst

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -49,33 +49,21 @@
4949
</a>
5050
</div>
5151

52+
<p align="center">
53+
<a href="https://github.com/SimonBlanke/Hyperactive/actions"><img src="https://img.shields.io/github/actions/workflow/status/SimonBlanke/Hyperactive/test.yml?style=for-the-badge&logo=githubactions&logoColor=white&label=tests" alt="Tests"></a>
54+
<a href="https://app.codecov.io/gh/SimonBlanke/Hyperactive"><img src="https://img.shields.io/codecov/c/github/SimonBlanke/Hyperactive?style=for-the-badge&logo=codecov&logoColor=white" alt="Coverage"></a>
55+
</p>
5256

53-
Hyperactive provides a collection of optimization algorithms, accessible through a unified
54-
experiment-based interface that separates optimization problems from algorithms. The library
55-
provides native implementations of algorithms from the Gradient-Free-Optimizers package
56-
alongside direct interfaces to Optuna and scikit-learn optimizers.
57+
<hr style="border-radius: 0; border-top: 3px solid var(--pst-color-border); margin: 2.5rem 0 0.5rem 0;">
5758

58-
.. raw:: html
59+
<p style="text-align: center; max-width: 700px; margin: 1.5rem auto; line-height: 1.6;">
60+
Hyperactive provides a collection of optimization algorithms, accessible through a unified
61+
experiment-based interface that separates optimization problems from algorithms. The library
62+
provides native implementations of algorithms from the Gradient-Free-Optimizers package
63+
alongside direct interfaces to Optuna and scikit-learn optimizers.
64+
</p>
5965

60-
<div class="badge-banner">
61-
<div class="badge-items">
62-
<a href="https://pypi.org/project/hyperactive/" target="_blank">
63-
<img src="_static/images/badges/version.svg" alt="PyPI Version" />
64-
</a>
65-
<a href="https://pypi.org/project/hyperactive/" target="_blank">
66-
<img src="_static/images/badges/python.svg" alt="Python Versions" />
67-
</a>
68-
<a href="https://github.com/SimonBlanke/Hyperactive/blob/master/LICENSE" target="_blank">
69-
<img src="_static/images/badges/license.svg" alt="License" />
70-
</a>
71-
<a href="https://gc-os-ai.github.io/" target="_blank">
72-
<img src="_static/images/badges/sponsor.svg" alt="GC.OS Sponsored" />
73-
</a>
74-
</div>
75-
</div>
76-
77-
78-
----
66+
<div style="margin-bottom: 7rem;"></div>
7967

8068
.. _features:
8169

@@ -272,6 +260,14 @@ Hyperactive works seamlessly with popular machine learning frameworks.
272260
Quick Install
273261
=============
274262

263+
.. raw:: html
264+
265+
<p align="center">
266+
<a href="https://pypi.org/project/hyperactive/" target="_blank"><img src="https://img.shields.io/pypi/v/hyperactive?style=flat-square" alt="PyPI Version"></a>
267+
<a href="https://pypi.org/project/hyperactive/" target="_blank"><img src="https://img.shields.io/pypi/pyversions/hyperactive?style=flat-square" alt="Python Versions"></a>
268+
<a href="https://github.com/SimonBlanke/Hyperactive/blob/master/LICENSE" target="_blank"><img src="https://img.shields.io/github/license/SimonBlanke/Hyperactive?style=flat-square" alt="License"></a>
269+
</p>
270+
275271
.. raw:: html
276272

277273
<div class="segmented-tabs" id="install-tabs">

0 commit comments

Comments
 (0)