|
11 | 11 | <img src="assets/SuperOpt_logo.png" alt="SuperOpt Logo" class="hero-logo-large"> |
12 | 12 | </div> |
13 | 13 | <div class="hero-right"> |
14 | | - <p class="hero-subtitle"> |
15 | | - Agentic Environment Optimization for Autonomous AI Agents |
16 | | - </p> |
17 | | - <p class="hero-built-by"> |
18 | | - Built by <a href="https://super-agentic.ai/" target="_blank" rel="noopener">Superagentic AI</a> |
19 | | - </p> |
| 14 | + <p class="hero-subtitle"> |
| 15 | + Agentic Environment Optimization for Autonomous AI Agents |
| 16 | + </p> |
| 17 | + <p class="hero-badges"> |
| 18 | + <a href="https://pypi.org/project/superopt/"><img src="https://img.shields.io/pypi/v/superopt.svg" alt="PyPI"></a> |
| 19 | + <a href="https://github.com/SuperagenticAI/superopt/actions"><img src="https://github.com/SuperagenticAI/superopt/workflows/CI/badge.svg" alt="CI"></a> |
| 20 | + <a href="https://github.com/SuperagenticAI/superopt/blob/main/LICENSE"><img src="https://img.shields.io/github/license/SuperagenticAI/superopt.svg" alt="License"></a> |
| 21 | + <a href="https://github.com/SuperagenticAI/superopt/stargazers"><img src="https://img.shields.io/github/stars/SuperagenticAI/superopt.svg" alt="GitHub stars"></a> |
| 22 | + <a href="https://super-agentic.ai/papers/SuperOpt.pdf"><img src="https://img.shields.io/badge/Paper-PDF-blue.svg" alt="Paper"></a> |
| 23 | + </p> |
| 24 | + <p class="hero-built-by"> |
| 25 | + Built by <a href="https://super-agentic.ai/" target="_blank" rel="noopener">Superagentic AI</a> |
| 26 | + </p> |
20 | 27 | </div> |
21 | 28 | </div> |
22 | 29 | <div class="hero-center-cta"> |
@@ -284,10 +291,17 @@ print(optimizer.environment.tools['edit_file'].description) |
284 | 291 | .hero-subtitle { |
285 | 292 | font-size: clamp(1.2rem, 2vw, 1.8rem); |
286 | 293 | font-weight: 600; |
287 | | - margin: 0 0 1.5rem 0; |
| 294 | + margin: 0 0 1rem 0; |
288 | 295 | color: var(--md-primary-fg-color); |
289 | 296 | } |
290 | 297 |
|
| 298 | +.hero-badges { |
| 299 | + margin: 1rem 0 1.5rem 0; |
| 300 | + display: flex; |
| 301 | + gap: 0.5rem; |
| 302 | + flex-wrap: wrap; |
| 303 | +} |
| 304 | + |
291 | 305 | .hero-description { |
292 | 306 | font-size: 1.1rem; |
293 | 307 | line-height: 1.6; |
@@ -627,6 +641,10 @@ print(optimizer.environment.tools['edit_file'].description) |
627 | 641 | font-size: 1.4rem; |
628 | 642 | } |
629 | 643 |
|
| 644 | + .hero-badges { |
| 645 | + justify-content: center; |
| 646 | + } |
| 647 | + |
630 | 648 | .problem-solution { |
631 | 649 | grid-template-columns: 1fr; |
632 | 650 | gap: 1.5rem; |
@@ -679,6 +697,11 @@ print(optimizer.environment.tools['edit_file'].description) |
679 | 697 | font-size: 1.2rem; |
680 | 698 | } |
681 | 699 |
|
| 700 | + .hero-badges { |
| 701 | + flex-direction: column; |
| 702 | + align-items: center; |
| 703 | + } |
| 704 | + |
682 | 705 | .hero-description { |
683 | 706 | font-size: 1rem; |
684 | 707 | } |
|
0 commit comments