|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
| 4 | + <!-- Google tag (gtag.js) --> |
| 5 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-WMGS1YH2WD"></script> |
| 6 | + <script> |
| 7 | + window.dataLayer = window.dataLayer || []; |
| 8 | + function gtag(){dataLayer.push(arguments);} |
| 9 | + gtag('js', new Date()); |
| 10 | + |
| 11 | + gtag('config', 'G-WMGS1YH2WD'); |
| 12 | + </script> |
4 | 13 | <meta charset="UTF-8"> |
5 | 14 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 15 | <title>gemini-java-client | The Autonomous AI Agent Engine for the JVM</title> |
|
9 | 18 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> |
10 | 19 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css"> |
11 | 20 | <style> |
| 21 | + .v2-announcement { |
| 22 | + background: linear-gradient(90deg, var(--barca-blue), var(--barca-red)); |
| 23 | + color: white; |
| 24 | + padding: 15px 0; |
| 25 | + text-align: center; |
| 26 | + font-size: 0.95rem; |
| 27 | + position: relative; |
| 28 | + z-index: 1100; |
| 29 | + border-bottom: 2px solid var(--barca-gold); |
| 30 | + line-height: 1.6; |
| 31 | + } |
| 32 | + .v2-announcement strong { color: var(--barca-gold); } |
| 33 | + .v2-announcement a { |
| 34 | + color: var(--barca-gold); |
| 35 | + font-weight: bold; |
| 36 | + text-decoration: underline; |
| 37 | + margin: 0 4px; |
| 38 | + } |
| 39 | + |
| 40 | + nav { |
| 41 | + position: sticky !important; |
| 42 | + top: 0 !important; |
| 43 | + z-index: 1090; |
| 44 | + background: rgba(2, 6, 23, 0.95) !important; |
| 45 | + } |
| 46 | + |
| 47 | + .hero { |
| 48 | + padding-top: 4rem; /* Adjusted for banner space */ |
| 49 | + } |
| 50 | + |
12 | 51 | :root { |
13 | 52 | --barca-blue: #004d98; |
14 | 53 | --barca-red: #a50044; |
|
234 | 273 | </style> |
235 | 274 | </head> |
236 | 275 | <body> |
| 276 | + <div class="v2-announcement"> |
| 277 | + <div class="container"> |
| 278 | + <span>🚀 <strong>v2 is super super close!</strong> Nightly builds are available. |
| 279 | + Experience the first "Enterprise Java" implementation of an AGI Container — CwGC (Context Window Garbage Collector), Flight Recorder, Stateful Toolkits, AGI Container passivation, Remote resources, All NetBeans refactor operations, direct Java AST manipulation and the legendary Kevin's voice from the OF, one-and-only "Pure Java" TTS library. |
| 280 | + Explore the new <a href="https://asi.anahata.uno/desktop.html">Anahata ASI Desktop</a> and |
| 281 | + <a href="https://asi.anahata.uno/nb.html">Anahata ASI Studio - NetBeans</a> |
| 282 | + at the official <a href="https://asi.anahata.uno">asi.anahata.uno</a> portal.</span> |
| 283 | + </div> |
| 284 | + </div> |
237 | 285 | <nav> |
238 | 286 | <div class="container nav-container"> |
239 | 287 | <img src="https://www.anahata.uno/assets/logo-horizontal.png" alt="Anahata Logo" class="nav-logo"> |
|
249 | 297 | <a href="https://anahata-os.github.io/gemini-java-client/apidocs/" target="_blank">Javadocs</a> |
250 | 298 | <a href="https://www.youtube.com/@anahata108" target="_blank" title="Anahata TV"><i class="fab fa-youtube"></i></a> |
251 | 299 | <a href="https://x.com/AnahataASI" target="_blank" title="Twitter / X"><i class="fa-brands fa-x-twitter"></i></a> |
252 | | - <a href="https://discord.com/invite/M396BNtX" target="_blank" title="Discord"><i class="fab fa-discord"></i></a> |
| 300 | +<a href="https://discord.gg/gwGWWxPUXE" target="_blank" title="Discord"><i class="fab fa-discord"></i></a> |
253 | 301 | <a href="https://github.com/anahata-os/gemini-java-client" target="_blank" title="GitHub"><i class="fab fa-github"></i></a> |
254 | 302 | <a href="https://github.com/sponsors/anahata-os" class="btn-sponsor">Sponsor <i class="fas fa-heart"></i></a> |
255 | 303 | </div> |
@@ -686,7 +734,7 @@ <h4>Resources</h4> |
686 | 734 | <a href="https://github.com/anahata-os/gemini-java-client">GitHub</a> |
687 | 735 | <a href="https://x.com/AnahataASI" target="_blank">Twitter / X</a> |
688 | 736 | <a href="https://www.youtube.com/@anahata108" target="_blank">Anahata TV (YouTube)</a> |
689 | | - <a href="https://discord.com/invite/M396BNtX" target="_blank">Discord</a> |
| 737 | +<a href="https://discord.gg/gwGWWxPUXE" target="_blank">Discord</a> |
690 | 738 | <a href="https://www.anahata.uno">Anahata NetBeans Plugin</a> |
691 | 739 | </div> |
692 | 740 | <div class="footer-legal"> |
|
0 commit comments