Skip to content

Commit b248f36

Browse files
committed
double plugin
1 parent e3b4a02 commit b248f36

File tree

1 file changed

+50
-2
lines changed

1 file changed

+50
-2
lines changed

docs/index.html

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<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>
413
<meta charset="UTF-8">
514
<meta name="viewport" content="width=device-width, initial-scale=1.0">
615
<title>gemini-java-client | The Autonomous AI Agent Engine for the JVM</title>
@@ -9,6 +18,36 @@
918
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
1019
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css">
1120
<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+
1251
:root {
1352
--barca-blue: #004d98;
1453
--barca-red: #a50044;
@@ -234,6 +273,15 @@
234273
</style>
235274
</head>
236275
<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>
237285
<nav>
238286
<div class="container nav-container">
239287
<img src="https://www.anahata.uno/assets/logo-horizontal.png" alt="Anahata Logo" class="nav-logo">
@@ -249,7 +297,7 @@
249297
<a href="https://anahata-os.github.io/gemini-java-client/apidocs/" target="_blank">Javadocs</a>
250298
<a href="https://www.youtube.com/@anahata108" target="_blank" title="Anahata TV"><i class="fab fa-youtube"></i></a>
251299
<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>
253301
<a href="https://github.com/anahata-os/gemini-java-client" target="_blank" title="GitHub"><i class="fab fa-github"></i></a>
254302
<a href="https://github.com/sponsors/anahata-os" class="btn-sponsor">Sponsor <i class="fas fa-heart"></i></a>
255303
</div>
@@ -686,7 +734,7 @@ <h4>Resources</h4>
686734
<a href="https://github.com/anahata-os/gemini-java-client">GitHub</a>
687735
<a href="https://x.com/AnahataASI" target="_blank">Twitter / X</a>
688736
<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>
690738
<a href="https://www.anahata.uno">Anahata NetBeans Plugin</a>
691739
</div>
692740
<div class="footer-legal">

0 commit comments

Comments
 (0)